mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 10:11:21 +00:00
ZREMRANGEBYLEX implemented.
This commit is contained in:
@ -1406,6 +1406,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