Sorted Set
ZPOPMIN
Removes and returns up to count members with the lowest scores in the sorted set stored at key.
Arguments
key
str
requiredThe key of the sorted set
count
int
The number of members to pop
Response
A list of tuples containing the popped members and their scores
Was this page helpful?