summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Garside <geoff@geoffgarside.co.uk>2011-09-19 23:41:39 +0100
committerantirez <antirez@gmail.com>2013-07-11 17:07:18 +0200
commit47620a31868638d3f5f23c633ece138b3a749a32 (patch)
tree5768ea7a47b1f3524fe2e79612c066c49c62d9a4
parentfd8a6ae7a6e2375a02fc292c89334ddf366b0b78 (diff)
downloadredis-47620a31868638d3f5f23c633ece138b3a749a32.tar.gz
Document port6 and bind6 config options.
Add commented port6 and bind6 options to default redis.conf file.
-rw-r--r--redis.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/redis.conf b/redis.conf
index 2e3239c80..308239905 100644
--- a/redis.conf
+++ b/redis.conf
@@ -23,6 +23,7 @@ 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
@@ -33,6 +34,7 @@ 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