mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
Add ZREVRANGEBYSCORE and refactor Z*RANGEBYSCORE
This commit is contained in:
@ -895,6 +895,7 @@ void zaddCommand(redisClient *c);
|
||||
void zincrbyCommand(redisClient *c);
|
||||
void zrangeCommand(redisClient *c);
|
||||
void zrangebyscoreCommand(redisClient *c);
|
||||
void zrevrangebyscoreCommand(redisClient *c);
|
||||
void zcountCommand(redisClient *c);
|
||||
void zrevrangeCommand(redisClient *c);
|
||||
void zcardCommand(redisClient *c);
|
||||
|
Reference in New Issue
Block a user