vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / zrevrangeAwait

zrevrangeAwait

suspend fun RedisClient.zrevrangeAwait(key: String, start: Long, stop: Long, options: RangeOptions): JsonArray

Return a range of members in a sorted set, by index, with scores ordered from high to low

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