HiHuo
首页
博客
手册
工具
关于
首页
博客
手册
工具
关于
  • 学习 Redis

    • Redis 手写实现学习指南
    • 快速开始
    • Redis 架构总览与线程模型
    • RESP 协议与网络通信
    • 事件循环与 I/O 多路复用
    • 底层数据结构设计
    • 字符串:SDS 简单动态字符串
    • 哈希表与字典实现
    • 列表与跳表实现
    • 有序集合:Sorted Set 实现
    • 内存管理与对象系统
    • RDB 持久化机制
    • AOF 持久化机制
    • 混合持久化策略
    • 分布式锁实现
    • 缓存一致性策略
    • 主从复制机制
    • 哨兵模式实现
    • 内存优化与 GC 调优

根据当前 readme.md 文档内容,帮我整理一套 多个子文件的学习教程,结构合理,要求内容丰富有深度,要结合实际把问题讲清楚,如果能有实操最好。

要用中文。

File organization preference: a) Create multiple markdown files organized by topic (GMP, Channel, Memory, GC, etc.) - recommended for easier navigation

Code examples inclusion: a) Include practical code examples and mini-implementations for each topic (as shown in the readme) b) Focus more on theory and source code explanation without executable examples c) Balance between theory and practical examples

Depth level: a) Deep dive into every topic with source code analysis, diagrams, and hands-on exercises (comprehensive approach)

Language preference: a) Keep all content in Chinese (matching the original readme)