Sorted Set
ZRANGE
Returns the specified range of elements in the sorted set stored at key.
Arguments
The key to get.
The lower bound of the range.
The upper bound of the range.
options
Response
The values in the specified range.
If withScores
is true, the response will have interleaved members and scores: [TMember, number, TMember, number, ...]