summaryrefslogtreecommitdiff
path: root/src/replication.c
Commit message (Expand)AuthorAgeFilesLines
* Add local address to CLIENT LIST, and a CLIENT KILL filter. (#7913)yoav-steinberg2020-10-281-1/+6
* Remove temporary aof and rdb files in a background thread (#7905)Wang Yuan2020-10-131-1/+1
* Add fsync to readSyncBulkPayload(). (#7839)WuYunlong2020-09-251-0/+11
* Fix occasional hangs on replication reconnection. (#7830)Yossi Gottlieb2020-09-221-1/+2
* Implement redisAtomic to replace _Atomic C11 builtin (#7707)Wang Yuan2020-09-171-5/+5
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-20/+20
* if diskless repl child is killed, make sure to reap the pid (#7742)Oran Agra2020-09-061-21/+11
* Add comments on 'slave.repldboff' when use diskless replication (#7679)Wang Yuan2020-08-191-0/+2
* wait command optimization (#7333)caozb2020-08-131-3/+3
* Add oom-score-adj configuration option to control Linux OOM killer. (#1690)Yossi Gottlieb2020-08-121-0/+6
* Accelerate diskless master connections, and general re-connections (#6271)Oran Agra2020-08-061-34/+63
* module hook for master link up missing on successful psync (#7584)Oran Agra2020-07-311-0/+5
* replication: need handle -NOPERM error after send ping (#7538)zhaozhao.zz2020-07-201-0/+1
* diskless master disconnect replicas when rdb child failed (#7518)Oran Agra2020-07-141-5/+6
* Revert "Implements sendfile for redis."antirez2020-06-061-49/+2
* Revert "avoid using sendfile if tls-replication is enabled"antirez2020-06-061-34/+27
* Replication: showLatestBacklog() refactored out.antirez2020-05-281-0/+34
* Drop useless line from replicationCacheMaster().no-mo-firstantirez2020-05-271-2/+0
* Remove the meaningful offset feature.antirez2020-05-271-67/+6
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-05-261-27/+34
|\
| * Merge pull request #7328 from oranagra/daily_tls_testSalvatore Sanfilippo2020-05-261-27/+34
| |\
| | * avoid using sendfile if tls-replication is enabledOran Agra2020-05-261-27/+34
* | | Replication: log backlog creation event.antirez2020-05-261-0/+3
|/ /
* | Clarify what is happening in PR #7320.antirez2020-05-251-1/+5
* | PSYNC2: second_replid_offset should be real meaningful offsetzhaozhao.zz2020-05-251-3/+3
|/
* Make disconnectSlaves() synchronous in the base case.antirez2020-05-221-5/+5
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-05-221-2/+49
|\
| * Merge pull request #7096 from ShooterIT/sendfileSalvatore Sanfilippo2020-05-221-2/+49
| |\
| | * Implements sendfile for redis.ShooterIT2020-04-141-2/+49
* | | Fix #7306 less aggressively.antirez2020-05-221-15/+24
|/ /
* | Merge pull request #7305 from madolson/unstable-connectionSalvatore Sanfilippo2020-05-221-0/+4
|\ \
| * | EAGAIN for tls during diskless loadMadelyn Olson2020-05-211-0/+4
* | | Disconnect chained replicas when the replica performs PSYNC with the master a...Qu Chen2020-05-211-3/+10
|/ /
* | Remove the client from CLOSE_ASAP list before caching the master.antirez2020-05-161-3/+0
* | Cache master without checking of deferred close flags.antirez2020-05-151-2/+6
* | Keep track of meaningful replication offset in replicas tooOran Agra2020-04-271-28/+36
|/
* PSYNC2: reset backlog_idx and master_repl_offset correctlyzhaozhao.zz2020-03-281-5/+10
* PSYNC2: fix backlog_idx when adjusting for meaningful offsetantirez2020-03-271-0/+3
* PSYNC2: meaningful offset implemented.antirez2020-03-251-1/+35
* Improve comments of replicationCacheMasterUsingMyself().antirez2020-03-231-1/+6
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-03-121-0/+4
|\
| * Merge pull request #6687 from jtru/systemd-integration-fixesSalvatore Sanfilippo2020-03-061-0/+4
| |\
| | * Signal systemd readiness atfer Partial ResyncJohannes Truschnigg2019-12-191-0/+4
* | | Make sync RDB deletion configurable. Default to no.antirez2020-03-041-4/+19
* | | Check that the file exists in removeRDBUsedToSyncReplicas().antirez2020-03-041-4/+8
* | | Log RDB deletion in persistence-less instances.antirez2020-03-041-2/+15
* | | Introduce bg_unlink().antirez2020-03-041-3/+31
* | | Remove RDB files used for replication in persistence-less instances.antirez2020-03-031-1/+47
|/ /
* | modify the read buf size according to the write buf size PROTO_IOBUF_LEN defi...Hengjian Tang2020-02-251-1/+1
* | Merge pull request #6822 from guybe7/diskless_load_module_hook_fixSalvatore Sanfilippo2020-02-061-5/+9
|\ \