vertx / io.vertx.redis / RedisTransaction / zcount

zcount

abstract fun zcount(key: String, min: Double, max: Double, handler: Handler<AsyncResult<String>>): RedisTransaction

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.

Since
Redis 2.0.0 group: sorted_set