-
Notifications
You must be signed in to change notification settings - Fork 443
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
contrib/go-redis/redis: support v7 #606
Comments
Thanks, @kamatama41. We will look at what needs to be done to support |
This is the POC using v7 redis.Hook api. |
Hi. |
#672 has been merged, so we should be able to do this work now, if there is still interest. Please see also Please see also #471 (comment) |
Is the plan for go-redis/redis v7 (and future v8) to have a It is my understanding that it was done for echo v4 #543 |
Correct. For each major version we want to have a separate package. |
There is a PR open for |
I have confirmed dd-trace works on So I will close this issue, thank you very much 😃 |
Hi, May I ask if there is still any plan to add support for redis v7? I want to update to v8, but I got some other dependencies on v7 :) I can help adding v7 support if needed. |
@AnhTaFP |
go-redis/redis was updated to v7 and it changed its import path to
github.com/go-redis/redis/v7
. So dd-trace cannot be used withgo-redis/redis/v7
by the incompatibility between v7 and earlier versions.ref: Changelog for go-redis/redis
https://github.com/go-redis/redis/blob/20a182ceb1d1360f9689230d84fa1db47db215f4/CHANGELOG.md#v7
The text was updated successfully, but these errors were encountered: