Преглед на файлове

Change link to Sentinel lib that supports gomodule/redigo (#330)

This is a new package with support of gomodule/redigo, the old package go-sentinel kept untouched to continue working with garyburd/redigo.
Alexander Emelin преди 7 години
родител
ревизия
9352ab68be
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      README.markdown

+ 1 - 1
README.markdown

@@ -37,7 +37,7 @@ Related Projects
 
 
 - [rafaeljusto/redigomock](https://godoc.org/github.com/rafaeljusto/redigomock) - A mock library for Redigo.
 - [rafaeljusto/redigomock](https://godoc.org/github.com/rafaeljusto/redigomock) - A mock library for Redigo.
 - [chasex/redis-go-cluster](https://github.com/chasex/redis-go-cluster) - A Redis cluster client implementation.
 - [chasex/redis-go-cluster](https://github.com/chasex/redis-go-cluster) - A Redis cluster client implementation.
-- [FZambia/go-sentinel](https://github.com/FZambia/go-sentinel) - Redis Sentinel support for Redigo
+- [FZambia/sentinel](https://github.com/FZambia/sentinel) - Redis Sentinel support for Redigo
 - [mna/redisc](https://github.com/mna/redisc) - Redis Cluster client built on top of Redigo
 - [mna/redisc](https://github.com/mna/redisc) - Redis Cluster client built on top of Redigo
 
 
 Contributing
 Contributing