• antirez's avatar
    Slowlog: don't log EXEC but just the executed commands. · d766907c
    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.
    d766907c
redis.c 99.3 KB