kevy

ZRANGEBYSCORE

Return members with scores within the given bounds.

構文ZRANGEBYSCORE key min max [WITHSCORES] [LIMIT offset count]
グループzset
引数の数-4
導入バージョン1.0.0
フラグreadonly
計算量O(log N + M) — a rank descent seeks to the score bound, then only the M in-range members are walked; LIMIT is still applied after the match set is materialised, so it bounds the reply, not the walk
Redis 互換性full

← すべてのコマンド