I try to setup redis with two slave replicas and 3 sentinels. And I try to setup sentinel-tunnel for access to my redis. https://github.com/RedisLabs/sentinel_tunnel
what can I write in Database name?
{
"Sentinels_addresses_list":[
"node1.local:8001",
"node2.local:8001"
],
"Databases":[
{
"Name":"db1",
"Local_port":"12345"
},
{
"Name":"db2",
"Local_port":"12346"
}
]
}
name of master from sentinel masters command? or what?