]> git.saurik.com Git - redis.git/commit
Fix for slaves chains. Force resync of slaves (simply disconnecting them) when SLAVE...
authorantirez <antirez@gmail.com>
Thu, 29 Mar 2012 07:24:02 +0000 (09:24 +0200)
committerantirez <antirez@gmail.com>
Thu, 29 Mar 2012 07:34:03 +0000 (09:34 +0200)
commited4d4f1145cf448456a5b73cc1a1f9b06318496c
tree97334b624ac23955eeeb8bcdf342799a98673195
parentee704a0ff15f783fd804964d361b160dd09afa80
Fix for slaves chains. Force resync of slaves (simply disconnecting them)  when SLAVEOF turns a master into a slave.
src/networking.c
src/redis.h
src/replication.c