diff --git a/README.en.md b/README.en.md index b5451a5d..2e8d688d 100644 --- a/README.en.md +++ b/README.en.md @@ -173,7 +173,7 @@ In addition,[GeeksforGeeks]( https://www.geeksforgeeks.org/fundamentals-of-alg ### Redis -1. [Redis FAQ Summary](docs/database/redis/redis知识点&面试题总结.md) +1. [Redis FAQ Summary](docs/database/redis/redis-questions-01.md) 2. [3 common cache read and write strategies](docs/database/redis/3-commonly-used-cache-read-and-write-strategies.md) ## Search Engine diff --git a/README.md b/README.md index 25ca75c5..da2aded2 100755 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle ### Redis -1. [Redis 常见问题总结](docs/database/redis/redis知识点&面试题总结.md) +1. [Redis 常见问题总结](docs/database/redis/redis-questions-01.md) 2. [3种常用的缓存读写策略](docs/database/redis/3-commonly-used-cache-read-and-write-strategies.md) ## 搜索引擎 diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index f68ef743..3ce7f0bd 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -258,7 +258,7 @@ module.exports = config({ }, { title: "Redis", prefix: "redis/", - children: ["redis知识点&面试题总结", "3-commonly-used-cache-read-and-write-strategies"], + children: ["redis-questions-01", "3-commonly-used-cache-read-and-write-strategies"], }, ], }, diff --git a/docs/database/redis/redis知识点&面试题总结.md b/docs/database/redis/redis-questions-01.md similarity index 100% rename from docs/database/redis/redis知识点&面试题总结.md rename to docs/database/redis/redis-questions-01.md