vertx / io.vertx.reactivex.redis / RedisClient / zlexcount

zlexcount

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

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