Fully managed and integrated with Google Cloud, Azure, and AWS.
Build the fastest, most reliable GenAI apps with our advanced vector database.
Self-managed software with enterprise-grade compliance and reliability.
Synchronize data in near-real time to make data fast—without writing code.
In-memory database for caching & streaming.
SCRIPT LOAD script
@slow
,
@scripting
,
Load a script into the scripts cache, without executing it.
After the specified command is loaded into the script cache it will be callable
using EVALSHA
with the correct SHA1 digest of the script, exactly like after
the first successful invocation of EVAL
.
The script is guaranteed to stay in the script cache forever (unless SCRIPT FLUSH
is called).
The command works in the same way even if the script was already present in the script cache.
For more information about EVAL
scripts please refer to Introduction to Eval Scripts.