Uses of Class
io.lettuce.core.RedisCommandExecutionException
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.dynamic.batch |
Batching with Redis Command interfaces.
|
| io.lettuce.core.internal |
Contains internal API.
|
-
Uses of RedisCommandExecutionException in io.lettuce.core
Subclasses of RedisCommandExecutionException in io.lettuce.core Modifier and Type Class Description classRedisBusyExceptionException that gets thrown when Redis is busy executing a Lua script with aBUSYerror response.classRedisLoadingExceptionException that gets thrown when Redis is loading a dataset into memory and replying with aLOADINGerror response.classRedisNoScriptExceptionException that gets thrown when Redis indicates absence of a Lua script referenced by its SHA1 digest with aNOSCRIPTerror response. -
Uses of RedisCommandExecutionException in io.lettuce.core.dynamic.batch
Subclasses of RedisCommandExecutionException in io.lettuce.core.dynamic.batch Modifier and Type Class Description classBatchExceptionBatch exception to collect multiple errors from batched command execution. -
Uses of RedisCommandExecutionException in io.lettuce.core.internal
Methods in io.lettuce.core.internal that return RedisCommandExecutionException Modifier and Type Method Description static RedisCommandExecutionExceptionExceptionFactory. createExecutionException(String message)Create aRedisCommandExecutionExceptionwith a detail message.static RedisCommandExecutionExceptionExceptionFactory. createExecutionException(String message, Throwable cause)Create aRedisCommandExecutionExceptionwith a detail message and optionally acause.