IDX.EXPLAINThe IDX.QUERY parse without the execution: kind, state, est_rows, and the plan line.
| 構文 | IDX.EXPLAIN name RANGE min max|EQ value|MATCH text|KNN vector|GROUPS [args ...] |
| グループ | index |
| 引数の数 | -2 |
| 導入バージョン | 3.0.0 |
| フラグ | readonly, extension |
| 計算量 | The plan is parse-only, but est_rows costs the same live stats walk as IDX.LIST |
| Redis 互換性 | kevy-only: nearest is FT.EXPLAIN, which returns a parsed query tree; ours returns kind, build state, estimated rows and a one-line plan |