vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / zrangeWithOptionsAwait

zrangeWithOptionsAwait

suspend fun RedisTransaction.zrangeWithOptionsAwait(key: String, start: Long, stop: Long, options: RangeOptions): String

Return a range of members in a sorted set, by index

Parameters

key - Key string

start - Start index for the range

stop - Stop index for the range - inclusive

options - Range options

handler - Handler for the result of this call.

Return