Function RedisDatabase.zrevRange
Returns the specified range of elements in the sorted set stored at key.
RedisReply!T zrevRange(T)
(
string key,
long start,
long end,
bool with_scores = false
)
if (isValidRedisValueType!T);