We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
error information: cluster.go:16:2: cannot find package "github.com/go-redis/redis/v7/internal" in any of:
In this project, there is no v7, why?
The text was updated successfully, but these errors were encountered:
in cluster.go: import ( "context" "crypto/tls" "fmt" "math" "math/rand" "net" "runtime" "sort" "sync" "sync/atomic" "time"
"github.com/go-redis/redis/v7/internal" "github.com/go-redis/redis/v7/internal/hashtag" "github.com/go-redis/redis/v7/internal/pool" "github.com/go-redis/redis/v7/internal/proto"
) However, there is no project "github.com/go-redis/redis/v7/internal" in any of place. why?
Sorry, something went wrong.
You need to use recent Go version and activate Go module support - https://github.com/golang/go/wiki/Modules#how-to-install-and-activate-module-support
Successfully merging a pull request may close this issue.
error information:
cluster.go:16:2: cannot find package "github.com/go-redis/redis/v7/internal" in any of:
In this project, there is no v7, why?
The text was updated successfully, but these errors were encountered: