Uses of Interface
io.lettuce.core.cluster.api.sync.RedisClusterCommands
| Package | Description |
|---|---|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous 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.
|
-
Uses of RedisClusterCommands in io.lettuce.core.api.sync
Subinterfaces of RedisClusterCommands in io.lettuce.core.api.sync Modifier and Type Interface Description interfaceRedisCommands<K,V>A complete synchronous and thread-safe Redis API with 400+ Methods. -
Uses of RedisClusterCommands in io.lettuce.core.cluster.api.sync
Subinterfaces of RedisClusterCommands in io.lettuce.core.cluster.api.sync Modifier and Type Interface Description interfaceRedisAdvancedClusterCommands<K,V>Advanced synchronous and thread-safe Redis Cluster API.Methods in io.lettuce.core.cluster.api.sync that return RedisClusterCommands Modifier and Type Method Description RedisClusterCommands<K,V>RedisAdvancedClusterCommands. getConnection(String nodeId)Retrieve a connection to the specified cluster node using the nodeId.RedisClusterCommands<K,V>RedisAdvancedClusterCommands. getConnection(String host, int port)Retrieve a connection to the specified cluster node using host and port. -
Uses of RedisClusterCommands in io.lettuce.core.cluster.pubsub.api.sync
Subinterfaces of RedisClusterCommands in io.lettuce.core.cluster.pubsub.api.sync Modifier and Type Interface Description interfaceRedisClusterPubSubCommands<K,V>Synchronous and thread-safe Redis Cluster PubSub API. -
Uses of RedisClusterCommands in io.lettuce.core.pubsub.api.sync
Subinterfaces of RedisClusterCommands in io.lettuce.core.pubsub.api.sync Modifier and Type Interface Description interfaceRedisPubSubCommands<K,V>Synchronous and thread-safe Redis PubSub API.