open fun rxZrevrange(key: String, start: Long, stop: Long, options: RangeOptions): Single<JsonArray>
Return a range of members in a sorted set, by index, with scores ordered from high to low
start - Start index for the range
stop - Stop index for the range - inclusive
Return