kevy

ZRANGE

Return members by rank range.

SyntaxZRANGE key start stop [WITHSCORES]
Groupzset
Arity-4
Since1.0.0
Flagsreadonly
ComplexityO(log N + M) — one rank descent seeks to start, then the M requested members are walked
Redis compatibilitydiffers: only the legacy 'key start stop [WITHSCORES]' form is accepted — the Redis 6.2 BYSCORE / BYLEX / REV / LIMIT arguments are a syntax error

← All commands