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 |