Skip to content

Feature request: Add BZPOPMIN & BZPOPMAX support #1593

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

Open
NickCraver opened this issue Oct 22, 2020 · 2 comments
Open

Feature request: Add BZPOPMIN & BZPOPMAX support #1593

NickCraver opened this issue Oct 22, 2020 · 2 comments

Comments

@NickCraver
Copy link
Collaborator

These are new commands in Redis 5.0.0, requested in #1581:

These are the blocking versions of the already supported ZPOPMIN and ZPOPMAX commands. Like other blocking discussions such as #1474 (WAIT command), this is problematic in the pipeline approach and should probably share whatever very opt-in thing we do there.

@mgravell
Copy link
Collaborator

This is just OneMoreThing™ that would be enabled if I can find time to add a leased/pooled connection mode; I'd suggest we have some IPooledDatabase : IDatabase (or something, naming is hard) that adds all the blocking operations.

@dbarbashov
Copy link

Would much appreciate if this gets implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants