Co-Browse - Redis - One Master Two Slaves Configuration
We are trying to add another redis slave to the existing configuration of a master and a slave in config.json. As the node js app's config is based on json it's accepting unique key value pairs only like
"redis" : {
"master" : {
"host" : " Proprietary information hidden"
},
"slave" :{
"host" : " Proprietary information hidden"
}
}
From the on-premise installation guide, its mentioned as one master and two slaves can be are configured. How can we add another slave to the existing configuration?