You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find this very strange, in the source code new JedisPool(poolConfig, re.host, re.port, re.timeout, re.user, re.auth, re.dbNum, re.ssl)
the construct fuction is:
public JedisPool(GenericObjectPoolConfig<Jedis> poolConfig, String host, int port, int timeout, String user, String password, int database, boolean ssl) {
this(poolConfig, host, port, timeout, user, password, database, (String)null, ssl);
}
anything to help?thanks!!!
The text was updated successfully, but these errors were encountered:
In
mvn clean package-DskipTests
, I encountered an error that said:I find this very strange, in the source code
new JedisPool(poolConfig, re.host, re.port, re.timeout, re.user, re.auth, re.dbNum, re.ssl)
the construct fuction is:
anything to help?thanks!!!
The text was updated successfully, but these errors were encountered: