From 8ef161ae3beeaab7e5c779ff3b387326f2e40585 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Thu, 27 Mar 2025 09:15:15 -0700 Subject: [PATCH] update AOF option --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index ccf37d4..b916b95 100644 --- a/redis.conf +++ b/redis.conf @@ -25,4 +25,4 @@ # # Please check https://redis.io/docs/latest/operate/oss_and_stack/management/persistence/ for more information. -appendonly no +appendonly yes