Mention distributed locks

This commit is contained in:
Dimitrij Denissenko 2016-01-06 16:16:25 +00:00
parent c510761c76
commit be6b602480
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.