EVALSHA_RO

Syntax
EVALSHA_RO sha1 numkeys [key [key ...]] [arg [arg ...]]
Available since:
Redis Open Source 7.0.0
Time complexity:
Depends on the script that is executed.
ACL categories:
@slow, @scripting,
Compatibility:
Redis Enterprise and Redis Cloud compatibility

This is a read-only variant of the EVALSHA command that cannot execute commands that modify data.

For more information about when to use this command vs EVALSHA, please refer to Read-only scripts.

For more information about EVALSHA scripts please refer to Introduction to Eval Scripts.

Redis Enterprise and Redis Cloud compatibility

Redis
Enterprise
Redis
Cloud
Notes
✅ Standard
✅ Active-Active
✅ Standard
✅ Active-Active

Return information

The return value depends on the script that was executed.
RATE THIS PAGE
Back to top ↑