Files
cgrates/data/redis_sentinel/sentinel2.conf
ionutboangiu e99d0f63bf Remove executable bit from files where it's not needed
Specifically files ending in:
- .go
- .md
- .conf
- .json
- .csv
2023-06-23 11:54:59 +02:00

14 lines
373 B
Plaintext

# Host and port we will listen for requests on
bind localhost
port 16382
#
# "redis-cluster" is the name of our cluster
#
# each sentinel process is paired with a redis-server process
#
sentinel monitor redis-cluster 127.0.0.1 16379 1
sentinel down-after-milliseconds redis-cluster 5000
sentinel failover-timeout redis-cluster 10000
sentinel config-epoch redis-cluster 92