Spaces:
Runtime error
Runtime error
Update redis.conf
Browse files- redis.conf +3 -3
redis.conf
CHANGED
@@ -84,8 +84,8 @@
|
|
84 |
# You will also need to set a password unless you explicitly disable protected
|
85 |
# mode.
|
86 |
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
87 |
-
bind 0.0.0.0 ::0
|
88 |
-
|
89 |
|
90 |
# By default, outgoing connections (from replica to master, from Sentinel to
|
91 |
# instances, cluster bus, etc.) are not bound to a specific local address. In
|
@@ -347,7 +347,7 @@ pidfile /var/run/redis_6379.pid
|
|
347 |
# verbose (many rarely useful info, but not a mess like the debug level)
|
348 |
# notice (moderately verbose, what you want in production probably)
|
349 |
# warning (only very important / critical messages are logged)
|
350 |
-
loglevel
|
351 |
|
352 |
# Specify the log file name. Also the empty string can be used to force
|
353 |
# Redis to log on the standard output. Note that if you use standard
|
|
|
84 |
# You will also need to set a password unless you explicitly disable protected
|
85 |
# mode.
|
86 |
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
87 |
+
# bind 0.0.0.0 ::0
|
88 |
+
bind * -::*
|
89 |
|
90 |
# By default, outgoing connections (from replica to master, from Sentinel to
|
91 |
# instances, cluster bus, etc.) are not bound to a specific local address. In
|
|
|
347 |
# verbose (many rarely useful info, but not a mess like the debug level)
|
348 |
# notice (moderately verbose, what you want in production probably)
|
349 |
# warning (only very important / critical messages are logged)
|
350 |
+
loglevel verbose
|
351 |
|
352 |
# Specify the log file name. Also the empty string can be used to force
|
353 |
# Redis to log on the standard output. Note that if you use standard
|