From 2544ad7d3fbb1290e3277809bc75e3dab85ec368 Mon Sep 17 00:00:00 2001 From: Yuan Wang Date: Mon, 21 Apr 2025 11:59:51 +0800 Subject: [PATCH 1/2] TLS now supported with I/O threading since Redis 8.0 --- content/operate/oss_and_stack/management/security/encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/oss_and_stack/management/security/encryption.md b/content/operate/oss_and_stack/management/security/encryption.md index 43bca4915d..24ef4869f1 100644 --- a/content/operate/oss_and_stack/management/security/encryption.md +++ b/content/operate/oss_and_stack/management/security/encryption.md @@ -129,4 +129,4 @@ TLS adds a layer to the communication stack with overheads due to writing/readin ### Limitations -I/O threading is currently not supported with TLS. +Redis did not support I/O threading with TLS until version 8.0. From f3fb2dece38c1fcff551268160d23860c8105b05 Mon Sep 17 00:00:00 2001 From: Yuan Wang Date: Tue, 22 Apr 2025 11:18:21 +0800 Subject: [PATCH 2/2] Update content/operate/oss_and_stack/management/security/encryption.md Co-authored-by: David Dougherty --- content/operate/oss_and_stack/management/security/encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/oss_and_stack/management/security/encryption.md b/content/operate/oss_and_stack/management/security/encryption.md index 24ef4869f1..6d783646cf 100644 --- a/content/operate/oss_and_stack/management/security/encryption.md +++ b/content/operate/oss_and_stack/management/security/encryption.md @@ -129,4 +129,4 @@ TLS adds a layer to the communication stack with overheads due to writing/readin ### Limitations -Redis did not support I/O threading with TLS until version 8.0. +Starting with version 8.0, Redis supports I/O threading with TLS.