gpt4 book ai didi

适用于 Windows 的 Redis 哨兵

转载 作者:IT王子 更新时间:2023-10-29 06:00:17 29 4
gpt4 key购买 nike

我在主从设置中成功使用 Windows 版 Redis (2.6.8-pre2)。但是,我需要提供一些自动故障转移功能,看来 sentinel 是最受欢迎的选择。当我在 sentinel 模式下运行 redis 时,sentinel 会连接,但它总是认为 master 已关闭。此外,当我运行 sentinel master 命令时,它报告有 0 个从站(不是真的)并且没有其他哨兵(同样,不是真的)。所以它就像它连接到主人,但不正确。

有没有其他人在 Windows 上看到过这个问题,更重要的是,有人在 Windows 环境中成功使用过 sentinel 吗?任何帮助或指导都将不胜感激!

最佳答案

我推荐使用这个:

  • 1个主节点redis服务器 1个从节点redis服务器

  • 列出 item 3 redis 哨兵,法定人数为 2

拥有超过 3 个哨兵以获得奇怪的法定人数非常重要。我在 Windows 7 中进行了此配置,并且运行良好。

哨兵配置示例:

port 20001
logfile "sentinel1.log"

sentinel monitor shard1 127.0.0.1 16379 2
sentinel down-after-milliseconds shard1 5000
sentinel failover-timeout shard1 30000

关于适用于 Windows 的 Redis 哨兵,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19319119/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com