TABLE.VERIFYVerify a table: each compiled index's full drift recheck plus a bounded column-type spot check over sampled rows.
| 语法 | TABLE.VERIFY name |
| 分组 | table |
| 参数个数 | 2 |
| 起始版本 | 4.0.0 |
| 标志 | readonly, extension |
| 复杂度 | O(sum of compiled index entries) per shard for the drift recheck (the IDX.VERIFY discipline, composites re-derive their byte encoding) plus a bounded 64-row-per-shard column spot check through the no-promote peek |
| Redis 兼容性 | kevy-only: nearest is a relational fsck; verify-not-enforce is the declarative fence |