From 41cc5edac59714b5c39e0eddb22eb01b67be510d Mon Sep 17 00:00:00 2001 From: fupingstar Date: Wed, 8 Apr 2020 19:04:31 +0800 Subject: [PATCH] =?UTF-8?q?redis=E6=95=B0=E6=8D=AE=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E3=80=81=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a94554e..43621ba2 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ Github用户如果访问速度缓慢的话,可以转移到[码云](https://git 8. [持久化](docs/database/Redis/redis-collection/Redis(7)——持久化.md) 9. [发布订阅与Stream](docs/database/Redis/redis-collection/Redis(8)——发布订阅与Stream.md) 10. [史上最强【集群】入门实践教程](docs/database/Redis/redis-collection/Redis(9)——集群入门实践教程.md) - 10. [Redis数据类型、编码、底层数据结构的关系看这篇](Redis(10)——Redis数据类型、编码、数据结构的关系.md) + 10. [Redis数据类型、编码、底层数据结构的关系看这篇](docs/database/Redis/redis-collection/Redis(10)——Redis数据类型、编码、数据结构的关系.md) ## 系统设计 -- GitLab