ZREVRANGEReturn members by rank range, highest score first.
| Syntax | ZREVRANGE key start stop [WITHSCORES] |
| Group | zset |
| Arity | -4 |
| Since | 1.0.0 |
| Flags | readonly |
| Complexity | O(N + M) — the set is read in rank order and reversed, then the M requested members are taken |
| Redis compatibility | full |