vertx / io.vertx.reactivex.redis / RedisTransaction / zcount

zcount

open 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.

Return