From a227d078eff0fd5a81130e86b7d00a13d66ffcff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=A1k?= Date: Mon, 6 Oct 2025 11:22:15 +0200 Subject: [PATCH] tests-redis: use aof --- tests-redis/config.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests-redis/config.txt b/tests-redis/config.txt index dc8e1ed37..c36ead9e2 100644 --- a/tests-redis/config.txt +++ b/tests-redis/config.txt @@ -1,4 +1,5 @@ --module ../src/redis/.libs/knot.so --no-progress --use-valgrind --vg-suppressions ../tests-redis/knot-redis.supp ---use-slaves \ No newline at end of file +--use-slaves +--use-aof \ No newline at end of file