Multi-server Redis master-slave configuration

Source: Internet
Author: User

Master Service Master Configuration redis.conf:

Port 6379
AppendOnly Yes
cluster-enabled Yes
Cluster-config-file nodes.conf
Cluster-node-timeout 5000
Daemonize Yes
Slave-serve-stale-data Yes
Slave-read-only Yes
Repl-disable-tcp-nodelay No
Slave-priority 100
Bind 192.168.1.102

From the server configuration redis.conf:

Port 7000
AppendOnly Yes
Cluster-enabled No
Cluster-config-file nodes.conf
Cluster-node-timeout 5000
Daemonize Yes
Bind 192.168.1.109

Slaveof 192.168.1.102 6379

Start the Master service first Redis-server.exe redis.conf

Start the slave service again

Slave service cluster-enabled No can be removed, but cannot be set to Yes, otherwise an exception will be thrown slaveof directive not allowed in cluster mode

Multi-server Redis master-slave configuration

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.