Jamm\Memory\IRedisServer::SCRIPT_LOAD PHP Method

SCRIPT_LOAD() public method

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.
public SCRIPT_LOAD ( string $script ) : string
$script string
return string This command returns the SHA1 digest of the script added into the script cache.
    public function SCRIPT_LOAD($script);