aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs/redis-server.conf
blob: 0636a36ef438d3e0a92e9313a107435519f3697a (plain)
1
2
3
4
5
6
7
bind ${REDIS_ADDR}
daemonize yes
loglevel debug
logfile ${TMPDIR}/redis.log
pidfile ${TMPDIR}/redis.pid
port ${REDIS_PORT}
dir ${TMPDIR}