Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NewClient Error #72

Closed
vikrampunchh opened this issue Nov 25, 2019 · 1 comment
Closed

NewClient Error #72

vikrampunchh opened this issue Nov 25, 2019 · 1 comment

Comments

@vikrampunchh
Copy link

cannot use "github.com/go-redis/redis".NewClient(&"github.com/go-redis/redis".Options literal) (type *"github.com/go-redis/redis".Client) as type *"gopkg.in/redis.v3".Client in argument to rmq.OpenConnectionWithRedisClient

@wellle
Copy link
Member

wellle commented May 1, 2020

This looks like you're using an old version. Most likely v1.0.0. Back then we expected a redis.v3 client, now we expect a go-redis/redis client. Please either switch to the old redis.v3 client or to the latest rmq version (master) and reopen if that didn't work 🤞

@wellle wellle closed this as completed May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants