Merge pull request #237 from go-redis/feature/mention-redis-lock

Mention distributed locks
This commit is contained in:
Dimitrij Denissenko 2016-01-06 17:56:50 +00:00
commit 0363b69248
1 changed files with 1 additions and 0 deletions

View File

@ -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.