kevy

IDX.EXPLAIN

The IDX.QUERY parse without the execution: kind, state, est_rows, and the plan line.

SyntaxIDX.EXPLAIN name RANGE min max|EQ value|MATCH text|KNN vector|GROUPS [args ...]
Groupindex
Arity-2
Since3.0.0
Flagsreadonly, extension
ComplexityThe plan is parse-only, but est_rows costs the same live stats walk as IDX.LIST
Redis compatibilitykevy-only: nearest is FT.EXPLAIN, which returns a parsed query tree; ours returns kind, build state, estimated rows and a one-line plan

← All commands