|
|
@ -374,11 +374,11 @@ public class MasterSlaveConnectionManager implements ConnectionManager {
|
|
|
|
.setSslTruststorePassword(config.getSslTruststorePassword())
|
|
|
|
.setSslTruststorePassword(config.getSslTruststorePassword())
|
|
|
|
.setSslKeystore(config.getSslKeystore())
|
|
|
|
.setSslKeystore(config.getSslKeystore())
|
|
|
|
.setSslKeystorePassword(config.getSslKeystorePassword())
|
|
|
|
.setSslKeystorePassword(config.getSslKeystorePassword())
|
|
|
|
.setDatabase(config.getDatabase())
|
|
|
|
|
|
|
|
.setClientName(config.getClientName())
|
|
|
|
.setClientName(config.getClientName())
|
|
|
|
.setKeepPubSubOrder(cfg.isKeepPubSubOrder());
|
|
|
|
.setKeepPubSubOrder(cfg.isKeepPubSubOrder());
|
|
|
|
|
|
|
|
|
|
|
|
if (type != NodeType.SENTINEL) {
|
|
|
|
if (type != NodeType.SENTINEL) {
|
|
|
|
|
|
|
|
redisConfig.setDatabase(config.getDatabase());
|
|
|
|
redisConfig.setPassword(config.getPassword());
|
|
|
|
redisConfig.setPassword(config.getPassword());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|