Tag: #distributed-lock
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Distributed Locks Complete Guide 2025: Redlock, Zookeeper, etcd, Fencing Token, Safe Implementation
Everything about distributed locks! Why it is hard, single Redis lock, Redlock algorithm, Martin Kleppmann critique, Zookeeper/etcd locks, Fencing Token, real-world implementation, pitfalls to avoid.
2026-04-15 · 13 min read #distributed-lock#redis#redlock#zookeeper#etcdDistributed Lock Pattern Comparison: Redis Redlock vs ZooKeeper vs etcd — Consistency and Availability Trade-offs
Compare distributed lock implementation patterns that guarantee mutual exclusion in distributed systems. Analyze consistency, availability, and performance trade-offs through the Redis Redlock algorithm and Martin Kleppm
2026-03-12 · 17 min read #architecture#distributed-lock#redis#redlock#zookeeper