| 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. |
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2020 lettuce.io. All rights reserved.