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
In order to test fault tolerant hiredis cluster api, I wrote a test code as I mentioned below. At the start of the test I’m starting the 6 redis instance. Then I’m making cluster them. After this process, Im trying to get a key from redis continuously with 10ms delay. Then I’m killing the master nodes and Im expecting that the requests must be answered from replicas(new master). But Im taking core dump. How can I solve this issue without using external retry pattern?
The text was updated successfully, but these errors were encountered:
In order to test fault tolerant hiredis cluster api, I wrote a test code as I mentioned below. At the start of the test I’m starting the 6 redis instance. Then I’m making cluster them. After this process, Im trying to get a key from redis continuously with 10ms delay. Then I’m killing the master nodes and Im expecting that the requests must be answered from replicas(new master). But Im taking core dump. How can I solve this issue without using external retry pattern?
The text was updated successfully, but these errors were encountered: