Fuegovic commited on
Commit
ba22b02
1 Parent(s): a4a2830

Update redis.conf

Browse files
Files changed (1) hide show
  1. redis.conf +3 -1
redis.conf CHANGED
@@ -3,7 +3,9 @@
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
 
3
 
4
  # Accept connections on the specified port, default is 6379
5
  port 7860
6
+
7
+
8
+ bind 127.0.0.1 ::1
9
 
10
  # Close the connection after a client is idle for N seconds (0 to disable)
11
  timeout 0