Skip to content

Commit

Permalink
JedisClusterConnectionHandler bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 authored Jan 19, 2021
1 parent 9f3f55e commit 4ab8991
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public JedisClusterConnectionHandler(Set<HostAndPort> nodes, final GenericObject
this.cache = new JedisClusterInfoCache(poolConfig, connectionTimeout, soTimeout, infiniteSoTimeout,
user, password, clientName, ssl, sslSocketFactory, sslParameters, hostnameVerifier, portMap);
initializeSlotsCache(nodes, connectionTimeout, soTimeout, infiniteSoTimeout,
null, password, clientName, ssl, sslSocketFactory, sslParameters, hostnameVerifier);
user, password, clientName, ssl, sslSocketFactory, sslParameters, hostnameVerifier);
}

abstract Jedis getConnection();
Expand Down

0 comments on commit 4ab8991

Please sign in to comment.