Package | Description |
---|---|
io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient . |
io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
io.lettuce.core.sentinel |
Redis Sentinel connection classes.
|
Modifier and Type | Class and Description |
---|---|
class |
StatefulRedisConnectionImpl<K,V>
A thread-safe connection to a Redis server.
|
Modifier and Type | Method and Description |
---|---|
protected <K,V,T extends RedisChannelHandler<K,V>> |
AbstractRedisClient.initializeChannelAsync(ConnectionBuilder connectionBuilder)
Connect and initialize a channel from
ConnectionBuilder . |
Modifier and Type | Method and Description |
---|---|
RedisChannelHandler<?,?> |
ConnectionBuilder.connection() |
Modifier and Type | Method and Description |
---|---|
ConnectionBuilder |
ConnectionBuilder.connection(RedisChannelHandler<?,?> connection) |
default void |
RedisConnectionStateListener.onRedisConnected(RedisChannelHandler<?,?> connection)
Deprecated.
|
default void |
RedisConnectionStateListener.onRedisConnected(RedisChannelHandler<?,?> connection,
SocketAddress socketAddress)
Event handler for successful connection event.
|
void |
RedisConnectionStateAdapter.onRedisConnected(RedisChannelHandler<?,?> connection,
SocketAddress socketAddress) |
default void |
RedisConnectionStateListener.onRedisDisconnected(RedisChannelHandler<?,?> connection)
Event handler for disconnection event.
|
void |
RedisConnectionStateAdapter.onRedisDisconnected(RedisChannelHandler<?,?> connection) |
default void |
RedisConnectionStateListener.onRedisExceptionCaught(RedisChannelHandler<?,?> connection,
Throwable cause)
Event handler for exceptions.
|
void |
RedisConnectionStateAdapter.onRedisExceptionCaught(RedisChannelHandler<?,?> connection,
Throwable cause) |
Modifier and Type | Class and Description |
---|---|
class |
StatefulRedisClusterConnectionImpl<K,V>
A thread-safe connection to a Redis Cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
StatefulRedisPubSubConnectionImpl<K,V>
An thread-safe pub/sub connection to a Redis server.
|
Modifier and Type | Class and Description |
---|---|
class |
StatefulRedisSentinelConnectionImpl<K,V> |
Copyright © 2023 lettuce.io. All rights reserved.