Skip to main content

Documentation Index

Fetch the complete documentation index at: https://upstash.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Arguments

script
str
required
The script to load.

Response

The sha1 of the script.
sha1 = redis.script_load("return 1")

assert redis.evalsha(sha1) == 1