]> git.saurik.com Git - redis.git/commit
Fixed replication when multiple slaves are attaching at the same time. The output...
authorantirez <antirez@gmail.com>
Fri, 30 Dec 2011 18:34:40 +0000 (19:34 +0100)
committerantirez <antirez@gmail.com>
Fri, 30 Dec 2011 18:40:43 +0000 (19:40 +0100)
commit1824e3a3a37eb9618aa487e6e071395758bdaca8
tree2fc8b62f3551b69347a227d66177e210137ba941
parent2ebd2720b37dcca3b6e0c18377bd69e9eaf541fc
Fixed replication when multiple slaves are attaching at the same time. The output buffer was not copied correctly between slaves. This fixes issue #141.
src/networking.c
src/redis.h
src/replication.c