From efeec7071300d0a364f23098251385b1acf04486 Mon Sep 17 00:00:00 2001 From: yanfeizhang Date: Thu, 2 Jun 2022 09:33:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B7=BB=E5=8A=A0redis6.0=E5=A4=9A?= =?UTF-8?q?=E7=BA=BF=E7=A8=8B=E6=96=B0=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10b626b..8f436bf 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ - [在 golang 中是如何对 epoll 进行封装的?](https://mp.weixin.qq.com/s/hjWhh_zHfxmH1yZFfvu_zA) (:cn:新) - [万字多图,搞懂 Nginx 高性能网络工作原理!](https://mp.weixin.qq.com/s/AX6Fval8RwkgzptdjlU5kg) (:cn:新) - [单线程 Redis 如何做到每秒数万 QPS 的超高处理能力!](https://mp.weixin.qq.com/s/2y60cxUjaaE2pWSdCBX1lA) +- [Redis 6 中的多线程实现方式比我预期的要差](https://mp.weixin.qq.com/s/MU8cxoKS3rU9mN_CY3WxWQ) (:cn:新) **1.3 TCP之三次握手** - [为什么服务端程序都需要先 listen 一下?](https://mp.weixin.qq.com/s/hv2tmtVpxhVxr6X-RNWBsQ)