backward support to skiplists for ZREVRANGE, still broken, committing since I've to merge the Solaris patches

This commit is contained in:
antirez
2009-10-26 16:14:49 +01:00
parent 9b1d5ebbe4
commit e3870fab57
2 changed files with 39 additions and 6 deletions

View File

@ -92,6 +92,7 @@ static struct redisCommand cmdTable[] = {
{"zadd",4,REDIS_CMD_BULK},
{"zrem",3,REDIS_CMD_BULK},
{"zrange",4,REDIS_CMD_INLINE},
{"zrevrange",4,REDIS_CMD_INLINE},
{"zlen",2,REDIS_CMD_INLINE},
{"incrby",3,REDIS_CMD_INLINE},
{"decrby",3,REDIS_CMD_INLINE},