You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have setup a Redis cluster with 1 master and 2 replicas to distribute reads.
When executing read query on replica, I got below error
"(error) READONLY You can't write against a read only replica."
Is there a way to achieve it or is it coming in next release?