Uses of Class
io.lettuce.core.RedisCommandTimeoutException
| Package | Description |
|---|---|
| io.lettuce.core.internal |
Contains internal API.
|
-
Uses of RedisCommandTimeoutException in io.lettuce.core.internal
Methods in io.lettuce.core.internal that return RedisCommandTimeoutException Modifier and Type Method Description static RedisCommandTimeoutExceptionExceptionFactory. createTimeoutException(String message, Duration timeout)Create aRedisCommandTimeoutExceptionwith a detail message given the message and timeout.static RedisCommandTimeoutExceptionExceptionFactory. createTimeoutException(Duration timeout)Create aRedisCommandTimeoutExceptionwith a detail message given the timeout.