# 🔖 宝典内容
一、分布式锁
六、Raft
# 📚 参考资料
- 倪超. 从 Paxos 到 ZooKeeper : 分布式一致性原理与实践 [M]. 电子工业出版社, 2015.
- Distributed locks with Redis (opens new window)
- 浅谈分布式锁 (opens new window)
- 基于 Zookeeper 的分布式锁 (opens new window)
- 聊聊分布式事务,再说说解决方案 (opens new window)
- 分布式系统的事务处理 (opens new window)
- 深入理解分布式事务 (opens new window)
- What is CAP theorem in distributed database system? (opens new window)
- NEAT ALGORITHMS - PAXOS (opens new window)
- Paxos By Example (opens new window)