Sorted Set
ZPOPMAX
Removes and returns up to count members with the highest 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