kevy

EVALSHA

Run 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

← 全部命令