summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-12-03 11:03:20 +0100
committerantirez <antirez@gmail.com>2015-12-03 11:03:27 +0100
commita8a2557350f24dacaedeb54f6f6d3f3b064c5f47 (patch)
treee69db3d14c9b7f1a191448652a3a3f11feb809a3
parentc5f8c80a1e89f98a81122f5338eadcc19c48aaa4 (diff)
downloadredis-a8a2557350f24dacaedeb54f6f6d3f3b064c5f47.tar.gz
Fix typo UNCOMMENT -> COMMENT in example redis.conf.
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index f6ee17131..e8c655949 100644
--- a/redis.conf
+++ b/redis.conf
@@ -56,7 +56,7 @@
# is running).
#
# IF YOU ARE SURE YOU WANT YOUR INSTANCE TO LISTEN TO ALL THE INTERFACES
-# JUST UNCOMMENT THE FOLLOWING LINE.
+# JUST COMMENT THE FOLLOWING LINE.
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bind 127.0.0.1