mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
ZLEXCOUNT implemented.
Like ZCOUNT for lexicographical ranges.
This commit is contained in:
@ -1308,6 +1308,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);
|
||||
|
Reference in New Issue
Block a user