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