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 BLMPOP (list command) #183

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

Implement support for BLMPOP (list command) #183

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

Comments

@cunla
Copy link
Owner

cunla commented Jun 12, 2023

Implement support for command BLMPOP in list_mixin.py.

Pops the first element from one of multiple lists. Blocks until an element is available otherwise. Deletes the list 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 list-commands Commands related to lists labels Jun 12, 2023
@cunla cunla moved this from To do to Ready in Open-source work Jun 18, 2023
@cunla cunla moved this from Ready to In progress in Open-source work Jul 5, 2023
@cunla cunla moved this from In progress to Done in Open-source work Jul 5, 2023
@cunla cunla closed this as completed Jul 5, 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 list-commands Commands related to lists
Projects
Archived in project
Development

No branches or pull requests

1 participant