Master-slave synchronization for Redis and master-slave for redis

Source: Internet
Author: User

Master-slave synchronization for Redis and master-slave for redis

Synchronization

Why does Redis implement master-slave synchronization?

Master-slave synchronization has the following benefits:


Partial re-synchronization

Redis introduced PSYNC starting from 2.8 and supports partial re-synchronization: during this period of time when the master server and slave server are disconnected, the data on the master server may only change a small amount, when the slave server is re-connected to the master server, there is no need to send all the data in the master server to the slave server for data coverage. Instead, you only need to send inconsistent data to the slave server, this avoids data backup and network transmission on the master server.



Synchronization Process

The following two machines are used: A (10.15.62.11: 6379) as the slave server and B (10.15.62.12: 6380) as the master server, this section describes the initial full synchronization and partial re-synchronization of A and B.


Code implementation:

To be continued.



References:

Redis design and implementation chapter 15th

Redis master-Slave synchronization source code analysis-Slave end
















Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.