mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 14:01:34 +00:00
A lot of ZSETs tests implemented, and a bug fixed thanks to this new tests
This commit is contained in:
@ -20,7 +20,7 @@ array set ::redis::multibulkarg {}
|
||||
|
||||
# Flag commands requiring last argument as a bulk write operation
|
||||
foreach redis_bulk_cmd {
|
||||
set setnx rpush lpush lset lrem sadd srem sismember echo getset smove zadd zrem
|
||||
set setnx rpush lpush lset lrem sadd srem sismember echo getset smove zadd zrem zscore
|
||||
} {
|
||||
set ::redis::bulkarg($redis_bulk_cmd) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user