摘要:
1.mkdir sentinel cp sentinel.conf sentinel/ # bind 127.0.0.1 192.168.1.1#注释掉或者值为0.0.0.0protected-mode no#关闭保护模式port 26001dir /opt/redis-4.0.2/sentinel 阅读全文
2018年12月6日 #
摘要:
查看开放的端口 netstat -nupl (UDP类型的端口)netstat -ntpl (TCP类型的端口) a 表示所有 n表示不查询dns t表示tcp协议 u表示udp协议 p表示查询占用的程序 l表示查询正在监听的程序 阅读全文