Uses of Package
io.lettuce.core.cluster.api.sync
| Package | Description |
|---|---|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.cluster.api |
Redis Cluster connection API.
|
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
| io.lettuce.core.cluster.pubsub.api.sync |
Redis Cluster Pub/Sub API for synchronous executed commands.
|
| io.lettuce.core.pubsub.api.sync |
Pub/Sub Redis API for synchronous executed commands.
|
-
Classes in io.lettuce.core.cluster.api.sync used by io.lettuce.core.api.sync Class Description RedisClusterCommands A complete synchronous and thread-safe Redis Cluster API with 400+ Methods. -
Classes in io.lettuce.core.cluster.api.sync used by io.lettuce.core.cluster Class Description RedisAdvancedClusterCommands Advanced synchronous and thread-safe Redis Cluster API. -
Classes in io.lettuce.core.cluster.api.sync used by io.lettuce.core.cluster.api Class Description RedisAdvancedClusterCommands Advanced synchronous and thread-safe Redis Cluster API. -
Classes in io.lettuce.core.cluster.api.sync used by io.lettuce.core.cluster.api.async Class Description NodeSelectionStreamCommands Synchronous executed commands on a node selection for Streams. -
Classes in io.lettuce.core.cluster.api.sync used by io.lettuce.core.cluster.api.sync Class Description BaseNodeSelectionCommands Synchronous executed commands on a node selection for basic commands.Executions Result holder for a command that was executed synchronously on multiple nodes.NodeSelection Node selection with access to synchronous executed commands on the set.NodeSelectionGeoCommands Synchronous executed commands on a node selection for the Geo-API.NodeSelectionHashCommands Synchronous executed commands on a node selection for Hashes (Key-Value pairs).NodeSelectionHLLCommands Synchronous executed commands on a node selection for HyperLogLog (PF* commands).NodeSelectionKeyCommands Synchronous executed commands on a node selection for Keys (Key manipulation/querying).NodeSelectionListCommands Synchronous executed commands on a node selection for Lists.NodeSelectionScriptingCommands Synchronous executed commands on a node selection for Scripting.NodeSelectionServerCommands Synchronous executed commands on a node selection for Server Control.NodeSelectionSetCommands Synchronous executed commands on a node selection for Sets.NodeSelectionSortedSetCommands Synchronous executed commands on a node selection for Sorted Sets.NodeSelectionStreamCommands Synchronous executed commands on a node selection for Streams.NodeSelectionStringCommands Synchronous executed commands on a node selection for Strings.RedisClusterCommands A complete synchronous and thread-safe Redis Cluster API with 400+ Methods. -
Classes in io.lettuce.core.cluster.api.sync used by io.lettuce.core.cluster.pubsub.api.sync Class Description Executions Result holder for a command that was executed synchronously on multiple nodes.RedisClusterCommands A complete synchronous and thread-safe Redis Cluster API with 400+ Methods. -
Classes in io.lettuce.core.cluster.api.sync used by io.lettuce.core.pubsub.api.sync Class Description RedisClusterCommands A complete synchronous and thread-safe Redis Cluster API with 400+ Methods.