Function RedisDatabase.scriptLoad
Load a script into the scripts cache, without executing it. Run it using evalSHA.
string scriptLoad
(
string lua_code
) @safe;
Load a script into the scripts cache, without executing it. Run it using evalSHA.
string scriptLoad
(
string lua_code
) @safe;