vertx / io.vertx.redis / RedisTransaction / zlexcount

zlexcount

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

Since
Redis 2.8.9 group: sorted_set