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
36ca5452
Unverified
Commit
36ca5452
authored
Dec 06, 2021
by
Madelyn Olson
Committed by
GitHub
Dec 06, 2021
Browse files
Fix spelling of sanitization (#9901)
parent
1808618f
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.conf
View file @
36ca5452
...
@@ -427,13 +427,13 @@ rdbcompression yes
...
@@ -427,13 +427,13 @@ rdbcompression yes
# tell the loading code to skip the check.
# tell the loading code to skip the check.
rdbchecksum
yes
rdbchecksum
yes
# Enables or disables full sanitation checks for ziplist and listpack etc when
# Enables or disables full sanit
iz
ation checks for ziplist and listpack etc when
# loading an RDB or RESTORE payload. This reduces the chances of a assertion or
# loading an RDB or RESTORE payload. This reduces the chances of a assertion or
# crash later on while processing commands.
# crash later on while processing commands.
# Options:
# Options:
# no - Never perform full sanitation
# no - Never perform full sanit
iz
ation
# yes - Always perform full sanitation
# yes - Always perform full sanit
iz
ation
# clients - Perform full sanitation only for user connections.
# clients - Perform full sanit
iz
ation only for user connections.
# Excludes: RDB files, RESTORE commands received from the master
# Excludes: RDB files, RESTORE commands received from the master
# connection, and client connections which have the
# connection, and client connections which have the
# skip-sanitize-payload ACL flag.
# skip-sanitize-payload ACL flag.
...
@@ -818,7 +818,7 @@ replica-priority 100
...
@@ -818,7 +818,7 @@ replica-priority 100
# off Disable the user: it's no longer possible to authenticate
# off Disable the user: it's no longer possible to authenticate
# with this user, however the already authenticated connections
# with this user, however the already authenticated connections
# will still work.
# will still work.
# skip-sanitize-payload RESTORE dump-payload sanitation is skipped.
# skip-sanitize-payload RESTORE dump-payload sanit
iz
ation is skipped.
# sanitize-payload RESTORE dump-payload is sanitized (default).
# sanitize-payload RESTORE dump-payload is sanitized (default).
# +<command> Allow the execution of that command.
# +<command> Allow the execution of that command.
# May be used with `|` for allowing subcommands (e.g "+config|get")
# May be used with `|` for allowing subcommands (e.g "+config|get")
...
...
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