libi / dcron

轻量分布式定时任务库 a lightweight distributed job scheduler library
MIT License
422 stars 73 forks source link

Deps: updated github.com/go-redis/redis/v8 to github.com/redis/go-redis/v9 #59

Closed AH-dark closed 7 months ago

AH-dark commented 1 year ago

This PR updates the go-redis dependency from v8 to v9.0.5. The following changes in the go-redis package have been included in this update:

Release of v9.0.5

Please note that these changes may require adjustments in our code to accommodate any new or updated features, and to ensure compatibility. This update is necessary to leverage the improvements and new features added in go-redis v9.0.5​.

AH-dark commented 1 year ago

I would like to point out that this project has not released a new version for over a year. Given the changes that have taken place over this year, I strongly recommend releasing a new version to reflect these updates.

libi commented 1 year ago

I would like to point out that this project has not released a new version for over a year. Given the changes that have taken place over this year, I strongly recommend releasing a new version to reflect these updates.

thank you for submitting the PR 👍

at present, there are some break changes in the master branch, so it is necessary to release it with caution.

dxyinme commented 1 year ago

go-redis/v9 is not supported by go1.16, I think this PR need be thought over

AH-dark commented 1 year ago

go-redis/v9 is not supported by go1.16, I think this PR need be thought over

I agree, maybe I should wait until you decide to increase the minimum version compatibility of this package.

dxyinme commented 8 months ago

We have update the min go version from 1.16 -> 1.19, I think you can pull the latest develop branch and add your contribute to it if you have time @AH-dark

dxyinme commented 7 months ago

The redis client has been upgrade to v9.3.0, you can open new PR for the rest of this one if you have time. Will close it. Thanks.