docs: 添加高并发秒杀系统设计(Go)
Deploy Docs / deploy (push) Successful in 12s

This commit is contained in:
2026-09-04 11:53:58 +08:00
parent 329166fdf7
commit 5db33b3243
2 changed files with 380 additions and 0 deletions
+1
View File
@@ -106,6 +106,7 @@ nav:
- 简历技术要点: project/thumbup/resume.md
- 架构:
- architecture/index.md
- 高并发秒杀系统设计: architecture/seckill-design.md
- 缓存:
- 缓存击穿: architecture/cache/cache-breakdown.md
- 缓存雪崩: architecture/cache/cache-avalanche.md