Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

SCRIPT LOAD

Josh Baker edited this page Oct 11, 2016 · 5 revisions

SCRIPT LOAD script

Load a script into the scripts cache, without executing it. After the specified command is loaded into the script cache it will be callable using EVALSHA with the correct SHA1 digest of the script, exactly like after the first successful invocation of EVAL.

The script is guaranteed to stay in the script cache forever (unless SCRIPT FLUSH is called).

The command works in the same way even if the script was already present in the script cache.

Please refer to the EVAL documentation for detailed information about SummitDB Javascript scripting.

Return value

Bulk string reply This command returns the SHA1 digest of the script added into the script cache.

Related Commands

EVAL, EVALRO, EVALSHA, EVALSHARO, SCRIPT LOAD, SCRIPT FLUSH

Clone this wiki locally