adjust / rmq

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

update the redis sdk #143

Closed shuaiyy closed 1 year ago

shuaiyy commented 1 year ago

current rmq use github.com/go-redis/redis/v8, however, the go-redis sdk repo now is managed by redis.io, and v9 is released with github.com/redis/go-redis/v9,

Should we update the go-redis sdk?

wellle commented 1 year ago

Thanks! Would you be willing to open a PR? 🙏

shuaiyy commented 1 year ago

Thanks! Would you be willing to open a PR? 🙏

okay, please take a look.

wellle commented 1 year ago

Thank you!