kevy4.0

VIEW.VERIFY

Verify a view and report member/byte statistics.

VIEW.VERIFY name
Group
Views
Since
3.0.0
Arity
exactly 2
Flags
readonly extension

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

← All commands