我正在尝试在本地设置一个 redis-sentinel 集群。我Redis-64.2.8.4
在 windows 上运行。我想设置一个有 2 个奴隶的主人,因为这将反映我的生活环境。
我在跑
redis-server.exe sentinel.conf --sentinel
有了这个配置
----
maxheap 64MB
sentinel monitor mymaster 127.0.0.1 7000 2
sentinel down-after-milliseconds mymaster 60000
sentinel failover-timeout mymaster 180000
sentinel parallel-syncs mymaster 1
----
但后来我得到了一个重复的日志
wait3() returned a pid (-1) we can't find in our scripts execution queue!
我已经阅读了这些文档,但老实说,我在这里应该做的事情并不太明智。我是否指定了配置中的所有服务器?