Closed cunla closed 1 year ago
Implement support for command ZMPOP in sorted-set_mixin.py.
ZMPOP
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
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