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 8619828 commit c5b745fCopy full SHA for c5b745f
src/main/java/redis/clients/jedis/JedisFactory.java
@@ -213,6 +213,7 @@ public boolean validateObject(PooledObject<Jedis> pooledJedis) {
213
&& port == connectionPort && jedis.isConnected()
214
&& jedis.ping().equals("PONG");
215
} catch (final Exception e) {
216
+ logger.error("Error while validating pooled Jedis object.", e);
217
return false;
218
}
219
0 commit comments