ZremrangebyscoreCommand
#sidebar
SortedSetCommandsSidebar 1.1) =
Time complexity: O(log(N))+O(M) with N being the number of elements in the sorted set and M the number of elements removed by the operationRemove all the elements in the sorted set at key with a score between_min_ and max (including elements with score equal to min or max).
Integer reply, specifically the number of elements removed.