From 36ca5452866ff66b4f2b145cec0f6f6824a370c0 Mon Sep 17 00:00:00 2001 From: Madelyn Olson <34459052+madolson@users.noreply.github.com> Date: Mon, 6 Dec 2021 00:14:13 -0800 Subject: [PATCH] Fix spelling of sanitization (#9901) --- redis.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/redis.conf b/redis.conf index b7824c372..b2810996d 100644 --- a/redis.conf +++ b/redis.conf @@ -427,13 +427,13 @@ rdbcompression yes # tell the loading code to skip the check. 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 # crash later on while processing commands. # Options: -# no - Never perform full sanitation -# yes - Always perform full sanitation -# clients - Perform full sanitation only for user connections. +# no - Never perform full sanitization +# yes - Always perform full sanitization +# clients - Perform full sanitization only for user connections. # Excludes: RDB files, RESTORE commands received from the master # connection, and client connections which have the # skip-sanitize-payload ACL flag. @@ -818,7 +818,7 @@ replica-priority 100 # off Disable the user: it's no longer possible to authenticate # with this user, however the already authenticated connections # 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). # + Allow the execution of that command. # May be used with `|` for allowing subcommands (e.g "+config|get")