kevy

IDX.COUNT

Count index entries matching a range or equality predicate.

语法IDX.COUNT name RANGE min max | EQ value
分组index
参数个数-4
起始版本3.0.0
标志readonly, extension
复杂度O(log N + matched) per shard — NOT an O(1) counter and not a B-tree rank query; it counts the matched range
Redis 兼容性kevy-only: nearest is FT.SEARCH with LIMIT 0 0

← 全部命令