cunla / fakeredis-py

Implementation of Redis in python without having a Redis server running. Fully compatible with using redis-py.

Home Page:https://fakeredis.moransoftware.ca/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement support for `ZMPOP` (sorted-set command)

cunla opened this issue · comments

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