adjust / rmq

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

Any reason not to use go-redis/redis? #14

Closed dim closed 8 years ago

dim commented 8 years ago

Hi,

Is there any reason for using github.com/adjust/redis instead of github.com/go-redis/redis? The native client is under constant development and many improvements have been added since

wellle commented 8 years ago

We used to use our own fork before vendoring. Now I think it might be fine to use go-redis/redis. You want to open a pull request?

dim commented 8 years ago

Gerne!