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

Implement support for BZMPOP (sorted-set command) #186

Closed
cunla opened this issue Jun 12, 2023 · 0 comments
Closed

Implement support for BZMPOP (sorted-set command) #186

cunla opened this issue Jun 12, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed sorted-set-commands Commands related to sorted-set

Comments

@cunla
Copy link
Owner

cunla commented Jun 12, 2023

Implement support for command BZMPOP in sorted-set_mixin.py.

Removes and returns a member by score from one or more sorted sets. Blocks until a member is available otherwise. Deletes the sorted set if the last element was popped..

Here is the Official documentation

@cunla cunla added enhancement New feature or request help wanted Extra attention is needed sorted-set-commands Commands related to sorted-set labels Jun 12, 2023
cunla added a commit that referenced this issue Jul 12, 2023
@cunla cunla closed this as completed Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed sorted-set-commands Commands related to sorted-set
Projects
Archived in project
Development

No branches or pull requests

1 participant