suspend fun RedisClient.zrangebylexAwait(key: String, min: String, max: String, options: LimitOptions): JsonArray
Return a range of members in a sorted set, by lexicographical range
min
- Pattern representing a minimum allowed value
max
- Pattern representing a maximum allowed value
options
- Limit options where limit can be specified
handler
- Handler for the result of this call.
Return