Fix typo in redis.conf doc (#8362)

Fix incorrect documentation about default save time
This commit is contained in:
Simon Kotwicz 2021-01-20 20:36:59 -05:00 committed by GitHub
parent b548ffabbe
commit 4f9de66f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.