mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
[docs add]Redis 内存碎片
This commit is contained in:
parent
2f4b06e08a
commit
15c929199c
@ -177,6 +177,7 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
|
|||||||
|
|
||||||
1. [Redis 常见问题总结](docs/database/redis/redis-questions-01.md)
|
1. [Redis 常见问题总结](docs/database/redis/redis-questions-01.md)
|
||||||
2. [3种常用的缓存读写策略](docs/database/redis/3-commonly-used-cache-read-and-write-strategies.md)
|
2. [3种常用的缓存读写策略](docs/database/redis/3-commonly-used-cache-read-and-write-strategies.md)
|
||||||
|
2. [Redis 内存碎片](./docs/database/redis/redis-memory-fragmentation.md)
|
||||||
|
|
||||||
## 搜索引擎
|
## 搜索引擎
|
||||||
|
|
||||||
|
@ -278,7 +278,15 @@ export const sidebarConfig = defineSidebarConfig({
|
|||||||
collapsable: true,
|
collapsable: true,
|
||||||
children: [
|
children: [
|
||||||
"redis-questions-01",
|
"redis-questions-01",
|
||||||
"3-commonly-used-cache-read-and-write-strategies",
|
{
|
||||||
|
text: "重要知识点",
|
||||||
|
icon: "important",
|
||||||
|
collapsable: true,
|
||||||
|
children: [
|
||||||
|
"3-commonly-used-cache-read-and-write-strategies",
|
||||||
|
"redis-memory-fragmentation",
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user