X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/d33278d1601bda80987a6f4ad4b2319fb2f7e972..c4e83132313c3eaad0f0d6488566a746fddb76c4:/redis.tcl?ds=sidebyside diff --git a/redis.tcl b/redis.tcl index 233e2c9f..c76166ef 100644 --- 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) {} }