• antirez's avatar
    Slowlog: don't log EXEC but just the executed commands. · 08d200ba
    antirez authored
    The Redis Slow Log always used to log the slow commands executed inside
    a MULTI/EXEC block. However also EXEC was logged at the end, which is
    perfectly useless.
    
    Now EXEC is no longer logged and a test was added to test this behavior.
    
    This fixes issue #759.
    08d200ba
slowlog.tcl 2.42 KB