From 4f9de66f0eb50469767ed05a38c2eb091c9663e5 Mon Sep 17 00:00:00 2001 From: Simon Kotwicz Date: Wed, 20 Jan 2021 20:36:59 -0500 Subject: [PATCH] Fix typo in redis.conf doc (#8362) Fix incorrect documentation about default save time --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index bb0d70644..a131b406f 100644 --- a/redis.conf +++ b/redis.conf @@ -341,7 +341,7 @@ always-show-logo no # # Unless specified otherwise, by default Redis will save the DB: # * After 3600 seconds (an hour) if at least 1 key changed -# * After 300 seconds (5 minutes) if at least 10 keys changed +# * After 300 seconds (5 minutes) if at least 100 keys changed # * After 60 seconds if at least 10000 keys changed # # You can set these explicitly by uncommenting the three following lines.