open fun rxZrevrangebyscore(key: String, max: String, min: String, options: RangeLimitOptions): Single<String>
Return a range of members in a sorted set, by score, with scores ordered from high to low
max - Pattern defining a maximum value
min - Pattern defining a minimum value
options - Range and limit options
Return