kevy

ZPOPMIN.BELOW

kevy extension: pop up to count lowest members with score strictly below the threshold (delayed-job primitive).

構文ZPOPMIN.BELOW key below [count]
グループzset
引数の数-3
導入バージョン3.0.0
フラグwrite, extension
計算量O(M log N) — take_while stops at the first score at or above the threshold, so it never walks past the due prefix
Redis 互換性kevy-only: a delayed-job primitive (score = due time); no Redis analogue

← すべてのコマンド