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
fd0c4c02
Commit
fd0c4c02
authored
Mar 16, 2018
by
zhaozhao.zz
Browse files
add rdb-save-incremental-fsync option in redis.conf
parent
54cae05e
Changes
1
Show whitespace changes
Inline
Side-by-side
redis.conf
View file @
fd0c4c02
...
...
@@ -1193,6 +1193,12 @@ hz 10
# big latency spikes.
aof
-
rewrite
-
incremental
-
fsync
yes
# When redis saves RDB file, if the following option is enabled
# the file will be fsync-ed every 32 MB of data generated. This is useful
# in order to commit the file to the disk more incrementally and avoid
# big latency spikes.
rdb
-
save
-
incremental
-
fsync
yes
# Redis LFU eviction (see maxmemory setting) can be tuned. However it is a good
# idea to start with the default settings and only change them after investigating
# how to improve the performances and how the keys LFU change over time, which
...
...
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