Skip to content
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

go-redis import path changed #61

Closed
smallfish06 opened this issue Feb 2, 2023 · 2 comments · Fixed by #62
Closed

go-redis import path changed #61

smallfish06 opened this issue Feb 2, 2023 · 2 comments · Fixed by #62

Comments

@smallfish06
Copy link
Contributor

smallfish06 commented Feb 2, 2023

Description

https://uptrace.dev/blog/posts/go-redis-v9.html

go-redis joined Redis org, so import path has changed.
V7, V8 import path remain same

//before
import "github.com/go-redis/redis/v9"
//after
import "github.com/redis/go-redis/v9"
smallfish06 added a commit to smallfish06/pinpoint-go-agent that referenced this issue Feb 2, 2023
@smallfish06
Copy link
Contributor Author

@dwkang can you check this issue? :)

@dwkang dwkang closed this as completed in #62 Feb 6, 2023
dwkang pushed a commit that referenced this issue Feb 6, 2023
dwkang added a commit that referenced this issue Feb 6, 2023
@dwkang
Copy link
Contributor

dwkang commented Feb 6, 2023

@smallfish06 Thank you for your contribution. It was released in v1.2.2 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants