Return members in a sorted set with scores within a given range, ordered from high to low
Returns all the elements in the sorted set at key with a score between max and min (note: max comes before min). The elements are considered to be ordered from high to low scores.
Score ranges support:
-inf
and+inf
for negative and positive infinity(
prefix for exclusive bounds (e.g.,(5
means less than 5, not including 5)