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.
|
Modifier and Type | Class and Description |
---|---|
class |
RedisBusyException
Exception that gets thrown when Redis is busy executing a Lua script with a
BUSY error response. |
class |
RedisLoadingException
Exception that gets thrown when Redis is loading a dataset into memory and replying with a
LOADING error response. |
class |
RedisNoScriptException
Exception that gets thrown when Redis indicates absence of a Lua script referenced by its SHA1 digest with a
NOSCRIPT
error response. |
class |
RedisReadOnlyException
Exception that gets thrown when Redis replies with a
READONLY error response. |
Modifier and Type | Class and Description |
---|---|
class |
BatchException
Batch exception to collect multiple errors from batched command execution.
|
Modifier and Type | Method and Description |
---|---|
static RedisCommandExecutionException |
ExceptionFactory.createExecutionException(String message)
Create a
RedisCommandExecutionException with a detail message. |
static RedisCommandExecutionException |
ExceptionFactory.createExecutionException(String message,
Throwable cause)
Create a
RedisCommandExecutionException with a detail message and optionally a cause . |
Copyright © 2023 lettuce.io. All rights reserved.