refactoring

pull/4031/head
Nikita Koksharov 3 years ago
parent 877535e086
commit 79971af003

@ -127,10 +127,8 @@ public class RedisNodes<N extends Node> implements NodesGroup<N> {
if (c != null) {
RFuture<String> r = c.async(timeUnit.toMillis(timeout), RedisCommands.PING);
result.put(c, r);
latch.countDown();
} else {
latch.countDown();
}
latch.countDown();
});
}

Loading…
Cancel
Save