summaryrefslogtreecommitdiff
path: root/src/replication.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed replication when multiple slaves are attaching at the same time. The ou...antirez2012-01-071-2/+1
* Replication bug fixed: now non blocking connect is also forced to follow the ...antirez2011-11-301-0/+23
* Added repl_ping_slave_period and repl_timeout options supportHerbert G. Fischer2011-10-181-6/+3
* Fix to the previous fix for issue #145, make sure to return only after the ev...antirez2011-10-181-6/+6
* Return from syncWithMaster() ASAP if the event fired but the instance is no l...antirez2011-10-181-0/+7
* Two fixes for replication: Slave performs the AOF rewrite at the right point....antirez2011-06-091-3/+5
* Make replication faster (biggest gain for small number of slaves)Pieter Noordhuis2011-05-291-35/+6
* Configurable synchronous I/O timeoutPieter Noordhuis2011-05-221-4/+4
* Minor changes in non-blocking repl. connectPieter Noordhuis2011-05-221-12/+17
* Non-blocking connect with masterPieter Noordhuis2011-05-191-27/+51
* suppress a Linux warning, for 2.2 sakeantirez2011-02-211-1/+3
* Fixed issue #435 and at the same time introduced explicit ping in the master-...antirez2011-01-201-2/+46
* Zero-pad timestamps in MONITOR outputPieter Noordhuis2010-12-141-1/+1
* Fix for bug 374, thanks to Jeremy Zawodny for reporting and tracing why it wa...antirez2010-11-121-1/+5
* more replication info in logsantirez2010-11-041-0/+1
* non blocking slave replication is now more non blocking than the first implem...antirez2010-11-041-24/+35
* typos and minor stuff fixed in the new non blocking replication codeantirez2010-11-041-7/+10
* first attempt to non blocking implementation of slave replication and SYNC bu...antirez2010-11-041-34/+100
* synchronous I/O networking functions originally used just for replication ref...antirez2010-10-241-62/+0
* Use specialized function to add status and error repliesPieter Noordhuis2010-09-021-3/+3
* Fixed another instace of the Issue 173antirez2010-08-271-1/+1
* slave now detect lost connection during SYNC, fixing Issue 173antirez2010-08-241-2/+2
* slave with attached slaves now close the conection to all the slaves when the...antirez2010-08-241-1/+13
* Fixed MONITOR output for consistency: now integer encoded values are also for...antirez2010-07-011-1/+1
* redis.c split into many different C files.antirez2010-07-011-0/+475