]> git.saurik.com Git - redis.git/commit - src/redis.h
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:24:02 +0000 (09:24 +0200)
commit179e54d2a9c6545d6f102bf9a3f9506175639743
tree6c9d62696bfb66a70d5ee3980f832b63ab39dc5e
parent6aa2f98938955788c3f56e1ce8fef691233bca35
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