]> git.saurik.com Git - redis.git/blobdiff - redis.tcl
Now all the commands returning a multi bulk reply against non existing keys will...
[redis.git] / redis.tcl
index a1f3f566a199a28241dc71f79c21471f53c6d431..233e2c9fe1d17c5e0d98bbdd75c2f86b47193da2 100644 (file)
--- a/redis.tcl
+++ b/redis.tcl
@@ -46,7 +46,7 @@ foreach redis_bulk_cmd {
 
 # Flag commands requiring last argument as a bulk write operation
 foreach redis_multibulk_cmd {
-    mset msetnx hset
+    mset msetnx hset hmset
 } {
     set ::redis::multibulkarg($redis_multibulk_cmd) {}
 }