kevy4.0

IDX.VERIFY

Verify an index: re-read every held entry against its row and report entries/bytes/coerce_failures/duplicates/drift/checked.

IDX.VERIFY name
Group
Indexes
Since
3.0.0
Arity
exactly 2
Flags
readonly extension

Complexity

O(N) per shard — every held entry is re-read against its row and re-coerced, which is the point: it makes index drift falsifiable rather than merely asserted

Complexity and compatibility are read out of kevy's implementation, not copied from Redis's reference. Several genuinely differ.

Redis compatibility

kevy only

kevy has this; Redis does not. no Redis analogue — RediSearch's index is asynchronously maintained and offers no consistency-verify verb

See also

IDX.COUNTIDX.CREATEIDX.DROPIDX.EXPLAINIDX.LISTIDX.QUERYIDX.REBUILD

← All commands