| Package | Description |
|---|---|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.support |
Supportive classes such as
RedisClientCdiBean for CDI support,
RedisClientFactoryBean for Spring. |
| Class and Description |
|---|
| ClusterClientOptions
Client Options to control the behavior of
RedisClusterClient. |
| ClusterClientOptions.Builder
Builder for
ClusterClientOptions. |
| ClusterTopologyRefreshOptions
Options to control the Cluster topology refreshing of
RedisClusterClient. |
| ClusterTopologyRefreshOptions.Builder
Builder for
ClusterTopologyRefreshOptions. |
| ClusterTopologyRefreshOptions.RefreshTrigger
Available refresh triggers to signal early topology refreshing.
|
| PartitionException
Partition access exception thrown when a partition-specific operations fails.
|
| RedisAdvancedClusterAsyncCommandsImpl
An advanced asynchronous and thread-safe API for a Redis Cluster connection.
|
| RedisAdvancedClusterReactiveCommandsImpl
An advanced reactive and thread-safe API to a Redis Cluster connection.
|
| RedisClusterClient
A scalable and thread-safe Redis cluster client supporting synchronous, asynchronous and
reactive execution models.
|
| StatefulRedisClusterConnectionImpl
A thread-safe connection to a Redis Cluster.
|
| Class and Description |
|---|
| RedisClusterClient
A scalable and thread-safe Redis cluster client supporting synchronous, asynchronous and
reactive execution models.
|
Copyright © 2021 lettuce.io. All rights reserved.