摘要: 本文参考:Redis Cluster集群的搭建与实践 redis最开始使用主从模式做集群,若master宕机需要手动切换slave为master;于是有了哨兵模式,该模式下有一个哨兵监视master和slave,若master宕机可自动将slave转为master,但它也有一个问题,就是不能动态扩充 阅读全文
posted @ 2022-03-02 11:11 linhaifeng 阅读(2088) 评论(0) 推荐(0) 编辑