readme: update redislock link

This commit is contained in:
Vladimir Mihailenco 2019-06-25 15:39:33 +03:00
parent 8558c82c48
commit 4a3dbb3251
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Supports:
- [Instrumentation](https://godoc.org/github.com/go-redis/redis#ex-package--Instrumentation).
- [Cache friendly](https://github.com/go-redis/cache).
- [Rate limiting](https://github.com/go-redis/redis_rate).
- [Distributed Locks](https://github.com/bsm/redis-lock).
- [Distributed Locks](https://github.com/bsm/redislock).
API docs: https://godoc.org/github.com/go-redis/redis.
Examples: https://godoc.org/github.com/go-redis/redis#pkg-examples.