kevy

ZREVRANGEBYSCORE

Return members with scores within the given bounds, highest first.

構文ZREVRANGEBYSCORE key max min [WITHSCORES] [LIMIT offset count]
グループzset
引数の数-4
導入バージョン1.0.0
フラグreadonly
計算量O(log N + M) — a seeked forward walk of the M matches, then the result is reversed
Redis 互換性full

← すべてのコマンド