]> git.saurik.com Git - redis.git/commit - src/replication.c
Fixed issue #435 and at the same time introduced explicit ping in the master-slave...
authorantirez <antirez@gmail.com>
Thu, 20 Jan 2011 12:18:23 +0000 (13:18 +0100)
committerantirez <antirez@gmail.com>
Thu, 20 Jan 2011 12:18:23 +0000 (13:18 +0100)
commit89a1433e69db5f7c996484672437616a16a6fe0a
treea1e1322903bc1361e1db2977923fc910f2d3855c
parentf25d5b5c9c536bb4bb9febe6fa4fd57d7c7de581
Fixed issue #435 and at the same time introduced explicit ping in the master-slave channel that will detect a blocked master or a broken even if apparently connected TCP link.
src/networking.c
src/redis.c
src/replication.c