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 4f138e4 commit 31df601Copy full SHA for 31df601
src/main/java/redis/clients/jedis/JedisClusterCommand.java
@@ -106,7 +106,7 @@ private T runWithRetries(final int slot) {
106
}
107
108
109
- throw new JedisClusterMaxAttemptsException("No more cluster attempts left.");
+ throw new JedisClusterMaxAttemptsException("No more cluster attempts left.", lastException);
110
111
112
private Supplier<Jedis> handleConnectionProblem(final int slot, int currentAttempt) {
0 commit comments