Redis single Master Multi-instance

Source: Internet
Author: User

Let's say we have Redis installed on our servers;

can see: http://www.cnblogs.com/super-d2/p/3819385.html

Let's configure a Redis single master multi-instance:

We first copy two documents:

[Email protected] redis-2.8.12]# cp/etc/redis.conf/etc/redis6380.conf

[Email protected] redis-2.8.12]# cp/etc/redis.conf/etc/redis6381.conf

One, configure 6380 port

[Email protected] ~]# vim/etc/redis6380.conf

[Email protected] redis-2.8.12]# src/redis-server/etc/redis6380.conf

You can see that port 6380 is up.

Log on to Port 6380:

Second, we configure Port 6381:

[Email protected] redis-2.8.12]# src/redis-server/etc/redis6381.conf

You can see that port 6381 has been started.

Log on to Port 6381

To view a process:

Second, the configuration master-slave:

To modify the configuration from the library:

[Email protected] redis-2.8.12]# vim/etc/redis6380.conf

[Email protected] redis-2.8.12]# vim/etc/redis6381.conf

Main Library

From library:

Can see the master-slave data to achieve synchronization;

There is a problem, I can not configure two from the library to boot;

Redis single Master Multi-instance

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.