]> git.saurik.com Git - redis.git/blobdiff - redis.tcl
make sure that the resulting value in hincrby is encoded when possible
[redis.git] / redis.tcl
index b4a8ae22e87039421fcecdbf615b6438f3897843..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 hmget
+    mset msetnx hset hsetnx hmset hmget
 } {
     set ::redis::multibulkarg($redis_multibulk_cmd) {}
 }