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
177177
1781781 . [ Redis 常见问题总结] ( docs/database/redis/redis-questions-01.md )
1791792 . [ 3种常用的缓存读写策略] ( docs/database/redis/3-commonly-used-cache-read-and-write-strategies.md )
180+ 2 . [ Redis 内存碎片] ( ./docs/database/redis/redis-memory-fragmentation.md )
180181
181182## 搜索引擎
182183
Original file line number Diff line number Diff line change @@ -278,7 +278,15 @@ export const sidebarConfig = defineSidebarConfig({
278278 collapsable : true ,
279279 children : [
280280 "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+ } ,
282290 ] ,
283291 } ,
284292 ] ,
You can’t perform that action at this time.
0 commit comments