kevy

ZCOUNT

Count members with scores within the given bounds.

语法ZCOUNT key min max
分组zset
参数个数4
起始版本1.0.0
标志readonly
复杂度O(log N) — two rank descents on the order-statistic tree bracket the score range; nothing is scanned
Redis 兼容性full

← 全部命令