vertx / io.vertx.rxjava.redis / RedisTransaction / rxZrangeWithOptions

rxZrangeWithOptions

open fun rxZrangeWithOptions(key: String, start: Long, stop: Long, options: RangeOptions): Single<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

Return