summaryrefslogtreecommitdiff
path: root/src/replication.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Diskless-load emptyDb-related fixesGuy Benoish2020-02-061-5/+9
* | | Merge pull request #6848 from oranagra/opt_use_diskless_load_callsSalvatore Sanfilippo2020-02-061-4/+3
|\ \ \
| * | | reduce repeated calls to use_diskless_loadOran Agra2020-02-061-4/+3
| |/ /
* | | move restartAOFAfterSYNC from replicaofCommand to replicationUnsetMasterOran Agra2020-02-061-3/+4
|/ /
* | Rename rdb asynchronouslyShooterIT2019-12-311-0/+7
|/
* Use libsystemd's sd_notify for communicating redis status to systemdJohannes Truschnigg2019-11-191-0/+5
* Modules hooks: complete missing hooks for the initial set of hooksOran Agra2019-10-291-5/+50
* Merge branch 'unstable' into minor-typosWander Hillen2019-10-251-299/+697
|\
| * Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-161-7/+17
| |\
| | * Merge pull request #6429 from charsyam/feature/typo-slaveSalvatore Sanfilippo2019-10-101-2/+2
| | |\
| | | * fix type salves to slavescharsyam2019-10-071-2/+2
| | * | Cluster: fix memory leak of cached master.antirez2019-10-101-1/+4
| | |/
| | * Function renamed hasForkChild() -> hasActiveChildProcess().antirez2019-09-271-2/+2
| | * Merge branch 'unstable' into modules_forkSalvatore Sanfilippo2019-09-271-10/+41
| | |\
| | | * Merge pull request #6235 from oranagra/module_rdb_load_errorsSalvatore Sanfilippo2019-09-261-1/+8
| | | |\
| | | | * Log message when modules prevent diskless-loadOran Agra2019-07-301-1/+4
| | | | * Avoid diskelss-load if modules did not declare they handle read errorsOran Agra2019-07-301-1/+5