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 ee34a48 commit 7a1f93bCopy full SHA for 7a1f93b
src/main/java/redis/clients/jedis/exceptions/JedisNoReachableClusterNodeException.java
@@ -1,5 +1,8 @@
1
package redis.clients.jedis.exceptions;
2
3
+/**
4
+ * WARNING: This exception will extend {@link JedisClusterOperationException} in upcoming major release.
5
+ */
6
public class JedisNoReachableClusterNodeException extends JedisConnectionException {
7
private static final long serialVersionUID = 3878122572474110407L;
8
0 commit comments