Uses of Class
io.lettuce.core.RedisConnectionException
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
-
Uses of RedisConnectionException in io.lettuce.core
Methods in io.lettuce.core that return RedisConnectionException Modifier and Type Method Description static RedisConnectionExceptionRedisConnectionException. create(String remoteAddress, Throwable cause)static RedisConnectionExceptionRedisConnectionException. create(Throwable cause)Create a newRedisConnectionExceptiongivencause.static RedisConnectionExceptionRedisConnectionException. create(SocketAddress remoteAddress, Throwable cause)