kevy

ZPOPMIN.BELOW

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

SyntaxZPOPMIN.BELOW key below [count]
Groupzset
Arity-3
Since3.0.0
Flagswrite, extension
ComplexityO(M log N) — take_while stops at the first score at or above the threshold, so it never walks past the due prefix
Redis compatibilitykevy-only: a delayed-job primitive (score = due time); no Redis analogue

← All commands