Skip to content

Commit

Permalink
remove duplicate bind in sentinel.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
soloestoy committed Aug 27, 2018
1 parent 19880ab commit e711e6f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions sentinel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ daemonize no
# location here.
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
# 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
Expand Down

0 comments on commit e711e6f

Please sign in to comment.