reztilop commited on
Commit
063d281
·
verified ·
1 Parent(s): 558ad72

Update redis.conf

Browse files
Files changed (1) hide show
  1. redis.conf +3 -5
redis.conf CHANGED
@@ -1,4 +1,4 @@
1
- # Paramètres de base
2
  bind 0.0.0.0
3
  protected-mode no
4
  port 6379
@@ -13,16 +13,14 @@ appenddirname "appendonlydir"
13
  maxmemory 256mb
14
  maxmemory-policy allkeys-lru
15
  stop-writes-on-bgsave-error no
16
- tcp-keepalive 300
17
 
18
- # Paramètres de stabilité
19
  timeout 0
20
  tcp-keepalive 300
21
- daemonize no
22
 
23
  # Logs
24
  loglevel notice
25
  logfile ""
26
 
27
  # Sécurité
28
- requirepass YourStrongPasswordHere
 
1
+ # Paramètres réseau
2
  bind 0.0.0.0
3
  protected-mode no
4
  port 6379
 
13
  maxmemory 256mb
14
  maxmemory-policy allkeys-lru
15
  stop-writes-on-bgsave-error no
 
16
 
17
+ # Paramètres de connexion
18
  timeout 0
19
  tcp-keepalive 300
 
20
 
21
  # Logs
22
  loglevel notice
23
  logfile ""
24
 
25
  # Sécurité
26
+ requirepass defaultpassword