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.