mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
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.