See: Description
| Exception | Description |
|---|---|
| InvalidURIException | |
| JedisAccessControlException |
An access control error reply from Redis; i.e.
|
| JedisAskDataException |
-ASK reply from Redis. |
| JedisBroadcastException |
Note: This exception extends
JedisDataException just so existing applications catching
JedisDataException do not get broken. |
| JedisBusyException |
-BUSY reply from Redis. |
| JedisCacheException | |
| JedisClusterException |
Any
-CLUSTER... reply from Redis. |
| JedisClusterOperationException |
Error while processing cluster operations.
|
| JedisConnectionException |
A connection error.
|
| JedisDataException |
Any error reply from Redis.
|
| JedisException |
Umbrella exception class for all exceptions in Jedis library.
|
| JedisMovedDataException |
-MOVED reply from Redis. |
| JedisNoScriptException |
-NOSCRIPT reply from Redis. |
| JedisRedirectionException |
Umbrella exception class representing all redirection replies from Redis.
|
| JedisValidationException |
A validation error.
|
Copyright © 2025. All rights reserved.