From: antirez Date: Fri, 30 Dec 2011 18:34:40 +0000 (+0100) Subject: Fixed replication when multiple slaves are attaching at the same time. The output... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/1824e3a3a37eb9618aa487e6e071395758bdaca8?hp=1824e3a3a37eb9618aa487e6e071395758bdaca8 Fixed replication when multiple slaves are attaching at the same time. The output buffer was not copied correctly between slaves. This fixes issue #141. ---