summaryrefslogtreecommitdiff
path: root/src/replication.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | Module API for ForkingOran Agra2019-07-171-3/+3
| | | |/ | | |/|
| * | | TLS: Configuration options.Yossi Gottlieb2019-10-071-4/+7
| * | | diskless replication rdb transfer uses pipe, and writes to sockets form the p...Oran Agra2019-10-071-2/+148
| * | | TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-111/+87
| | |/ | |/|
| * | Replication: clarify why repl_put_online_on_ack exists at all.antirez2019-08-051-9/+33
| |/
| * Diskless replica: fix disklessLoadRestoreBackups() bug.antirez2019-07-101-7/+7
| * Diskless replica: refactoring of DBs backups.antirez2019-07-101-22/+47
| * Diskless replica: a few aesthetic changes to replication.c.antirez2019-07-081-37/+89
| * diskless replication on slave side (don't store rdb to file), plus some other...Oran Agra2019-07-081-121/+219
| * Narrow the effects of PR #6029 to the exact state.antirez2019-05-151-5/+17
| * Merge pull request #6029 from chendq8/clientpauseSalvatore Sanfilippo2019-05-151-1/+1
| |\
| | * stop ping when client pausechendianqiang2019-04-171-1/+1
| * | Merge pull request #3830 from oranagra/diskless_capa_prSalvatore Sanfilippo2019-03-221-0/+1
| |\ \
| | * | diskless replication - notify slave when rdb transfer failedOran Agra2019-03-201-0/+1
| * | | More sensible name for function: restartAOFAfterSYNC().antirez2019-03-211-3/+7
| * | | Mostly aesthetic changes to restartAOF().antirez2019-03-211-3/+7
| * | | bugfix to restartAOF, exit will never happen since retry will get negative.oranagra2019-03-201-4/+5
| |/ /
| * | replicaofCommand() refactoring: stay into 80 cols.antirez2019-03-181-2/+5
| * | Make comment in #5911 stay inside 80 cols.antirez2019-03-101-1/+2
| * | Replicas aren't allowed to run the replicaof commandJohn Sully2019-03-091-0/+8
| |/
| * ACL: add masteruser configuration for replicationzhaozhao.zz2019-02-121-1/+7
| * Fix the output bug in rename exceptions.ArkayZheng2019-01-251-1/+2
| * Refactoring: always kill AOF/RDB child via helper functions.antirez2019-01-211-4/+1
| * Merge branch 'unstable' into fixChildInfoPipeFdLeakSalvatore Sanfilippo2019-01-211-8/+10
| |\
| | * Merge pull request #5797 from trevor211/fixUpdateDictResizePolicySalvatore Sanfilippo2019-01-211-0/+1
| | |\
| | | * Update dict resize policy when rdb child process gets killed.WuYunlong2019-01-211-0/+1
| | * | ACL: configure the master connection without user.antirez2019-01-171-0/+1
| | * | RESP3: addReplyString() -> addReplyProto().antirez2019-01-091-1/+1
| | * | RESP3: Use new deferred len API in replication.c.antirez2019-01-091-7/+7
| | |/
| * | Fix child info pipe fd leak when child process gets killed.WuYunlong2019-01-211-0/+1
| |/
| * When replica kills a pending RDB save during SYNC, log it.antirez2018-10-311-0/+6
| * Merge pull request #5367 from nUl1/fullresync-stopbgsaveSalvatore Sanfilippo2018-10-311-0/+6
| |\