aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default/redis/redis.conf.template
blob: 6d8eeacbae073efffbe201ebd73b2d8600029bb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Store all commands used and replay on server startup
appendonly yes

# Set password
requirepass <INSERT PASSWORD>

# Set working directory
dir /data

# Set a memory maximum
maxmemory 1gb