Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
4f9de66f
Unverified
Commit
4f9de66f
authored
Jan 20, 2021
by
Simon Kotwicz
Committed by
GitHub
Jan 20, 2021
Browse files
Fix typo in redis.conf doc (#8362)
Fix incorrect documentation about default save time
parent
b548ffab
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.conf
View file @
4f9de66f
...
...
@@ -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 10
0
keys changed
# * After 60 seconds if at least 10000 keys changed
#
# You can set these explicitly by uncommenting the three following lines.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment