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
6d184e02
Commit
6d184e02
authored
Dec 19, 2013
by
antirez
Browse files
Example redis.conf formatted to better show appendfilename option.
parent
7a666ac4
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.conf
View file @
6d184e02
...
@@ -420,7 +420,8 @@ slave-priority 100
...
@@ -420,7 +420,8 @@ slave-priority 100
appendonly
no
appendonly
no
# The name of the append only file (default: "appendonly.aof")
# The name of the append only file (default: "appendonly.aof")
# appendfilename appendonly.aof
appendfilename
"appendonly.aof"
# The fsync() call tells the Operating System to actually write data on disk
# The fsync() call tells the Operating System to actually write data on disk
# instead to wait for more data in the output buffer. Some OS will really flush
# instead to wait for more data in the output buffer. Some OS will really flush
...
@@ -467,6 +468,7 @@ appendfsync everysec
...
@@ -467,6 +468,7 @@ appendfsync everysec
#
#
# If you have latency problems turn this to "yes". Otherwise leave it as
# If you have latency problems turn this to "yes". Otherwise leave it as
# "no" that is the safest pick from the point of view of durability.
# "no" that is the safest pick from the point of view of durability.
no
-
appendfsync
-
on
-
rewrite
no
no
-
appendfsync
-
on
-
rewrite
no
# Automatic rewrite of the append only file.
# Automatic rewrite of the append only file.
...
...
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