• antirez's avatar
    Multiple fixes for EVAL (issue #872). · baee5650
    antirez authored
    1) The event handler was no restored after a timeout condition if the
       command was eventually executed with success.
    2) The command was not converted to EVAL in case of errors in the middle
       of the execution.
    3) Terrible duplication of code without any apparent reason.
    baee5650
scripting.c 35 KB