summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2018-08-29 16:13:42 +0200
committerGitHub <noreply@github.com>2018-08-29 16:13:42 +0200
commitbd9259d12dfea67022d0401702142bb2b5033728 (patch)
tree6ea71b69cf8db5c209d8d7f049500998be4e16f9
parented5cc77ce0ffecc1742587debae944e1bf04128c (diff)
parente711e6f614c71187ca39b5b171f063a2025de1a0 (diff)
downloadredis-bd9259d12dfea67022d0401702142bb2b5033728.tar.gz
Merge pull request #5282 from soloestoy/remove-duplicate-bind-in-sentinel.conf
remove duplicate bind in sentinel.conf
-rw-r--r--sentinel.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/sentinel.conf b/sentinel.conf
index 551defef9..b7fe7bb63 100644
--- a/sentinel.conf
+++ b/sentinel.conf
@@ -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