From be6b602480cb8ae627b5230855b477602595c852 Mon Sep 17 00:00:00 2001 From: Dimitrij Denissenko Date: Wed, 6 Jan 2016 16:16:25 +0000 Subject: [PATCH] Mention distributed locks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6232428..13887132 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Supports: - [Ring](http://godoc.org/gopkg.in/redis.v3#NewRing). - [Cache friendly](https://github.com/go-redis/cache). - [Rate limiting](https://github.com/go-redis/rate). +- [Distributed Locks](https://github.com/bsm/redis-lock). API docs: http://godoc.org/gopkg.in/redis.v3. Examples: http://godoc.org/gopkg.in/redis.v3#pkg-examples.