summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2015-04-24 09:05:14 +0200
committerSalvatore Sanfilippo <antirez@gmail.com>2015-04-24 09:05:14 +0200
commitb100fee900d0091083233aa16a4e87d80066fb59 (patch)
tree8b285b56b3d798e8348b04d9d459a98fae03a328
parent6c60526db91e23fb2d666fc52facc9a11780a2a3 (diff)
parent066d7a29ebe5a5a2a567f15e65a6689ff71e8248 (diff)
downloadredis-b100fee900d0091083233aa16a4e87d80066fb59.tar.gz
Merge pull request #2539 from itamarhaber/patch-4
Added reference to IANA ticket for port 6379
-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