You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

redis-server.conf 137B

1234567
  1. bind ${REDIS_ADDR}
  2. daemonize yes
  3. loglevel debug
  4. logfile ${TMPDIR}/redis.log
  5. pidfile ${TMPDIR}/redis.pid
  6. port ${REDIS_PORT}
  7. dir ${TMPDIR}