]> git.saurik.com Git - redis.git/commit - src/networking.c
slave with attached slaves now close the conection to all the slaves when the connect...
authorantirez <antirez@gmail.com>
Tue, 24 Aug 2010 14:04:13 +0000 (16:04 +0200)
committerantirez <antirez@gmail.com>
Tue, 24 Aug 2010 14:04:13 +0000 (16:04 +0200)
commit778b2210a939083070abaea4b7fc62ebf2ad9bfb
tree1caf91a780aa548336c9321ce7434453106c4b13
parente452436a07224022df17c59d6dbfbd47dcfc7fd6
slave with attached slaves now close the conection to all the slaves when the connection to the master is lost. Now a slave without a connected link to the master will refuse SYNC from other slaves. Enhanced the replication error reporting. All this will fix Issue 156
src/networking.c
src/replication.c