EVAL

    Invoke the execution of a server-side Lua script.

    The second argument is the number of input key name arguments, followed by all the keys accessed by the script. These names of input keys are available to the script as the Any additional input arguments should not represent names of keys.

    Please refer to the Redis Programmability and for more information about Lua scripts.

    Examples