VIEW.VERIFYVerify a view and report member/byte statistics.
| 语法 | VIEW.VERIFY name |
| 分组 | view |
| 参数个数 | 2 |
| 起始版本 | 3.0.0 |
| 标志 | readonly, extension |
| 复杂度 | materialized: O(M). virtual: O(sum over leaves of (log N + leaf range) + M) — a full fresh evaluation just to report cardinality, which is the one place a virtual view is the expensive one |
| Redis 兼容性 | kevy-only |