mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 15:21:03 +00:00
remove duplicate bind in sentinel.conf
This commit is contained in:
parent
19880ab851
commit
e711e6f614
@ -30,16 +30,6 @@ daemonize no
|
|||||||
# location here.
|
# location here.
|
||||||
pidfile /var/run/redis-sentinel.pid
|
pidfile /var/run/redis-sentinel.pid
|
||||||
|
|
||||||
# By default Redis Sentinel listens for connections from all the network
|
|
||||||
# interfaces available on the server. It is possible to listen to just one or
|
|
||||||
# multiple interfaces using the "bind" configuration directive, followed by one
|
|
||||||
# or more IP addresses.
|
|
||||||
#
|
|
||||||
# Examples:
|
|
||||||
#
|
|
||||||
# bind 192.168.1.100 10.0.0.1
|
|
||||||
# bind 127.0.0.1
|
|
||||||
|
|
||||||
# Specify the log file name. Also the empty string can be used to force
|
# Specify the log file name. Also the empty string can be used to force
|
||||||
# Sentinel to log on the standard output. Note that if you use standard
|
# Sentinel to log on the standard output. Note that if you use standard
|
||||||
# output for logging but daemonize, logs will be sent to /dev/null
|
# output for logging but daemonize, logs will be sent to /dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user