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