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.
const script = ` local value = redis.call('GET', KEYS[1]) return value `; const sha1 = await redis.scriptLoad(script);
Load the specified Lua script into the script cache.
Was this page helpful?