sugoi-v4 / server /start.sh
playmak3r's picture
disable persistence
9b779fc
raw
history blame
232 Bytes
#!/bin/bash
set -e # Para o script se algum comando falhar
#whoami
# Inicia o Redis em background com persistência desabilitada
redis-server --daemonize yes --stop-writes-on-bgsave-error no
sleep 2
redis-cli ping
python app.py