Update redis.conf
Browse files- redis.conf +2 -1
redis.conf
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
|
4 |
# Accept connections on the specified port, default is 6379
|
5 |
port 7860
|
|
|
6 |
|
7 |
# Close the connection after a client is idle for N seconds (0 to disable)
|
8 |
timeout 0
|
@@ -20,7 +21,7 @@ loglevel debug
|
|
20 |
databases 16
|
21 |
|
22 |
protected-mode no
|
23 |
-
|
24 |
################################ SNAPSHOTTING #################################
|
25 |
#
|
26 |
# Save the DB on disk:
|
|
|
3 |
|
4 |
# Accept connections on the specified port, default is 6379
|
5 |
port 7860
|
6 |
+
bind 127.0.0.1 -::1
|
7 |
|
8 |
# Close the connection after a client is idle for N seconds (0 to disable)
|
9 |
timeout 0
|
|
|
21 |
databases 16
|
22 |
|
23 |
protected-mode no
|
24 |
+
|
25 |
################################ SNAPSHOTTING #################################
|
26 |
#
|
27 |
# Save the DB on disk:
|