Redis automatic fail over for Pega Chat
I have setup redis in master-slave configuration and the replication works fine. Automatic CLUSTER FAILOVER TURNOVER is not enabled. Can anyone suggest how to make redis slave turnover to master automatically when master goes down?
In Pega Chat config.json file, we have provided redis master and slave hostnames. Once redis works with automatic cluster failover turnover, if redis master goes down and redis slave turns over to master, will pega chat work fine? Is there any configuration to be made to Chat for it to support redis automatic failover turnover?