playmak3r commited on
Commit
9b779fc
1 Parent(s): 744c405

disable persistence

Browse files
Files changed (1) hide show
  1. server/start.sh +2 -2
server/start.sh CHANGED
@@ -3,8 +3,8 @@
3
  set -e # Para o script se algum comando falhar
4
  #whoami
5
 
6
- # Inicia o Redis em background
7
- redis-server --daemonize yes
8
  sleep 2
9
  redis-cli ping
10
 
 
3
  set -e # Para o script se algum comando falhar
4
  #whoami
5
 
6
+ # Inicia o Redis em background com persistência desabilitada
7
+ redis-server --daemonize yes --stop-writes-on-bgsave-error no
8
  sleep 2
9
  redis-cli ping
10