Closed shuaiyy closed 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,
github.com/go-redis/redis/v8
github.com/redis/go-redis/v9
Should we update the go-redis sdk?
go-redis
Thanks! Would you be willing to open a PR? 🙏
okay, please take a look.
Thank you!
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 withgithub.com/redis/go-redis/v9
,Should we update the
go-redis
sdk?