]> git.saurik.com Git - redis.git/blobdiff - tests/unit/type/hash.tcl
Verify that the blocking pop timeout value is a non-negative integer
[redis.git] / tests / unit / type / hash.tcl
index fd44c0b803096dd01955ddf9f3bee4cc14fc77e4..ef49a27d892566558d0d6a918330084a70c30b75 100644 (file)
@@ -1,4 +1,4 @@
-start_server {} {
+start_server {tags {"hash"}} {
     test {HSET/HLEN - Small hash creation} {
         array set smallhash {}
         for {set i 0} {$i < 8} {incr i} {