summaryrefslogtreecommitdiff
path: root/src/replication.c
Commit message (Expand)AuthorAgeFilesLines
* `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
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-1/+13
* Redis Functions - Introduce script unit.meir@redislabs.com2021-12-011-1/+1
* Multiparam config set (#9748)yoav-steinberg2021-12-011-10/+6
* Fix diskless load handling on broken EOF marker (#9752)Eduardo Semprebon2021-11-091-13/+13
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-041-62/+97
* Fix not updating backlog histlen when trimming repl backlog (#9713)Wang Yuan2021-11-021-3/+2
* rebuild replication backlog index when master restart (#9720)zhaozhao.zz2021-11-021-11/+33
* Replication backlog and replicas use one global shared replication buffer (#9...Wang Yuan2021-10-251-176/+344
* Improve errno reporting on fork and fopen rdbLoad failures (#9649)Oran Agra2021-10-241-1/+1
* Treat subcommands as commands (#9504)guybe72021-10-201-0/+5
* Cleanup typos, incorrect comments, and fixed small memory leak in redis-cli (...Binbin2021-10-021-1/+1
* Client eviction (#8687)yoav-steinberg2021-09-231-0/+1
* Delay to discard cached master when full synchronization (#9398)Wang Yuan2021-09-091-13/+18
* dict struct memory optimizations (#9228)yoav-steinberg2021-08-051-3/+3
* Modify some error logs printing level. (#9306)Binbin2021-08-021-1/+1
* Minor refactoring for rioConnRead and adding errno (#9280)Ewg-c2021-07-291-3/+3
* Add range check for master port in replicaof. (#9201)Binbin2021-07-061-1/+2
* Remove unnecessary replication backlog memory copy (#9157)Wang Yuan2021-06-281-1/+1
* Add bind-source-addr configuration argument. (#9142)Yossi Gottlieb2021-06-241-1/+1
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-10/+10
* Fix typo on buckup to backup (#8919)pgxiaolianzi2021-06-011-4/+4
* Make full use of replication backlog memory (#8966)Wang Yuan2021-05-201-5/+7
* Hide migrate command from slowlog if they include auth (#8859)Madelyn Olson2021-05-191-0/+1
* Fix comments and typos in sentinel.c. (#8801)Huang Zhw2021-04-251-9/+5
* fix invalid master_link_down_since_seconds in info repication (#8785)Wen Hui2021-04-191-0/+3
* ReplicationCron: Prevent invalid access to freed pointer (#8799)guybe72021-04-161-0/+2
* Add a timeout mechanism for replicas stuck in fullsync (#8762)guybe72021-04-151-8/+26
* Fix misleading comment (#8690)hzzb2021-03-241-1/+1
* Fix typo and outdated comments. (#8640)Huang Zhw2021-03-141-10/+27
* Send the readiness notification when we are ready to accept connections (#8409)Guillem Jover2021-03-141-4/+2
* Fix allowed length for REPLCONF ip-address. (#8517)Yossi Gottlieb2021-02-211-21/+20
* Moved most static strings into the shared structure (#8411)Madelyn Olson2021-02-091-2/+1
* implement FAILOVER command (#8315)Allen Farris2021-01-281-4/+332
* Implement rdb-only replication (#8303)Wang Yuan2021-01-271-12/+45
* Add support for client pause WRITE (#8170)Madelyn Olson2021-01-071-1/+1
* Refactory fork child related infra, Unify child pidYaacovHazan2021-01-071-5/+5
* Fix rare assertion as a result of: active defrag while loading (#8281)Oran Agra2021-01-031-1/+3
* syncWithMaster: use pipeline for AUTH+REPLCONF*3Oran Agra2020-12-241-67/+64
* syncWithMaster: sendSynchronousCommand split to send, and receiveOran Agra2020-12-241-77/+100
* Cleanup key tracking documentation and table management (#8039)Madelyn Olson2020-12-231-2/+2
* Flow through the error handling path for most errors (#8226)Madelyn Olson2020-12-231-2/+2
* Handle binary safe string for REQUIREPASS and MASTERAUTH directives (#8200)Qu Chen2020-12-171-10/+20
* Backup keys to slots map and restore when fail to sync if diskless-load type ...Wang Yuan2020-12-021-45/+24