vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / zcountAwait

zcountAwait

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

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