EVALSHA

Syntax

  1. EVALSHA sha1 numkeys [key [key ...]] [arg [arg ...]]

Time complexity: Depends on the script that is executed.

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 and Introduction to Eval Scripts for more information about Lua scripts.