Available since 2.6.0.
Time complexity(复杂度): Depends on the script that is executed.
Introduction to EVAL
EVAL and EVALSHA are used to evaluate scripts using the Lua interpreter(解释器) built into Redis starting from version 2.6.0.
参数介绍
The first argument of EVAL is a Lua 5.1 script.