Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
sha1 = redis.script_load("return 1") assert redis.evalsha(sha1) == 1
Load the specified Lua script into the script cache.
Was this page helpful?