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
764cc69e
Commit
764cc69e
authored
Aug 24, 2016
by
antirez
Browse files
Document RDB preamble in AOF rewrites in redis.conf.
parent
543e25ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.conf
View file @
764cc69e
...
...
@@ -755,6 +755,20 @@ auto-aof-rewrite-min-size 64mb
# will be found.
aof
-
load
-
truncated
yes
# When rewriting the AOF file, Redis is able to use an RDB preamble in the
# AOF file for faster rewrites and recoveries. When this option is turned
# on the rewritten AOF file is composed of two different stanzas:
#
# [RDB file][AOF tail]
#
# When loading Redis recognizes that the AOF file starts with the "REDIS"
# string and loads the prefixed RDB file, and continues loading the AOF
# tail.
#
# This is currently turned off by default in order to avoid the surprise
# of a format change, but will at some point be used as the default.
aof
-
use
-
rdb
-
preamble
no
################################ LUA SCRIPTING ###############################
# Max execution time of a Lua script in milliseconds.
...
...
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