From eb75a6c2167a44cc61bec2c5040ee1ad91e2491e Mon Sep 17 00:00:00 2001 From: Shivshankar-Reddy Date: Wed, 9 Oct 2024 19:46:41 +0000 Subject: [PATCH] Add text in conf file about the config deprecation Signed-off-by: Shivshankar-Reddy --- valkey.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/valkey.conf b/valkey.conf index 56110a52bd..8ddd6dc560 100644 --- a/valkey.conf +++ b/valkey.conf @@ -1354,7 +1354,11 @@ lazyfree-lazy-user-flush yes # # prefetch-batch-max-size 16 # -# NOTE: If you want to test the server speedup using valkey-benchmark, make +# NOTE: +# 1. 'io-threads-do-reads' config is depricated and will be removed in the future, +# please avoid using this option if possible. +# +# 2. If you want to test the server speedup using valkey-benchmark, make # sure you also run the benchmark itself in threaded mode, using the # --threads option to match the number of server threads, otherwise you'll not # be able to notice the improvements.