Implement support for ZMPOP
(sorted-set command)
#191
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
sorted-set-commands
Commands related to sorted-set
Milestone
Implement support for command
ZMPOP
in sorted-set_mixin.py.Returns the highest- or lowest-scoring members from one or more sorted sets after removing them. Deletes the sorted set if the last member was popped..
Here is the Official documentation
The text was updated successfully, but these errors were encountered: