zio-redis
zio-redis copied to clipboard
Extend SortedSets API
The following commands are missing in SortedSets API:
- [ ]
BZMPOP
: The command is available since 7.0.0 - [ ]
ZINTERCARD
: The command is available since 7.0.0 - [ ]
ZMPOP
: The command is available since 7.0.0 - [ ]
ZRANGESTORE
The command is available since 6.2.0
The following commands should be adjusted or extended:
- [ ]
ZRANGE
: docs- Starting with Redis version 6.2.0: Added the
REV
,BYSCORE
,BYLEX
andLIMIT
options Note: This command can replace the following commands:ZREVRANGE
,ZRANGEBYSCORE
,ZREVRANGEBYSCORE
,ZRANGEBYLEX
andZREVRANGEBYLEX
.
- Starting with Redis version 6.2.0: Added the