SCRIPTManage the process-wide Lua script cache.
| 構文 | SCRIPT LOAD script | EXISTS sha1 [sha1 ...] | FLUSH [ASYNC|SYNC] |
| グループ | script |
| 引数の数 | -2 |
| 導入バージョン | 1.0.0 |
| フラグ | readonly |
| 計算量 | LOAD: O(len(script)). EXISTS: O(k). FLUSH: O(cached scripts) |
| Redis 互換性 | differs: LOAD / EXISTS / FLUSH only — SCRIPT KILL does not exist, by design: there is no -BUSY state to interrupt because an over-budget script self-aborts |