From 55de4161a6857c4a98ae0896021a8b6cf3608545 Mon Sep 17 00:00:00 2001 From: Florian Goth Date: Sun, 31 Dec 2023 18:01:04 +0100 Subject: [PATCH] bugfix --- templates/redis.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/redis.conf.j2 b/templates/redis.conf.j2 index 6c401b0..e0b5db3 100644 --- a/templates/redis.conf.j2 +++ b/templates/redis.conf.j2 @@ -74,7 +74,7 @@ rdbchecksum yes dbfilename {{ redis_instancename }}.rdb rdb-del-sync-files no -dir {{ redis_dbdir }} +dir {{ redis_dbdir }}/{{ redis_instancename }}/ ################################# REPLICATION ################################# # replicaof # masterauth