How to do distributed locking — Martin Kleppmann’s blog
Published by Martin Kleppmann on 08 Feb 2016.
As part of the research for my book, I came across an algorithm called Redlock on the
Redis website. The algorithm claims to implement fault-tolerant distributed locks (or rather,
leases [1]) on top of Redis, and the page asks for feedback from people who are into
distributed systems. The algorithm instinctively set off some alarm bells in the back of my mind, so
I spent a bit of time thinking about it and writing up these notes.
Since there are alre...
Read more at martin.kleppmann.com