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