kevy

IDX.COUNT

Count index entries matching a range or equality predicate.

SyntaxIDX.COUNT name RANGE min max | EQ value
Groupindex
Arity-4
Since3.0.0
Flagsreadonly, extension
ComplexityO(log N + matched) per shard — NOT an O(1) counter and not a B-tree rank query; it counts the matched range
Redis compatibilitykevy-only: nearest is FT.SEARCH with LIMIT 0 0

← All commands