IDX.VERIFYVerify an index. Scalar kinds re-read every held entry against its row and report entries/bytes/coerce_failures/duplicates/drift/checked/missing (both audit directions); agg/text/ann answer their own sizing vocabulary (rows|docs|vectors, bytes, ...) and carry no row-keyed audit.
| 语法 | IDX.VERIFY name |
| 分组 | index |
| 参数个数 | 2 |
| 起始版本 | 3.0.0 |
| 标志 | readonly, extension |
| 复杂度 | 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 |
| Redis 兼容性 | kevy-only: no Redis analogue — RediSearch's index is asynchronously maintained and offers no consistency-verify verb |