Fix spelling of sanitization (#9901)

This commit is contained in:
Madelyn Olson 2021-12-06 00:14:13 -08:00 committed by GitHub
parent 1808618f5d
commit 36ca545286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 sanitization 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 sanitization
# yes - Always perform full sanitation # yes - Always perform full sanitization
# clients - Perform full sanitation only for user connections. # clients - Perform full sanitization 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
# 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 sanitization 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")