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 270bb71 commit ee34a48Copy full SHA for ee34a48
src/main/java/redis/clients/jedis/JedisSentinelPool.java
@@ -42,6 +42,9 @@ public class JedisSentinelPool extends JedisPoolAbstract {
42
43
private final JedisClientConfig sentinelClientConfig;
44
45
+ /**
46
+ * WARNING: This variable will be changed to {@link java.util.Collection} in upcoming major release.
47
+ */
48
protected final Set<MasterListener> masterListeners = new HashSet<>();
49
50
private volatile HostAndPort currentHostMaster;
0 commit comments