Open drmarjanovic opened 2 months ago
The following commands are missing in SortedSets API:
BZMPOP
ZINTERCARD
ZMPOP
ZRANGESTORE
The following commands should be adjusted or extended:
ZRANGE
REV
BYSCORE
BYLEX
LIMIT
ZREVRANGE
ZRANGEBYSCORE
ZREVRANGEBYSCORE
ZRANGEBYLEX
ZREVRANGEBYLEX
The following commands are missing in SortedSets API:
BZMPOP
: The command is available since 7.0.0ZINTERCARD
: The command is available since 7.0.0ZMPOP
: The command is available since 7.0.0ZRANGESTORE
The command is available since 6.2.0The following commands should be adjusted or extended:
ZRANGE
: docsREV
,BYSCORE
,BYLEX
andLIMIT
options Note: This command can replace the following commands:ZREVRANGE
,ZRANGEBYSCORE
,ZREVRANGEBYSCORE
,ZRANGEBYLEX
andZREVRANGEBYLEX
.