Skip to content

Add support for ZPOPMIN, ZPOPMAX, BZPOPMIN, BZPOPMAX commands [DATAREDIS-841] #1400

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

Closed
spring-projects-issues opened this issue Jun 6, 2018 · 3 comments
Assignees
Labels
type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link

Mark Paluch opened DATAREDIS-841 and commented


Reference URL: https://redis.io/commands/bzpopmin

Issue Links:

  • DATAREDIS-837 Add support for [B]Z[REV]POP commands
    ("duplicates")
@spring-projects-issues
Copy link
Author

Mark Paluch commented

Will be available in Redis 5

@yairlenga
Copy link

yairlenga commented Jul 1, 2021

Any progress on this issue? We have a project where BZPOPMAX is critical (prioritized queues) - are there alternative ? I can think of two - not sure how much work:

  1. Create LUA function to call the BZPOPMAX, OR
  2. Can RedisZsetOperation be extended ?

@christophstrobl
Copy link
Member

Support has been added recently via #2088.
Closing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants