mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04: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.