EVALSHARun a cached Lua script by its SHA1 digest.
| 構文 | EVALSHA sha1 numkeys [key [key ...]] [arg [arg ...]] |
| グループ | script |
| 引数の数 | -3 |
| 導入バージョン | 1.0.0 |
| フラグ | write |
| 計算量 | O(1) cache lookup, then identical to EVAL |
| Redis 互換性 | differs: same instruction-budget model as EVAL (no -BUSY, no SCRIPT KILL); the cache is process-wide and EVAL populates it |