open fun rxZrangeWithOptions(key: String, start: Long, stop: Long, options: RangeOptions): Single<String>
Return a range of members in a sorted set, by index
start - Start index for the range
stop - Stop index for the range - inclusive
Return