ZRANGEReturn members by rank range.
| 语法 | ZRANGE key start stop [WITHSCORES] |
| 分组 | zset |
| 参数个数 | -4 |
| 起始版本 | 1.0.0 |
| 标志 | readonly |
| 复杂度 | O(log N + M) — one rank descent seeks to start, then the M requested members are walked |
| Redis 兼容性 | differs: only the legacy 'key start stop [WITHSCORES]' form is accepted — the Redis 6.2 BYSCORE / BYLEX / REV / LIMIT arguments are a syntax error |