From 3941a275f7994bc5563b442bb45264abee7511ba Mon Sep 17 00:00:00 2001 From: Hamed Momeni Date: Sun, 9 Aug 2020 13:32:29 +0430 Subject: [PATCH] fixed a typo in redis.conf (#7636) --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 8440b4750..33f15b9ee 100644 --- a/redis.conf +++ b/redis.conf @@ -492,7 +492,7 @@ repl-diskless-sync-delay 5 # does not immediately store an RDB on disk, it may cause data loss during # failovers. RDB diskless load + Redis modules not handling I/O reads may also # cause Redis to abort in case of I/O errors during the initial synchronization -# stage with the master. Use only if your do what you are doing. +# stage with the master. Use only if you know what you are doing. # ----------------------------------------------------------------------------- # # Replica can load the RDB it reads from the replication link directly from the