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
I am using aws redis cache cluster(2 shards each with 1 master and 1 slave) with following configurations.
redis.NewClient(&redis.Options{ Addr: []string{"url1:6379","url2:6379","url3:6379","url4:6379"}, Password: "", DB: 0, MaxRetries: 4, MaxRedirects: 8, })
I'm getting MOVED errors time to time. Do I need to configured the slot details manually?
The text was updated successfully, but these errors were encountered:
No, slots are configured automatically.
Sorry, something went wrong.
@apremalal : I am also facing this same issue. How did you resolve that?
No branches or pull requests
I am using aws redis cache cluster(2 shards each with 1 master and 1 slave) with following configurations.
I'm getting MOVED errors time to time. Do I need to configured the slot details manually?
The text was updated successfully, but these errors were encountered: