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