ZREVRANGEBYSCOREReturn members with scores within the given bounds, highest first.
| Syntax | ZREVRANGEBYSCORE key max min [WITHSCORES] [LIMIT offset count] |
| Group | zset |
| Arity | -4 |
| Since | 1.0.0 |
| Flags | readonly |
| Complexity | O(log N + M) — a seeked forward walk of the M matches, then the result is reversed |
| Redis compatibility | full |