Closed
Redis - High availability options
In chat config we are defining master and slave for redis. We are looking at high availability options for chat.
- Let’s say if master is down, will the chat app be running on slave automatically or do we need to manually change the config on chat app?
- Are these master and slave nodes for redis are particularly for performance improvement or they are there for high availability?
- We can't go with redis sentinel option, as redis recommeds using atleast 3 nodes for achieving HA and we only have 2 nodes assigned for redis.
Thanks for your answers!
***Edited by Moderator Marissa to update categories***