vertx / io.vertx.redis / RedisTransaction / zremrangebyscore

zremrangebyscore

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

Remove all members in a sorted set within the given scores

Parameters

key - Key string

min - Pattern defining a minimum value

max - Pattern defining a maximum value

Since
Redis 1.2.0 group: sorted_set