ZSCORE implemented

This commit is contained in:
antirez
2009-10-27 01:06:49 +01:00
parent dbbc7285ee
commit 6e333bbee2
3 changed files with 34 additions and 1 deletions

View File

@ -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},