• antirez's avatar
    Lua debugger: clear end of session protocol. · e386cd8c
    antirez authored
    When the debugger exits now it produces an <endsession> tag that informs
    redis-cli (or other debugging clients) that the session terminated.
    This way the client knows there is yet another reply to read (the one of
    the EVAL script itself), and can switch to non-debugging mode ASAP.
    e386cd8c
scripting.c 76.6 KB