hi-server/redis/sentinel.conf.example
shanshanzhong 68c7b0a8ec
All checks were successful
Build docker and publish / build (20.15.1) (push) Successful in 5m52s
chore(deploy): add replication deployment assets
2026-04-28 05:22:48 -07:00

8 lines
326 B
Plaintext

port 26379
dir /tmp
sentinel monitor ppanel-redis-master MASTER_REDIS_HOST MASTER_REDIS_PORT 2
sentinel auth-pass ppanel-redis-master CHANGE_ME_TO_STRONG_REDIS_PASSWORD
sentinel down-after-milliseconds ppanel-redis-master 10000
sentinel failover-timeout ppanel-redis-master 60000
sentinel parallel-syncs ppanel-redis-master 1