|
|
|
@ -552,7 +552,8 @@ sentinel deny-scripts-reconfig yes
|
|
|
|
|
```shell
|
|
|
|
|
[root@xingdian-server-23 /]# grep -Ev "^$|#" /etc/redis-sentinel.conf
|
|
|
|
|
port 26379
|
|
|
|
|
daemonize no
|
|
|
|
|
daemonize yes
|
|
|
|
|
protected-mode no
|
|
|
|
|
pidfile /var/run/redis-sentinel.pid
|
|
|
|
|
logfile /var/log/redis/sentinel.log
|
|
|
|
|
dir /tmp
|
|
|
|
|