File size: 146 Bytes
ad9076c
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
unixsocket /tmp/valkey.sock
unixsocketperm 777

maxmemory 2048mb
maxmemory-policy volatile-lfu

# Disable AOF
appendonly no
# Disable RDB
save ""