Load the specified Lua script into the script cache.
sha1 = redis.script_load("return 1") assert redis.evalsha(sha1) == 1
The script to load.
The sha1 of the script.
Was this page helpful?