| 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.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
ConnectionBuilder.endpoint() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionBuilder |
ConnectionBuilder.endpoint(Endpoint endpoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubClusterEndpoint<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEndpoint
Default
Endpoint implementation. |
| Constructor and Description |
|---|
CommandHandler(ClientOptions clientOptions,
ClientResources clientResources,
Endpoint endpoint)
Initialize a new instance that handles commands from the supplied queue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubEndpoint<K,V> |
Copyright © 2021 lettuce.io. All rights reserved.