Windows下redis主从哨兵配置

 复制六份redis,修改各个配置文件redis 主服务配置(redis.windows.conf) port 6000 bind 192.168.1.223 requirepass 123456 从1服务配置(redis.windows.conf) port 6001 bind 192.168.1.223 slaveof 192.168.1.223 6000 masterauth 12345
相关文章
相关标签/搜索