In the doc https://redis.io/topics/transactions so if a client loses the connection to the server in the context of a transaction before calling the MULTI command none of the operations are performed, instead if the EXEC command is called, all the operations are performed.

I think the correct text is "so if a client loses the connection to the server in the context of a transaction before calling the EXEC command none of the operations are performed"

Comment From: trevor211

It's already fixed. Safe to close. @itamarhaber