This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
byte2016 067d4e6786 Init
2018-08-28 14:56:56 +08:00
2018-08-28 14:56:56 +08:00
2018-08-28 14:56:56 +08:00
2018-08-28 14:56:56 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1.进入redis-4.0.6源码目录make cleanmake -j;make install;
2.创建/home/mesasoft/redis/reids-node目录
3.将安装目录下的redis-node中文件拷贝到/home/mesasoft/redis/reids-node
4.创建节点执行./run_redis.sh 16 		//默认16个节点可依据需要更改
5.添加守护执行./redis_protect 16 		//默认16个节点可依据需要更改
6.创建集群执行./build_cluster.sh 16 	//默认16个节点可依据需要更改创建集群
7.验证是否创建成功,执行: redis-cli -h 127.0.0.1 -p 9001 cluster info //输出cluster_state:ok 表示创建成功
Description
No description provided
Readme 1.7 MiB
Languages
Shell 100%