redis.conf 172 B

12345678910
  1. bind 0.0.0.0
  2. port 6379
  3. daemonize no
  4. supervised no
  5. pidfile /var/run/redis_6379.pid
  6. loglevel notice
  7. logfile "/logs/redis.log"
  8. databases 16
  9. always-show-logo yes
  10. appendonly yes