Skip to content

Commit ee34a48

Browse files
authored
Warn about Support Sentinel with TLS (II) #2403 (#2492)
1 parent 270bb71 commit ee34a48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/redis/clients/jedis/JedisSentinelPool.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ public class JedisSentinelPool extends JedisPoolAbstract {
4242

4343
private final JedisClientConfig sentinelClientConfig;
4444

45+
/**
46+
* WARNING: This variable will be changed to {@link java.util.Collection} in upcoming major release.
47+
*/
4548
protected final Set<MasterListener> masterListeners = new HashSet<>();
4649

4750
private volatile HostAndPort currentHostMaster;

0 commit comments

Comments
 (0)