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

← 全部命令