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

[BUG] redis.NewStackExchange got radis err: NOAUTH Authentication required. #55

Open
bigBron opened this issue May 8, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@bigBron
Copy link

bigBron commented May 8, 2021

I can confirm that the configuration is correct and the same configuration can connect to the cluster using go-redis.
@kataras can you add a go-redis dependency?

Locate where the error occurred:

cluster, err := radix.NewCluster(cfg.Clusters)
if err != nil {
// maybe an
// ERR This instance has cluster support disabled
return nil, err
}

ref: https://github.com/mediocregopher/radix/blob/edd71ccab1b4dadde5b6e422e7af086230c0cf54/cluster.go#L203-L208

@kluevandrew
Copy link

Confirm same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants