summaryrefslogtreecommitdiff
path: root/src/replication.c
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-6/+6
* Fixed tracking of command duration for multi/eval/module/wait (#11970)Madelyn Olson2023-03-291-0/+1
* Support for RM_Call on blocking commands (#11568)Meir Shpilraien (Spielrein)2023-03-161-2/+2
* Fix WAITAOF mix-use last_offset and last_numreplicas (#11922)Binbin2023-03-151-4/+15
* Fix WAITAOF reply when using last_offset and last_numreplicas (#11917)Binbin2023-03-151-24/+29
* cleanup NBSP characters in comments (#10555)Kaige Ye2023-03-151-10/+10
* Implementing the WAITAOF command (issue #10505) (#11713)Slava Koyfman2023-03-141-10/+109
* Fix tail->repl_offset update in feedReplicationBuffer (#11905)Binbin2023-03-131-4/+7
* Large blocks of replica client output buffer could lead to psync loops and un...xbasel2023-03-121-72/+80
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-2/+4
* Demoting some of the non-warning messages to notice (#10715)Binbin2023-02-191-7/+7
* Reclaim page cache of RDB file (#11248)Tian2023-02-121-7/+30
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-011-10/+6
* Remove unnecessary updateClientMemUsageAndBucket() when feeding monitors (#11...sundb2022-12-281-1/+0
* Optimize client memory usage tracking operation while client eviction is disa...Harkrishn Patro2022-12-071-1/+1
* Improve TLS error handling. (#11563)Yossi Gottlieb2022-12-011-4/+4
* Refactor and (internally) rebrand from pause-clients to pause-actions (#11098)Moti Cohen2022-10-271-3/+5
* Freeze time sampling during command execution, and scripts (#10300)Binbin2022-10-091-1/+1
* code, typo and comment cleanups (#11280)Binbin2022-10-021-1/+1
* Replica that asks for rdb only should be closed right after the rdb part (#11...Valentino Geron2022-09-221-14/+22
* Use connection name of stringzhenwei pi2022-08-221-3/+3
* Fully abstract connection typezhenwei pi2022-08-221-1/+8
* Introduce connAddrzhenwei pi2022-08-221-5/+6
* Fix replication inconsistency on modules that uses key space notifications (#...Meir Shpilraien (Spielrein)2022-08-181-3/+3
* errno cleanup around rdbLoad (#11042)Binbin2022-08-041-2/+2
* Change the return value of rdbLoad function to enums (#11039)Binbin2022-07-261-1/+1
* fsync the old aof file when open a new INCR AOF (#11004)Binbin2022-07-251-2/+2
* Fsync directory while persisting AOF manifest, RDB file, and config file (#10...Tian2022-06-201-0/+10
* Fix typo in replication.c (#10854)XiongDa2022-06-131-1/+1
* Adds isolated netstats for replication. (#10062)DarrenJiang132022-05-311-8/+13
* Replica fail and retry the PSYNC if the master is unresponsive (#10726)Qu Chen2022-05-161-2/+20
* Stop RDB child before flushing and parsing the RDB in Diskless replication to...menwen2022-04-201-10/+14
* Optimize the call of prepareReplicasToWrite (#10588)Wang Yuan2022-04-171-4/+10
* Durability enhancement for appendfsync=always policy (#9678)zhaozhao.zz2022-04-111-1/+1
* optimize(remove) usage of client's pending_querybuf (#10413)zhaozhao.zz2022-03-251-1/+2
* Add new RM_Call flags for script mode, no writes, and error replies. (#10372)Meir Shpilraien (Spielrein)2022-03-221-0/+8
* Cleanup: replicationFeedMonitors use the monitor list arg it got (#10417)郭伟光2022-03-131-1/+2
* Fix outdated comments on updateSlavesWaitingBgsave (#10394)rangerzhang2022-03-101-9/+1
* Fix a mistake in comments (#10312)rangerzhang2022-02-201-1/+1
* Attempt to fix a rare crash in cluster tests. (#10265)Oran Agra2022-02-081-3/+6
* Fix PSYNC crash with wrong offset (#10243)Binbin2022-02-061-9/+10
* Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas...Oran Agra2022-01-171-34/+44
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-061-9/+9
* `redis-cli --replica` reads dummy empty rdb instead of full snapshot (#10044)yoav-steinberg2022-01-041-6/+10
* Setup dependabot for github-actions and codespell (#9857)Matthieu MOREL2022-01-041-1/+1
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-021-2/+2
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-021-20/+91
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-1/+6
* Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...Meir Shpilraien (Spielrein)2021-12-211-2/+2
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-97/+0