summaryrefslogtreecommitdiff
path: root/src/replication.c
Commit message (Expand)AuthorAgeFilesLines
* Initial changes to issue #2427.slave-disklessantirez2015-07-221-7/+25
* introduce REPLCONF eof-supported and repl-diskless-loadOran Agra2015-07-211-21/+47
* rebase from unstableOran Agra2015-07-211-4/+6
|\
| * Use best effort address binding to connect to the masterantirez2015-06-111-1/+1
| * Net: improve prepareClientToWrite() error handling and comments.antirez2015-04-011-3/+4
| * fixes to diskless replication.Oran Agra2015-03-311-0/+1
| * Replication: disconnect blocked clients when switching to slave role.antirez2015-03-241-0/+1
* | fixes to diskless replication.Oran Agra2015-03-311-0/+1
* | diskless replication on slave sideOran Agra2015-03-021-102/+162
|/
* Replication: put server.master client creation into separated function.antirez2015-02-041-11/+18
* AnetFormatIP(): renamed, commented, now sticks to IP:port format.antirez2014-12-111-1/+1
* Cleanup all IP formatting codeMatt Stancliff2014-12-111-1/+1
* Network bandwidth tracking + refactoring.antirez2014-12-031-0/+3
* Diskless SYNC: fix RDB EOF detection.antirez2014-11-111-4/+19
* Disconnect timedout slave: regression introduced with diskless repl.antirez2014-11-111-2/+3
* Networking: add more outbound IP binding fixesMatt Stancliff2014-10-291-1/+2
* Diskless replication: missing listRewind() added.memsyncantirez2014-10-291-1/+5
* Log slave ip:port in more log messages.antirez2014-10-271-6/+11
* Added a function to get slave name for logs.antirez2014-10-271-9/+26
* Diskless replication: log BGSAVE delay only when it is non-zero.antirez2014-10-271-1/+2
* Diskless sync delay is now configurable.antirez2014-10-271-3/+3
* Remove duplicated log message about starting BGSAVE.antirez2014-10-241-1/+0
* Diskless replication: less debugging printfs around.antirez2014-10-171-1/+0
* rio fdset target: handle short writes.antirez2014-10-171-0/+1
* Diskless replication: don't send "\n" pings to slaves.antirez2014-10-171-1/+3
* Diskless replication: remove 40 bytes EOF mark from end of RDB file.antirez2014-10-171-0/+10
* Diskless replication: swap inverted branches to compute read len.antirez2014-10-171-2/+2
* Diskless replication: don't enter the read-payload branch forever.antirez2014-10-171-0/+3
* Diskless replication: EOF:<mark> streaming support slave side.antirez2014-10-161-7/+60
* Diskless replication: redis.conf and CONFIG SET/GET support.antirez2014-10-161-1/+2
* Diskless replication: trigger a BGSAVE after a config change.antirez2014-10-161-12/+17
* Diskless replication flag renamed repl_diskless -> repl_diskless_sync.antirez2014-10-161-5/+5
* Diskless replication: trigger diskless RDB transfer if needed.antirez2014-10-161-1/+36
* Diskless replication: handle putting the slave online.antirez2014-10-151-31/+57
* Diskless replication: RDB -> slaves transfer draft implementation.antirez2014-10-141-24/+57
* Add some comments in syncCommand() to clarify RDB target.antirez2014-10-101-4/+9
* Fix typosAaron Rutkovsky2014-09-291-4/+4
* Fix typo: ad -> andJan-Erik Rediger2014-09-291-2/+2
* No more trailing spaces in Redis source code.antirez2014-06-261-3/+3
* ROLE command: array len fixed for slave output.antirez2014-06-211-1/+1
* ROLE output improved for slaves.antirez2014-06-071-1/+13
* ROLE command added.antirez2014-06-071-0/+37
* CLIENT LIST speedup via peerid caching + smart allocation.antirez2014-04-281-3/+7
* Check for EAGAIN in sendBulkToSlave().antirez2014-02-051-3/+6
* Cluster: function clusterGetSlaveRank() added.antirez2014-01-291-0/+20
* Set server.repl_down_since to 0 when changing master.antirez2014-01-171-0/+1
* Don't send REPLCONF ACK to old masters.antirez2014-01-081-4/+11
* Clarify a comment in slaveTryPartialResynchronization().antirez2014-01-081-1/+1
* Make new masters inherit replication offsets.antirez2013-12-221-1/+12
* Slaves heartbeats during sync improved.antirez2013-12-101-1/+26