suspend fun RedisTransaction.zlexcountAwait(key: String, min: String, max: String): String
Count the number of members in a sorted set between a given lexicographical range
min
- Pattern to compare against for minimum value
max
- Pattern to compare against for maximum value
handler
- Handler for the result of this call.
Return