summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-07-08 16:08:43 +0200
committerantirez <antirez@gmail.com>2013-07-08 16:08:43 +0200
commitc76df730109f770793403cd9fb9b68b945c210f6 (patch)
tree90ff96349b02e49c1801c123d81f74d933bcf0d7
parente04fdf26fe929b4f80312f29ead449cf1295c17b (diff)
downloadredis-c76df730109f770793403cd9fb9b68b945c210f6.tar.gz
Revert "Document port6 and bind6 config options."
IPv6 support is not going to use IPv6 specific options, just it will be possible to specify all the ipv4 / ipv6 addresses of the interfaces to bind, otherwise connections will be accepted from all the interfaces in both IPv4 and IPv6 addresses. This reverts commit 93570e179e96dc096b85aa0fcd5021b05208594a.
-rw-r--r--redis.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/redis.conf b/redis.conf
index a267a5855..a31d014c4 100644
--- a/redis.conf
+++ b/redis.conf
@@ -23,7 +23,6 @@ pidfile /var/run/redis.pid
# Accept connections on the specified port, default is 6379.
# If port 0 is specified Redis will not listen on a TCP socket.
port 6379
-# port6 6379
# By default Redis listens for connections from all the network interfaces
# available on the server. It is possible to listen to just one or multiple
@@ -34,7 +33,6 @@ port 6379
#
# bind 192.168.1.100 10.0.0.1
# bind 127.0.0.1
-# bind6 ::1
# Specify the path for the unix socket that will be used to listen for
# incoming connections. There is no default, so Redis will not listen