VIEW.REBUILDForce a rebuild of a materialized view.
| 语法 | VIEW.REBUILD name |
| 分组 | view |
| 参数个数 | 2 |
| 起始版本 | 3.0.0 |
| 标志 | write, extension |
| 复杂度 | Materialized only. A full eval_tree over the whole tree plus an O(M log M) sort and re-insert, on every shard, now (not deferred to a tick) |
| Redis 兼容性 | kevy-only |