vertx / io.vertx.reactivex.redis / RedisTransaction / zlexcount

zlexcount

open fun zlexcount(key: String, min: String, max: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Count the number of members in a sorted set between a given lexicographical range

Parameters

key - Key string

min - Pattern to compare against for minimum value

max - Pattern to compare against for maximum value

handler - Handler for the result of this call.

Return