Uses of Package
io.lettuce.core.cluster
| Package | Description |
|---|---|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
-
Classes in io.lettuce.core.cluster used by io.lettuce.core.cluster Class Description ClusterClientOptions Client Options to control the behavior ofRedisClusterClient.ClusterClientOptions.Builder Builder forClusterClientOptions.ClusterPushHandler A handler object that provides access toRedisClusterPushListener.ClusterTopologyRefreshOptions Options to control the Cluster topology refreshing ofRedisClusterClient.ClusterTopologyRefreshOptions.Builder Builder forClusterTopologyRefreshOptions.ClusterTopologyRefreshOptions.RefreshTrigger Available refresh triggers to signal early topology refreshing.PartitionException Partition access exception thrown when a partition-specific operations fails.PipelinedRedisFuture Pipelining for commands that are executed on multiple cluster nodes.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.