kevy

SCRIPT

Manage the process-wide Lua script cache.

構文SCRIPT LOAD script | EXISTS sha1 [sha1 ...] | FLUSH [ASYNC|SYNC]
グループscript
引数の数-2
導入バージョン1.0.0
フラグreadonly
計算量LOAD: O(len(script)). EXISTS: O(k). FLUSH: O(cached scripts)
Redis 互換性differs: 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

← すべてのコマンド