mirror of
https://github.com/redis/redis.git
synced 2026-04-22 19:37:30 -04: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