]> 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 a1f3f566a199a28241dc71f79c21471f53c6d431..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
+    mset msetnx hset hsetnx hmset hmget
 } {
     set ::redis::multibulkarg($redis_multibulk_cmd) {}
 }