kevy

EVALSHA

Run a cached Lua script by its SHA1 digest.

SyntaxEVALSHA sha1 numkeys [key [key ...]] [arg [arg ...]]
Groupscript
Arity-3
Since1.0.0
Flagswrite
ComplexityO(1) cache lookup, then identical to EVAL
Redis compatibilitydiffers: same instruction-budget model as EVAL (no -BUSY, no SCRIPT KILL); the cache is process-wide and EVAL populates it

← All commands