-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
release request and doc updates to fix rediscluster v9 #214
Comments
This only seems to be an issue with github.com/eko/gocache/store/redis/v4 v4.2.0
github.com/eko/gocache/store/rediscluster/v4 v4.1.2 |
I was able to fix that issue. I think the docs just need to be updated at pkg.go.dev to reflect v4. |
Hi @ashtonian, you're right the package was not updated on pkg.go.dev for v4 branch. I requested an update here: https://pkg.go.dev/github.com/eko/gocache/lib/v4 and it should be available as soon as the Golang bot will crawl the package ;-) |
Closing this issue as the documentation is now up-to-date on pkg.go.dev. Thank you, feel free to reopen if you still have any issue! |
I think https://pkg.go.dev/ needs to be updated as it states v3 is the latest version.
Additionally could you do a release to enable redis v9 client ? right now using go get, it pulls v4.1.2 which doesn't include the change. I think the only way to access it then is to use go get with a commit hash off master I think that conflicts with the versioning (ie v4 in github.com/eko/gocache/lib/v4).
The text was updated successfully, but these errors were encountered: