rmq
rmq copied to clipboard
Use of redis.UniversalClient instead of Client for OpenConnectionWithRedisClient
redis-go now provides a UniversalClient for connection. I will suggest removing the dependency on redis.Client, and replace that with redis.UniversalClient which covers the various aspects of client management from rmq.
Need this feature.
Sounds good. Anyone up for opening a PR for this?
This issue is fairly old and I'm not sure if it would be still worth implementing it. Please reopen if there are still benefits of switching to the other interface :v: