-
Notifications
You must be signed in to change notification settings - Fork 98
Add store for redis-go v8 #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Any way that we can merge this? Searching in https://endoflife.date/go show that go 1.12 is no longer supported. |
452b560
to
d1b93e5
Compare
Agreed, this would be awesome to use since our tools are already pinned to redis 8 |
Can we get this merged @brandur? It's a really nice approach. |
Any update? Looking forward to this merge😄 |
Anything needed to get this merged? Let me know if there is anything that I can help. |
Maybe is time for a fork. This don't look to be maintained anymore |
Still waiting for approval from @brandur. Afaik, they're the only one with maintainer access to this repo.
There have actually been 4 releases since this MR was opened. One of them only 2 weeks ago. So it is not necessarily completely unmaintained. But if it is the reason: I am happy to help out with maintaining the project! Forking is also an option, but then anyone not reading this conversation would be missing out on updates and we'd miss out on the name of the current repo. |
Hey @jpcoenen, sorry about the really long delay here. If you're still around to rebase this PR, I'll merge it, make a couple tweaks, and cut a new release. If not, I'll take over the branch and put changes into a new PR. |
2ad78fd
to
9afdda0
Compare
@brandur Hi! Any progress on merging this pull request? |
Yep, LGTM. Released as 2.11.0. |
A store very similar to the existing
redis-go
store, but since theredis.UniversalClient
ofredis-go.v8
is incompatible with the client of the previous versions, I'd say it's better to keep the stores separate.This also contains the changes as proposed in #83. Only commit 30cb82c contains the store.
Unfortunately, this seems to break compatibility with Go 1.12 because of the lack of
errors.Unwrap()
.