File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
177
177
178
178
1 . [ Redis 常见问题总结] ( docs/database/redis/redis-questions-01.md )
179
179
2 . [ 3种常用的缓存读写策略] ( docs/database/redis/3-commonly-used-cache-read-and-write-strategies.md )
180
+ 2 . [ Redis 内存碎片] ( ./docs/database/redis/redis-memory-fragmentation.md )
180
181
181
182
## 搜索引擎
182
183
Original file line number Diff line number Diff line change @@ -278,7 +278,15 @@ export const sidebarConfig = defineSidebarConfig({
278
278
collapsable : true ,
279
279
children : [
280
280
"redis-questions-01" ,
281
- "3-commonly-used-cache-read-and-write-strategies" ,
281
+ {
282
+ text : "重要知识点" ,
283
+ icon : "important" ,
284
+ collapsable : true ,
285
+ children : [
286
+ "3-commonly-used-cache-read-and-write-strategies" ,
287
+ "redis-memory-fragmentation" ,
288
+ ] ,
289
+ } ,
282
290
] ,
283
291
} ,
284
292
] ,
You can’t perform that action at this time.
0 commit comments