IDX.REBUILDRebuild an ANN index (tombstone compaction).
| 構文 | IDX.REBUILD name |
| グループ | index |
| 引数の数 | 2 |
| 導入バージョン | 3.0.0 |
| フラグ | write, extension |
| 計算量 | Vector indexes only (tombstone compaction). O(V_live * ef_construction * M * dim) distance evaluations, on every shard, synchronously — the most expensive verb in the extension surface |
| Redis 互換性 | kevy-only: no Redis analogue — RediSearch handles HNSW deletes internally and exposes no rebuild verb |