summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/evalsha.md
blob: b3bb515c5003858dc4b6f755ac849dc89358b3ce (plain)
1
2
3
Evaluates a script cached on the server side by its SHA1 digest. Scripts are
cached on the server side using the `SCRIPT LOAD` command. The command is
otherwise identical to `EVAL`.