summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItamar Haber <itamar@garantiadata.com>2015-04-24 01:33:41 +0300
committerItamar Haber <itamar@garantiadata.com>2015-04-24 01:33:41 +0300
commit066d7a29ebe5a5a2a567f15e65a6689ff71e8248 (patch)
tree8b285b56b3d798e8348b04d9d459a98fae03a328
parent6c60526db91e23fb2d666fc52facc9a11780a2a3 (diff)
downloadredis-066d7a29ebe5a5a2a567f15e65a6689ff71e8248.tar.gz
Added reference to IANA ticket for port 6379
Just so it's extra official :smile:
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index d0684e86a..36b4f840a 100644
--- a/redis.conf
+++ b/redis.conf
@@ -55,7 +55,7 @@
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bind 127.0.0.1
-# Accept connections on the specified port, default is 6379.
+# Accept connections on the specified port, default is 6379 (IANA #815344).
# If port 0 is specified Redis will not listen on a TCP socket.
port 6379