vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / zrangeAwait

zrangeAwait

suspend fun RedisTransaction.zrangeAwait(key: String, start: Long, stop: Long): 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

handler - Handler for the result of this call.

Return