mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
ZREMRANGEBYLEX implemented.
This commit is contained in:
@ -1314,6 +1314,7 @@ void zcardCommand(redisClient *c);
|
||||
void zremCommand(redisClient *c);
|
||||
void zscoreCommand(redisClient *c);
|
||||
void zremrangebyscoreCommand(redisClient *c);
|
||||
void zremrangebylexCommand(redisClient *c);
|
||||
void multiCommand(redisClient *c);
|
||||
void execCommand(redisClient *c);
|
||||
void discardCommand(redisClient *c);
|
||||
|
Reference in New Issue
Block a user