]> git.saurik.com Git - redis.git/commit - src/replication.c
Two fixes for replication: Slave performs the AOF rewrite at the right point. Non...
authorantirez <antirez@gmail.com>
Thu, 9 Jun 2011 13:35:07 +0000 (15:35 +0200)
committerantirez <antirez@gmail.com>
Thu, 9 Jun 2011 13:39:12 +0000 (15:39 +0200)
commit45029d37cb7fe589bdfd9a08dd5a3afd611ad57e
treea21101e8d15e67550a4b5811dc3d95b86c6a6aef
parent73e718675b68f141054adf18eb3a70619d67406b
Two fixes for replication: Slave performs the AOF rewrite at the right point. Non blocking connect also uses readable handler as with old Linux kernels like 2.6.18 on connection refused the writable even is not fired (kernel bug).
src/replication.c