• antirez's avatar
    Scripting: fix redis.call() error reporting. · 1b5d24eb
    antirez authored
    Arguments arity and arguments type error of redis.call() were not
    reported correctly to Lua, so the command acted in this regard like
    redis.pcall(), but just for two commands. Redis.call() should always
    raise errors instead.
    1b5d24eb
scripting.c 48.9 KB