summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/evalsha_ro.md
blob: ccb45d6722dae5a44fe670dde8bc1e8175d6aeae (plain)
1
2
3
4
5
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](/docs/manual/programmability/#read-only_scripts).

For more information about `EVALSHA` scripts please refer to [Introduction to Eval Scripts](/topics/eval-intro).