Cache Consistency in CPU and Distributed System: Part2

Redlock

Redlock 的最佳了解链接在:https://redis.io/topics/distlock

这里比较详细的描写了 Redis 的 Redlock 的算法流程。但是顺便一提,看完建议看看这个: https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html

Raft Lease

Reference