]> git.saurik.com Git - redis.git/blobdiff - redis.tcl
store the hash iterator on the heap instead of the stack
[redis.git] / redis.tcl
index 233e2c9fe1d17c5e0d98bbdd75c2f86b47193da2..c76166ef0df009d0436970d3cd4475eef34c1197 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 hmset
+    mset msetnx hset hsetnx hmset hmget
 } {
     set ::redis::multibulkarg($redis_multibulk_cmd) {}
 }