EVAL script numkeys key [key …] arg [arg …]
在服务器端执行 LUA 脚本
EVALSHA sha1 numkeys key [key …] arg [arg …]
在服务器端执行 LUA 脚本
SCRIPT DEBUG YES|SYNC|NO
Set the debug mode for executed scripts.
SCRIPT EXISTS script [script …]
Check existence of scripts in the script cache.
SCRIPT FLUSH
删除服务器缓存中所有Lua脚本。
SCRIPT KILL
杀死当前正在运行的 Lua 脚本。
SCRIPT LOAD script
从服务器缓存中装载一个Lua脚本。