vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / zcountAwait

zcountAwait

suspend fun RedisClient.zcountAwait(key: String, min: Double, max: Double): Long

Count the members in a sorted set with scores within the given values

Parameters

key - Key string

min - Minimum score

max - Maximum score

handler - Handler for the result of this call.

Return