Scripting: require at least one argument for redis.call().
Redis used to crash with a call like the following:
EVAL "redis.call()" 0
Now the explicit check for at least one argument prevents the problem.
This commit fixes issue #655.
Please register or sign in to comment