kevy

ZREMRANGEBYSCORE

Remove members with scores within the given bounds.

语法ZREMRANGEBYSCORE key min max
分组zset
参数个数4
起始版本1.0.0
标志write
复杂度O(log N + M log N) — a seek finds the hit set, then M deletes
Redis 兼容性full

← 全部命令