summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorMadelyn Olson <34459052+madolson@users.noreply.github.com>2021-12-06 00:14:13 -0800
committerGitHub <noreply@github.com>2021-12-06 10:14:13 +0200
commit36ca5452866ff66b4f2b145cec0f6f6824a370c0 (patch)
treec4cf84f903ac5737e9a593e78f94fd8f7b682daf /redis.conf
parent1808618f5d1f0d9cd4df49fb05b67bcc83c7b0fb (diff)
downloadredis-36ca5452866ff66b4f2b145cec0f6f6824a370c0.tar.gz
Fix spelling of sanitization (#9901)
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf10
1 files 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).
# +<command> Allow the execution of that command.
# May be used with `|` for allowing subcommands (e.g "+config|get")