| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.mcf |
This package contains the classes that are related to Active-Active cluster(s) and Multi-Cluster
failover.
|
| redis.clients.jedis.util |
This package contains the utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connection.connect() |
java.net.Socket |
JedisSocketFactory.createSocket() |
java.net.Socket |
DefaultJedisSocketFactory.createSocket() |
| Modifier and Type | Class and Description |
|---|---|
class |
JedisFailoverException
Exception thrown when a failover attempt fails due to lack of available/healthy databases.
|
static class |
JedisFailoverException.JedisPermanentlyNotAvailableException
Exception thrown when a failover attempt fails due to lack of available/healthy databases, and
the max number of failover attempts has been exceeded.
|
static class |
JedisFailoverException.JedisTemporarilyNotAvailableException
Exception thrown when a failover attempt fails due to lack of available/healthy databases, but
the max number of failover attempts has not been exceeded yet.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RedisInputStream.peek(byte b) |
int |
RedisInputStream.read(byte[] b,
int off,
int len) |
byte |
RedisInputStream.readByte() |
Copyright © 2025. All rights reserved.