Files
cgrates/data/redis_sentinel/sentinel2.conf

14 lines
373 B
Plaintext
Executable File

# 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