Implemented LIMIT option in ZRANGEBYSCORE. We now enter feature-freeze

This commit is contained in:
antirez
2009-11-28 22:01:13 +01:00
parent d799af3119
commit 80181f7848
3 changed files with 22 additions and 2 deletions

View File

@ -97,7 +97,7 @@ static struct redisCommand cmdTable[] = {
{"zrem",3,REDIS_CMD_BULK},
{"zremrangebyscore",4,REDIS_CMD_INLINE},
{"zrange",4,REDIS_CMD_INLINE},
{"zrangebyscore",4,REDIS_CMD_INLINE},
{"zrangebyscore",-4,REDIS_CMD_INLINE},
{"zrevrange",4,REDIS_CMD_INLINE},
{"zcard",2,REDIS_CMD_INLINE},
{"zscore",3,REDIS_CMD_BULK},