From 744a7f83dff47d52828809ea5f58696f10ad9b7d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 26 Sep 2024 00:39:09 +0800 Subject: [PATCH] Update redis.conf --- plugins/redis/config/redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/redis/config/redis.conf b/plugins/redis/config/redis.conf index d32b11ee6..9b0675397 100644 --- a/plugins/redis/config/redis.conf +++ b/plugins/redis/config/redis.conf @@ -18,7 +18,7 @@ databases 16 save 900 100 save 300 1000 save 60 1000000 -stop-writes-on-bgsave-error yes +stop-writes-on-bgsave-error no rdbcompression yes rdbchecksum yes dbfilename dump.rdb