antirez 08d200baeb Slowlog: don't log EXEC but just the executed commands.
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.
2013-01-19 12:53:21 +01:00
..
2012-12-02 20:43:11 +01:00
2012-11-14 12:12:52 +01:00
2012-04-18 11:34:18 +02:00
2011-07-28 12:32:52 +02:00
2010-06-16 11:03:23 +02:00
2010-10-15 12:54:53 +02:00
2013-01-19 10:59:44 +01:00