Fuegovic commited on
Commit
a4a2830
1 Parent(s): 738b145

Update redis.conf

Browse files
Files changed (1) hide show
  1. 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
- tls-port 7060
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: