今天部署redis的哨兵模式的时候,由于自己的粗心大意,导致部署的时候一致报如下的错误:

*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 2
>>> 'sentinel monitor mymaster 127.0.0.1 6379 2'
sentinel directive while not in sentinel mode

最后发现,竟然是因为部署哨兵模式的时候,使用的命令不对造成的,正确的命令如下:

./redis-server.sh sentinel.conf --sentinel

而我自己部署的时候,粗心的把后面的--sentinel竟然给忘了。为了避免类似的事情发生,建议大家使用redis-sentinel sentinel.conf代替redis-server命令

在此立据,也给粗心的自己提个醒。

GitHub 加速计划 / sentine / Sentinel
22.24 K
7.98 K
下载
alibaba/Sentinel: Sentinel 是阿里巴巴开源的一款面向分布式服务架构的流量控制、熔断降级组件,提供实时监控、限流、降级和系统保护功能,适用于微服务治理场景。
最近提交(Master分支:3 个月前 )
195150bc * fix issue 2485 which occur oom when using async servlet request. * optimize imports * 1. fix the same issue in the webmvc-v6x 2. improve based on review comments 2 个月前
b78b09d3 2 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐