public static class RedisProperties.Sentinel extends Object
Constructor and Description |
---|
Sentinel() |
Modifier and Type | Method and Description |
---|---|
String |
getMaster() |
List<String> |
getNodes() |
String |
getPassword() |
void |
setMaster(String master) |
void |
setNodes(List<String> nodes) |
void |
setPassword(String password) |