标签:扩容 限时 password slave 启动 独立 支持 特点 同步请求
Redis有三种集群模式:
daemonize yes //以后台模式运行
appendonly yes //默认值是No,意思是不使用AOF增量持久化的方式,使用RDB全量持久化的方式。把No值改成Yes,使用AOF增量持久化的方式
redis-server redis.conf
redis-server redis6380.conf
redis-server redis6381.conf
1. 连接master,设置key
2. 查看集群信息,使用info replication命令
3. 连接slave,查看key信息,并测试写功能
标签:扩容 限时 password slave 启动 独立 支持 特点 同步请求
原文地址:https://www.cnblogs.com/wslook/p/9152087.html