ZLEXCOUNT implemented.

Like ZCOUNT for lexicographical ranges.
This commit is contained in:
antirez
2014-04-16 12:17:00 +02:00
parent cffeafe391
commit 8b5e0b213e
3 changed files with 75 additions and 0 deletions

View File

@ -1400,6 +1400,7 @@ void zrevrangebyscoreCommand(redisClient *c);
void zrangebylexCommand(redisClient *c);
void zrevrangebylexCommand(redisClient *c);
void zcountCommand(redisClient *c);
void zlexcountCommand(redisClient *c);
void zrevrangeCommand(redisClient *c);
void zcardCommand(redisClient *c);
void zremCommand(redisClient *c);