kevy

SCRIPT

Manage the process-wide Lua script cache.

SyntaxSCRIPT LOAD script | EXISTS sha1 [sha1 ...] | FLUSH [ASYNC|SYNC]
Groupscript
Arity-2
Since1.0.0
Flagsreadonly
ComplexityLOAD: O(len(script)). EXISTS: O(k). FLUSH: O(cached scripts)
Redis compatibilitydiffers: 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

← All commands