From 242fca3625192a751c65c114872be73bfc69610e Mon Sep 17 00:00:00 2001 From: fupingstar Date: Wed, 8 Apr 2020 19:02:43 +0800 Subject: [PATCH] =?UTF-8?q?redis=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6164bf37..1a94554e 100644 --- a/README.md +++ b/README.md @@ -195,9 +195,7 @@ Github用户如果访问速度缓慢的话,可以转移到[码云](https://git * [Redis 常见问题总结](docs/database/Redis/Redis.md) * **Redis 系列文章合集:** - - 1. [5种基本数据结构](docs/database/Redis/redis-collection/Redis(1)——5种基本数据结构.md) - 2. [Redis数据类型、编码、数据结构的关系看这篇]() +1. [5种基本数据结构](docs/database/Redis/redis-collection/Redis(1)——5种基本数据结构.md) 3. [跳跃表](docs/database/Redis/redis-collection/Redis(2)——跳跃表.md) 4. [分布式锁深入探究](docs/database/Redis/redis-collection/Redis(3)——分布式锁深入探究.md) 、 [Redlock分布式锁](docs/database/Redis/Redlock分布式锁.md) 、[如何做可靠的分布式锁,Redlock真的可行么](docs/database/Redis/如何做可靠的分布式锁,Redlock真的可行么.md) 5. [神奇的HyperLoglog解决统计问题](docs/database/Redis/redis-collection/Reids(4)——神奇的HyperLoglog解决统计问题.md) @@ -206,6 +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) ## 系统设计