Scripts
EVALSHA_RO
Evaluate a cached read-only Lua script server side.
EVALSHA_RO
is like EVAL_RO
but instead of sending the script over the wire every time, you reference the script by its SHA1 hash. This is useful for caching scripts on the server side.
Arguments
The sha1 hash of the read-only script.
All of the keys accessed in the script
All of the arguments you passed to the script
Response
The result of the script.
Was this page helpful?