You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with Redis version 6.2.0: Added the REV, BYSCORE, BYLEX and LIMIT options Note: This command can replace the following commands: ZREVRANGE, ZRANGEBYSCORE, ZREVRANGEBYSCORE, ZRANGEBYLEX and ZREVRANGEBYLEX.
The text was updated successfully, but these errors were encountered:
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
optionsNote: This command can replace the following commands:
ZREVRANGE
,ZRANGEBYSCORE
,ZREVRANGEBYSCORE
,ZRANGEBYLEX
andZREVRANGEBYLEX
.The text was updated successfully, but these errors were encountered: