summaryrefslogtreecommitdiff
path: root/redis.conf
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:20 +0100
commitf1472252ebf852de4446e8adc94950e004eb34d2 (patch)
treedbb3f4e9700f3507b2fc7e32e9ffce9bfeabbbec /redis.conf
parentacc2336fd189ddf9e97b0fc589c43ae26a1fd153 (diff)
downloadredis-f1472252ebf852de4446e8adc94950e004eb34d2.tar.gz
Fix typo UNCOMMENT -> COMMENT in example redis.conf.
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index 71683bee2..c3842af45 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