Skip to content

Latest commit

 

History

History

redis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

redis.sh 使用脚本快速建立主从测试环境

使用

wget https://raw.githubusercontent.com/nanjishidu/shells/master/redis/redis.sh
chmod +x redis.sh
./redis.sh
./redis.sh clear   //清除以 redis- 命名的容器
./redis.sh 10    	//快速创建以redis-master为主reids和10个以redis-slave为前缀的从redis 
./redis.sh 10 16379//第二个参数指定从redis服务器的起始端口