Uses of Class
io.lettuce.core.ConnectionState
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.sentinel |
Redis Sentinel connection classes.
|
-
Uses of ConnectionState in io.lettuce.core
Methods in io.lettuce.core that return ConnectionState Modifier and Type Method Description ConnectionStateStatefulRedisConnectionImpl. getConnectionState()Methods in io.lettuce.core with parameters of type ConnectionState Modifier and Type Method Description protected io.lettuce.core.RedisHandshakeAbstractRedisClient. createHandshake(ConnectionState state) -
Uses of ConnectionState in io.lettuce.core.sentinel
Methods in io.lettuce.core.sentinel that return ConnectionState Modifier and Type Method Description ConnectionStateStatefulRedisSentinelConnectionImpl. getConnectionState()