mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-20 22:17:09 +08:00
[docs fix]文件名规范
This commit is contained in:
parent
8ccc1b2fa0
commit
9c8b3a017a
@ -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
|
||||
|
@ -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)
|
||||
|
||||
## 搜索引擎
|
||||
|
@ -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"],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user