201906-17 docker-compose搭建redis集群 1. 集群配置 3主+3从 由于仅用于测试,故我这里只用1台服务器进行模拟 redis列表 2.编写redis.conf [crayon-6811ee96b44fc802284161/] [crayon-6811ee96b4504513786839/] 3. 在每个redis-*文件夹下创建redis.conf文件,并写入如下内容: [cr.... Read More >