10 lines
132 B
Plaintext
10 lines
132 B
Plaintext
|
# Minimal redis.conf
|
||
|
|
||
|
port 6379
|
||
|
daemonize no
|
||
|
dir .
|
||
|
save ""
|
||
|
appendonly yes
|
||
|
cluster-config-file nodes.conf
|
||
|
cluster-node-timeout 30000
|