| 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.failover |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRedisClient
Base Redis client.
|
class |
RedisClient
A scalable and thread-safe Redis client supporting synchronous, asynchronous and reactive
execution models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisClusterClient
A scalable and thread-safe Redis cluster client supporting synchronous, asynchronous and
reactive execution models.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultiDbClient |
Copyright © 2026 lettuce.io. All rights reserved.