Fix spelling of sanitization (#9901)
This commit is contained in:
parent
1808618f5d
commit
36ca545286
10
redis.conf
10
redis.conf
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user