vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / zremrangebylexAwait

zremrangebylexAwait

suspend fun RedisTransaction.zremrangebylexAwait(key: String, min: String, max: String): String

Remove all members in a sorted set between the given lexicographical range

Parameters

key - Key string

min - Pattern defining a minimum value

max - Pattern defining a maximum value

handler - Handler for the result of this call.

Return