[root@node01 redis-3.2.8]# redis-sentinel sentinel.conf

*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 73
>>> 'sentinel auth-pass 192.168.8.100 123456'
No such master with specified name.

原因:以下的两行配置,有先后顺序,先配置monitor的名称mymaster,然后下面一行才能使用mymaster这个名称:

sentinel monitor mymaster 192.168.8.100 6379 2
sentinel auth-pass mymaster 123456

最新文章

  1. jquery mobile
  2. python3.5 正则表达式
  3. NSLogger 简单用法总结
  4. HTML 表单和输入<form><input>
  5. Linux磁盘管理之创建磁盘分区05
  6. 使用 gulp 搭建前端环境入门篇(转载)
  7. How to Use Telnet to Test SMTP Communication
  8. Redis在windows环境下的部署
  9. js- 千分位分割
  10. HTML5显示地图例子
  11. From MSI to WiX, Part 8 - Major Upgrade, by Alex Shevchuk
  12. 【转】Git详解之一:Git起步
  13. MySQL check the manual that corresponds to your MySQL server version for the right syntax错误
  14. php+redis 学习 五 消息推送
  15. Html5本地存储和本地数据库
  16. Python GUI界面编程
  17. 牛客多校第三场-A-PACM Team-多维背包的01变种
  18. BZOJ.2879.[NOI2012]美食节(费用流SPFA)
  19. linux-xshell同时向多台服务器一起发命令
  20. Android7.0对dlopen的改变——读取私有.so结果变化

热门文章

  1. 关于JavaScript中0、空字符串、'0'是true还是false的总结
  2. c#显示行号设置方法
  3. rabbitmq快速安装(实测有效)(新版)
  4. LNMP调优
  5. Codeforces Round #599 (Div. 2) C. Tile Painting
  6. 【SSH】spring 整合 hibernate
  7. 前端——语言——Core JS——《The good part》读书笔记——第一章节(Good Parts)
  8. 【资源分享】RPG Maker 2000/2003 简体中文版
  9. async 异步协程进阶
  10. C#串口通信:MSComm控件使用详解