| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.authentication | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| redis.clients.jedis.exceptions |
This package contains the Exception classes.
|
| redis.clients.jedis.mcf |
This package contains the classes that are related to Active-Active cluster(s) and Multi-Cluster
failover.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Jedis.shutdown()
Synchronously save the DB on disk, then shutdown the server.
|
void |
Jedis.shutdown(ShutdownParams shutdownParams) |
| Modifier and Type | Class and Description |
|---|---|
class |
JedisAuthenticationException |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerCommands.shutdown()
Stop all the client.
|
default void |
ServerCommands.shutdown(SaveMode saveMode) |
void |
ServerCommands.shutdown(ShutdownParams shutdownParams) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidURIException |
class |
JedisAccessControlException
An access control error reply from Redis; i.e.
|
class |
JedisAskDataException
-ASK reply from Redis. |
class |
JedisBroadcastException
Note: This exception extends
JedisDataException just so existing applications catching
JedisDataException do not get broken. |
class |
JedisBusyException
-BUSY reply from Redis. |
class |
JedisCacheException |
class |
JedisClusterException
Any
-CLUSTER... reply from Redis. |
class |
JedisClusterOperationException
Error while processing cluster operations.
|
class |
JedisConnectionException
A connection error.
|
class |
JedisDataException
Any error reply from Redis.
|
class |
JedisMovedDataException
-MOVED reply from Redis. |
class |
JedisNoScriptException
-NOSCRIPT reply from Redis. |
class |
JedisRedirectionException
Umbrella exception class representing all redirection replies from Redis.
|
class |
JedisValidationException
A validation error.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionFailoverException |
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.
|
Copyright © 2025. All rights reserved.