启动sentinel时出现以下错误。任何人都可以帮忙,谢谢。
*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 69
>>> 'sentinel monitor My_Master xx.xx.xxx.xxx 61010 2'
sentinel directive while not in sentinel mode发布于 2020-12-04 09:16:19
您需要添加一个命令行参数,即-- sentinel,以告知Redis以sentinel模式启动:
redis-server sentinel.conf --sentinelhttps://stackoverflow.com/questions/65134223
复制相似问题