Package | Description |
---|---|
io.lettuce.core.internal |
Contains internal API.
|
Modifier and Type | Method and Description |
---|---|
static RedisCommandTimeoutException |
ExceptionFactory.createTimeoutException(Duration timeout)
Create a
RedisCommandTimeoutException with a detail message given the timeout. |
static RedisCommandTimeoutException |
ExceptionFactory.createTimeoutException(String message,
Duration timeout)
Create a
RedisCommandTimeoutException with a detail message given the message and timeout. |
Copyright © 2023 lettuce.io. All rights reserved.