open fun zrevrangebyscore(key: String, max: String, min: String, options: RangeLimitOptions, handler: Handler<AsyncResult<JsonArray>>): RedisClient
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
handler - Handler for the result of this call.
Return