summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/evalsha.md
blob: c8b2329b5ec8973f779b9ac40ea78bf4817036a0 (plain)
1
2
3
4
5
6
Evaluate a script from the server's cache by its SHA1 digest.

The server caches scripts by using the `SCRIPT LOAD` command.
The command is otherwise identical to `EVAL`.

Please refer to the [Redis Programmability](/topics/programmability) and [Introduction to Eval Scripts](/topics/eval-intro) for more information about Lua scripts.