diff --git a/redis-cluster.tmpl b/redis-cluster.tmpl index 8205123..cbbe0fb 100644 --- a/redis-cluster.tmpl +++ b/redis-cluster.tmpl @@ -3,5 +3,6 @@ port ${PORT} cluster-enabled yes cluster-config-file nodes.conf cluster-node-timeout 5000 -appendonly yes +appendonly no +save "" dir /redis-data/${PORT} diff --git a/redis.tmpl b/redis.tmpl index bf6002a..5fb28b4 100644 --- a/redis.tmpl +++ b/redis.tmpl @@ -1,4 +1,5 @@ bind ${BIND_ADDRESS} port ${PORT} -appendonly yes +appendonly no +save "" dir /redis-data/${PORT}