ZREVRANGEReturn members by rank range, highest score first.
| 语法 | ZREVRANGE key start stop [WITHSCORES] |
| 分组 | zset |
| 参数个数 | -4 |
| 起始版本 | 1.0.0 |
| 标志 | readonly |
| 复杂度 | O(N + M) — the set is read in rank order and reversed, then the M requested members are taken |
| Redis 兼容性 | full |