Vendor upstream redis library instead of our fork. (#3913)

We forked the upstream to address a build issue on
go 1.6 - that is long done and we don't need
to manage our forks anymore.
This commit is contained in:
Harshavardhana
2017-03-16 08:22:47 -07:00
committed by GitHub
parent 21d73a3eef
commit 3edff1501e
15 changed files with 202 additions and 228 deletions

View File

@@ -21,7 +21,7 @@ import (
"time"
"github.com/Sirupsen/logrus"
"github.com/minio/redigo/redis"
"github.com/garyburd/redigo/redis"
)
// redisNotify to send logs to Redis server