From c303c84e3b458df89e5ec8f97230db50d21c6fe8 Mon Sep 17 00:00:00 2001 From: lazy-snail Date: Fri, 7 Aug 2020 11:15:44 +0800 Subject: [PATCH] fix spelling in redis.conf --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 8440b4750..03108788b 100644 --- a/redis.conf +++ b/redis.conf @@ -1046,7 +1046,7 @@ lazyfree-lazy-user-del no # # NOTE 2: If you want to test the Redis speedup using redis-benchmark, make # sure you also run the benchmark itself in threaded mode, using the -# --threads option to match the number of Redis theads, otherwise you'll not +# --threads option to match the number of Redis threads, otherwise you'll not # be able to notice the improvements. ############################## APPEND ONLY MODE ###############################