summaryrefslogtreecommitdiff
path: root/dev-db/redis/files/redis.confd
blob: 07585fa7a116a3925342ec7243dff73b97bbe622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Redis user.
REDIS_USER="redis"

# Redis group.
REDIS_GROUP="redis"

# Redis configuration file.
REDIS_CONF="/etc/redis.conf"

# Redis dump directory.
REDIS_DIR="/var/lib/redis"

# Redis pid file.
# (Be sure to change the main redis configuration file as well if you change
# this from the default.)
REDIS_PID="/var/run/redis/redis.pid"

# Redis options.
# (Redis expects the first argument to be the configuration file.)
REDIS_OPTS="${REDIS_CONF}"