From 05c7cd9bfe56dca6132bdebbade715987cb7331a Mon Sep 17 00:00:00 2001 From: heibaiying <2806718453@qq.com> Date: Mon, 6 Jan 2020 17:35:56 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56fca65..2d0becd 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ + [Redis 基本数据类型和常用命令](notes/Redis_数据类型和常用命令.md) + [Redis AOF 和 RDB 持久化策略原理](notes/Redis_持久化.md) + [Redis 哨兵模式](notes/Redis_哨兵模式.md) -+ [Reids 集群模式](notes/Redis_集群模式.md) ++ [Redis 集群模式](notes/Redis_集群模式.md) ### MongoDB