-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ClusterAllFailedError: Failed to refresh slots cache #1103
Comments
Yepp! I have the same problem. new Redis('address1:port') works fine, Redis.Cluster - not if it can help
|
I'm having the same problem. We're using Redis 6.0.5. const url = 'redis://default:[email protected]:14567'
// this works:
new Redis(url)
// this doesn't:
new Redis.Cluster([ url ])
// nor does this:
new Redis.Cluster([{ host: 'some.redis.host', port: 14567, password: 'mypassword' }]) Here's the
That |
…vi har Beskrivelsen ligger her: redis/ioredis#1103 Co-authored-by: Tanet Trimas <[email protected]>
this code run error : ClusterAllFailedError: Failed to refresh slots cache
The text was updated successfully, but these errors were encountered: