VIEW.VERIFY
Verify a view and report member/byte statistics.
VIEW.VERIFY name
Complexity
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
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.
See also
VIEW.CREATEVIEW.DROPVIEW.EXPLAINVIEW.LISTVIEW.QUERYVIEW.REBUILD