-
Notifications
You must be signed in to change notification settings - Fork 230
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
ReplyError: ERR SETTINGS_KEY_NOT_FOUND when use in Clustering mode with Redis 7.x #205
Comments
Just ran into this as well |
same issue here as well |
Getting this same error as well:
|
We're also experiencing it with |
Same here:
|
We're experiencing this on an elasticache redis instance running 6.2.6, any updates on this? @SGrondin |
It's probably happening because of the heartbeat check which validates that keys exist on redis. But since Groups timeout kills the limiter after timeout those keys don't exist anymore. Line 84 in b835283
The error usually goes away once the |
Also ran into this. Between this issue and ETIMEDOUT errors, it's been very difficult to get ioredis cleanly working w/ ElastiCache 😢 |
Hi!
First, thank you for this great library 🙂
I tried running this library in Cluster mode with Redis 7.x, and I got the following error:
If I use an older version of Redis, it works fine.
Any idea of what changed with this version of Redis ?
The text was updated successfully, but these errors were encountered: