We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095fa9c commit f831e1aCopy full SHA for f831e1a
src/main/java/redis/clients/jedis/providers/SentineledConnectionProvider.java
@@ -230,10 +230,6 @@ private void initMaster(HostAndPort master) {
230
}
231
232
private void initSlaves(List<HostAndPort> slaves) {
233
- if (slaves == null || slaves.isEmpty()) {
234
- return;
235
- }
236
-
237
List<PoolInfo> removedSlavePools = new ArrayList<>();
238
try {
239
synchronized (slavePools) {
0 commit comments