summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/redis/redis/redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/redis/redis/redis.conf b/meta-oe/recipes-extended/redis/redis/redis.conf
index 923b98e5c8..b932089a2a 100644
--- a/meta-oe/recipes-extended/redis/redis/redis.conf
+++ b/meta-oe/recipes-extended/redis/redis/redis.conf
@@ -30,7 +30,7 @@ port 6379
30# If you want you can bind a single interface, if the bind option is not 30# If you want you can bind a single interface, if the bind option is not
31# specified all the interfaces will listen for incoming connections. 31# specified all the interfaces will listen for incoming connections.
32# 32#
33# bind 127.0.0.1 33bind 127.0.0.1
34 34
35# Specify the path for the unix socket that will be used to listen for 35# Specify the path for the unix socket that will be used to listen for
36# incoming connections. There is no default, so Redis will not listen 36# incoming connections. There is no default, so Redis will not listen