Uses of Interface
io.lettuce.core.api.sync.RedisKeyCommands
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| 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 RedisKeyCommands in io.lettuce.core
Methods in io.lettuce.core with parameters of type RedisKeyCommands Modifier and Type Method Description static <K, V> ScanIterator<K>ScanIterator. scan(RedisKeyCommands<K,V> commands)Sequentially iterate over keys in the keyspace.static <K, V> ScanIterator<K>ScanIterator. scan(RedisKeyCommands<K,V> commands, ScanArgs scanArgs)Sequentially iterate over keys in the keyspace. -
Uses of RedisKeyCommands in io.lettuce.core.api.sync
Subinterfaces of RedisKeyCommands 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 RedisKeyCommands in io.lettuce.core.cluster.api.sync
Subinterfaces of RedisKeyCommands 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 RedisKeyCommands in io.lettuce.core.cluster.pubsub.api.sync
Subinterfaces of RedisKeyCommands 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 RedisKeyCommands in io.lettuce.core.pubsub.api.sync
Subinterfaces of RedisKeyCommands in io.lettuce.core.pubsub.api.sync Modifier and Type Interface Description interfaceRedisPubSubCommands<K,V>Synchronous and thread-safe Redis PubSub API.