Replies: 3 comments 9 replies
-
@renchap Right now you must setup sentinel mode along the replication to perform the write on master and read on slave |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would roll out this feature in next release which is near. |
Beta Was this translation helpful? Give feedback.
9 replies
-
I believe, from what I understand, sentinel cluster has 2 jobs:
For the first question, there is an issue about that topic here: For the second question, which is exactly the question of OP, I created this issue: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Thanks a lot for this project, this is exactly what I need!
I see that you recently released the
RedisReplication
, which is perfect for us as our client does not support multiple Redis servers (yet).The issue I am facing is that there seem to be no service targetting the current primary server, so if you connect to either of the created services, you can end up on a replica and get an error when you try to write a key.
What is the expected way for applications to have a read-write endpoint? And what is the difference between the 2 existing ones? (
<name>
and<name>-additional
).I would have expected the first one to point to the read-write pod, but it has 3 endpoints.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions