Skip to content

Commit

Permalink
comment in JedisSentinelPool
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Mar 12, 2021
1 parent 1394f39 commit 3bd712a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/redis/clients/jedis/JedisSentinelPool.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ public class JedisSentinelPool extends JedisPoolAbstract {

protected final int connectionTimeout;
protected final int soTimeout;
/**
* blockingSoTimeout. The old name, infiniteSoTimeout, is kept for backward compatibility.
*/
protected final int infiniteSoTimeout;

protected final String user;
Expand Down

0 comments on commit 3bd712a

Please sign in to comment.