vertx / io.vertx.redis / RedisTransaction / zrangeWithOptions

zrangeWithOptions

abstract fun zrangeWithOptions(key: String, start: Long, stop: Long, options: RangeOptions, handler: Handler<AsyncResult<String>>): RedisTransaction

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.

Since
Redis 1.2.0 group: sorted_set