我正在3个节点上配置Redis前哨。我能够使用所有主从配置来执行redis.conf。遇到问题以找出导致sendinel.conf错误的原因。这是我在执行cd src/ && redis-server ../sentinel.conf — sentinel &
*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 84
>>> 'sentinel monitor mymaster 3.122.x.x 6379 2'
sentinel directive while not in sentinel mode
感谢您的帮助。