summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorSimon Kotwicz <simonkotwicz@gmail.com>2021-01-20 20:36:59 -0500
committerGitHub <noreply@github.com>2021-01-20 17:36:59 -0800
commit4f9de66f0eb50469767ed05a38c2eb091c9663e5 (patch)
tree130937a6c803f4144126a4f7dd723a351b3e2533 /redis.conf
parentb548ffabbecca073e241882c22192f682a086242 (diff)
downloadredis-4f9de66f0eb50469767ed05a38c2eb091c9663e5.tar.gz
Fix typo in redis.conf doc (#8362)
Fix incorrect documentation about default save time
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
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.