suspend fun RedisTransaction.zrevrangebyscoreAwait(key: String, max: String, min: String, options: RangeLimitOptions): String
Return a range of members in a sorted set, by score, with scores ordered from high to low
max
- Pattern defining a maximum value
min
- Pattern defining a minimum value
options
- Range and limit options
handler
- Handler for the result of this call.
Return