]> git.saurik.com Git - redis.git/commit
Return from syncWithMaster() ASAP if the event fired but the instance is no longer...
authorantirez <antirez@gmail.com>
Tue, 18 Oct 2011 09:09:32 +0000 (11:09 +0200)
committerantirez <antirez@gmail.com>
Tue, 18 Oct 2011 09:15:11 +0000 (11:15 +0200)
commit76e772f39a971e14e9c8cd077b68ad8ed8cc7f97
treecc319dbb10362305960ec7116e2aaecdca19fc21
parent6856c7b4d64f6afc00249128fc952c575d8c84bf
Return from syncWithMaster() ASAP if the event fired but the instance is no longer a slave. This should fix Issue #145.
src/replication.c