Uses of Interface
io.lettuce.core.api.sync.RedisStringCommands
| 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 RedisStringCommands in io.lettuce.core.api.sync
Subinterfaces of RedisStringCommands 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 RedisStringCommands in io.lettuce.core.cluster.api.sync
Subinterfaces of RedisStringCommands in io.lettuce.core.cluster.api.sync Modifier and Type Interface Description interfaceRedisAdvancedClusterCommands<K,V>Advanced synchronous and thread-safe Redis Cluster API.interfaceRedisClusterCommands<K,V>A complete synchronous and thread-safe Redis Cluster API with 400+ Methods. -
Uses of RedisStringCommands in io.lettuce.core.cluster.pubsub.api.sync
Subinterfaces of RedisStringCommands 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 RedisStringCommands in io.lettuce.core.pubsub.api.sync
Subinterfaces of RedisStringCommands in io.lettuce.core.pubsub.api.sync Modifier and Type Interface Description interfaceRedisPubSubCommands<K,V>Synchronous and thread-safe Redis PubSub API.