mirror of
https://github.com/redis/redis.git
synced 2026-01-12 00:03:59 +08:00
Since after https://github.com/redis/redis/pull/13695, `io-threads-do-reads` config is deprecated, we should remove it from normal config list and only keep it in deprecated config list, but we forgot to do this, this PR fixes this. thanks @YaacovHazan for reporting this