suspend fun RedisTransaction.zcountAwait(key: String, min: Double, max: Double): String
Count the members in a sorted set with scores within the given values
key - Key string
key
min - Minimum score
min
max - Maximum score
max
handler - Handler for the result of this call.
handler
Return