Understanding the Restrictions of I/O Threads with TLS/SSL in Redis 7.x
I am currently working with Redis and trying to configure it to use I/O threads along with TLS/SSL. According to the Redis documentation, I/O threading is not supported with TLS. However, in my experience, it seems to work without any issues, and there are no warnings at startup.