From c9a00809a4bfbd3777cd5946e1195390674f995c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 22 May 2024 02:57:42 +0800 Subject: [PATCH] Update redis_slave.conf --- plugins/redis/tpl/redis_slave.conf | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/plugins/redis/tpl/redis_slave.conf b/plugins/redis/tpl/redis_slave.conf index dbd150c0c..e7115bde8 100644 --- a/plugins/redis/tpl/redis_slave.conf +++ b/plugins/redis/tpl/redis_slave.conf @@ -40,18 +40,6 @@ maxmemory-policy allkeys-lru ############################## APPEND ONLY MODE ############################### -appendonly no - -# appendfsync always -# appendfsync everysec -# appendfsync no - -# appendfilename "appendonly.aof" -no-appendfsync-on-rewrite no - -auto-aof-rewrite-percentage 100 -auto-aof-rewrite-min-size 64mb - ################################ LUA SCRIPTING ############################### lua-time-limit 5000