adjust / rmq

Message queue system written in Go and backed by Redis
MIT License
1.57k stars 206 forks source link

Inconsistency between redis clients #31

Closed AMecea closed 6 years ago

AMecea commented 6 years ago

Hello,

The go redis client recommends using package: "github.com/go-redis/redis", but this project uses: "gopkg.in/redis.v3".

Trying to use those two packages together I get the following error:

cannot use (type *"github.com/foo/bar/vendor/github.com/go-redis/redis".Client) as type *"github.com/foo/bar/vendor/gopkg.in/redis.v3".Client in argument to rmq.OpenConnectionWithRedisClient

I think this project dependencies should be updated to redis v6 and use github.com/go-redis/redis.

wellle commented 6 years ago

@AMecea: Thank you, I will have a look 👍

wellle commented 6 years ago

@AMecea: Thanks again for bringing this up. We just merged #32. Can you try again?