scaling10 min read
Distributed Locking Patterns — Redis, Redlock, and Fencing Tokens
Distributed locks prevent concurrent access to shared resources across multiple servers. Learn when to use Redis SET NX, Redlock, database advisory locks, and fencing tokens — and when to avoid locks entirely.
Read →