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