Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend SortedSets API #999

Open
5 tasks
drmarjanovic opened this issue Sep 26, 2024 · 0 comments
Open
5 tasks

Extend SortedSets API #999

drmarjanovic opened this issue Sep 26, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@drmarjanovic
Copy link
Collaborator

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 drmarjanovic added this to the 2.0.0 milestone Sep 26, 2024
@mijicd mijicd added the enhancement New feature or request label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants