blob: 578af57fee11cc87b001079e813c3076323fd383 (
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 PASS>
# Set working directory
dir /data
# Set a memory maximum
maxmemory 1gb
|