mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
ZSCORE implemented
This commit is contained in:
@ -95,6 +95,7 @@ static struct redisCommand cmdTable[] = {
|
||||
{"zrangebyscore",4,REDIS_CMD_INLINE},
|
||||
{"zrevrange",4,REDIS_CMD_INLINE},
|
||||
{"zlen",2,REDIS_CMD_INLINE},
|
||||
{"zscore",3,REDIS_CMD_BULK},
|
||||
{"incrby",3,REDIS_CMD_INLINE},
|
||||
{"decrby",3,REDIS_CMD_INLINE},
|
||||
{"getset",3,REDIS_CMD_BULK},
|
||||
|
Reference in New Issue
Block a user