| Package | Description |
|---|---|
| com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
| 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. |
| 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 © 2018 lettuce.io. All rights reserved.