kevy

ZRANGE

Return 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

← すべてのコマンド