Sorted Set
ZREMRANGEBYRANK
Remove all members in a sorted set between the given ranks.
Arguments
The key of the sorted set
The minimum rank to remove.
The maximum rank to remove.
Response
The number of elements removed from the sorted set.
Was this page helpful?