summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2022-07-07 11:31:59 +0800
committerGitHub <noreply@github.com>2022-07-06 20:31:59 -0700
commit8203461120bf244e5c0576222c6aa5d986587bca (patch)
tree60690bb3db078745af9412f43200c854b31cc9c5 /redis.conf
parent0a2e51f9aeb2e9b4178afa26932eb6496fd993f7 (diff)
downloadredis-8203461120bf244e5c0576222c6aa5d986587bca.tar.gz
Fix some outdated comments and some typo (#10946)
* Fix some outdated comments and some typo
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index 7635c14b4..0431c3742 100644
--- a/redis.conf
+++ b/redis.conf
@@ -1450,7 +1450,7 @@ appendfsync everysec
# BGSAVE or BGREWRITEAOF is in progress.
#
# This means that while another child is saving, the durability of Redis is
-# the same as "appendfsync none". In practical terms, this means that it is
+# the same as "appendfsync no". In practical terms, this means that it is
# possible to lose up to 30 seconds of log in the worst scenario (with the
# default Linux settings).
#