| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultEndpoint |
ConnectionBuilder.endpoint() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionBuilder |
ConnectionBuilder.endpoint(DefaultEndpoint endpoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubClusterEndpoint<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubEndpoint<K,V> |
Copyright © 2018 lettuce.io. All rights reserved.