How to connect with a ready only Elasticache redis ? #691
santhoshhpe
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are using AWS provided Elasticache DR enabled setup which has following
We have our service running in two different regions too
our service connecting to us-east works fine, because it allows read and write to Redis
our service connecting to us-west connects fine, but fails with following errors because of read only:
Failed to write server state data: UNKNOWN: redis command error: SADD failed: READONLY You can't write against a read only replica.
How to fix this issue ?
Beta Was this translation helpful? Give feedback.
All reactions