ZREVRANGEBYSCOREReturn members with scores within the given bounds, highest first.
| 语法 | ZREVRANGEBYSCORE key max min [WITHSCORES] [LIMIT offset count] |
| 分组 | zset |
| 参数个数 | -4 |
| 起始版本 | 1.0.0 |
| 标志 | readonly |
| 复杂度 | O(log N + M) — a seeked forward walk of the M matches, then the result is reversed |
| Redis 兼容性 | full |