mirror of https://mirror.osredm.com/root/redis.git
Merge pull request #2539 from itamarhaber/patch-4
Added reference to IANA ticket for port 6379
This commit is contained in:
commit
b100fee900
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue