From 200547d4a41361c07df5464abfeb93f3f9115f78 Mon Sep 17 00:00:00 2001 From: Stanislav Zhuk Date: Fri, 25 Apr 2025 14:36:20 +0300 Subject: [PATCH] feat: enable Redis persistence --- redis/redis.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/redis/redis.conf b/redis/redis.conf index ceebdf1..937c4e5 100644 --- a/redis/redis.conf +++ b/redis/redis.conf @@ -7,8 +7,7 @@ maxmemory 2048mb maxmemory-policy allkeys-lfu -# If you want to enable Redis persistence, -# remove ddev-generated from this file, -# and comment the two lines below: -appendonly no -save "" +# to disable Redis persistence, remove ddev-generated from this file, +# and uncomment the two lines below: +#appendonly no +#save ""