zio-redis icon indicating copy to clipboard operation
zio-redis copied to clipboard

Extend SortedSets API

Open drmarjanovic opened this issue 5 months ago • 0 comments

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 and LIMIT options Note: This command can replace the following commands: ZREVRANGE, ZRANGEBYSCORE, ZREVRANGEBYSCORE, ZRANGEBYLEX and ZREVRANGEBYLEX.

drmarjanovic avatar Sep 26 '24 22:09 drmarjanovic