summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/evalsha_ro.md
blob: 04368f342b53d77eda78ad211bd1657dba73b568 (plain)
1
2
3
4
5
6
This is a read-only variant of the `EVALSHA` command that isn't allowed to
execute commands that modify data.

Unlike `EVALSHA`, scripts executed with this command can always be killed and
never affect the replication stream. Because it can only read data, this command
can always be executed on a master or a replica.