Package | Description |
---|---|
io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient . |
io.lettuce.core.event.cluster |
Redis Cluster events.
|
Class and Description |
---|
ClusterClientOptions
Client Options to control the behavior of
RedisClusterClient . |
ClusterClientOptions.Builder
Builder for
ClusterClientOptions . |
ClusterPushHandler
A handler object that provides access to
RedisClusterPushListener . |
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.
|
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.
|
Class and Description |
---|
ClusterTopologyRefreshOptions.RefreshTrigger
Available refresh triggers to signal early topology refreshing.
|
Copyright © 2023 lettuce.io. All rights reserved.