From 1529e7a23ba74de86eb383cc592a8bb9ac0ab541 Mon Sep 17 00:00:00 2001 From: sanjay537 Date: Wed, 1 Jun 2016 03:20:57 -0700 Subject: [PATCH] Update README.md Add a link to distributed lock design using redis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3786360..64d36ef 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ The following papers/articles/slides can help you to understand the general desi * [ESPN Architecture](http://highscalability.com/blog/2013/11/4/espns-architecture-at-scale-operating-at-100000-duh-nuh-nuhs.html) * [Uber Architecture](http://highscalability.com/blog/2015/9/14/how-uber-scales-their-real-time-market-platform.html) * [DropBox Design](https://www.youtube.com/watch?v=PE4gwstWhmc) +* [Distributed locks with Redis](http://redis.io/topics/distlock) ###[[⬆]](#toc) Hot Questions and Reference: