From 8203461120bf244e5c0576222c6aa5d986587bca Mon Sep 17 00:00:00 2001 From: Binbin Date: Thu, 7 Jul 2022 11:31:59 +0800 Subject: Fix some outdated comments and some typo (#10946) * Fix some outdated comments and some typo --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis.conf') 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). # -- cgit v1.2.1