Uses of Interface
io.lettuce.core.api.async.RedisAsyncCommands
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api |
Standalone Redis connection API.
|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.cluster.pubsub.api.async |
Redis Cluster Pub/Sub API for asynchronous executed commands.
|
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
| io.lettuce.core.pubsub.api.async |
Pub/Sub Redis API for asynchronous executed commands.
|
-
Uses of RedisAsyncCommands in io.lettuce.core
Classes in io.lettuce.core that implement RedisAsyncCommands Modifier and Type Class Description classRedisAsyncCommandsImpl<K,V>An asynchronous and thread-safe API for a Redis connection.Methods in io.lettuce.core that return RedisAsyncCommands Modifier and Type Method Description RedisAsyncCommands<K,V>StatefulRedisConnectionImpl. async() -
Uses of RedisAsyncCommands in io.lettuce.core.api
Methods in io.lettuce.core.api that return RedisAsyncCommands Modifier and Type Method Description RedisAsyncCommands<K,V>StatefulRedisConnection. async()Returns theRedisAsyncCommandsAPI for the current connection. -
Uses of RedisAsyncCommands in io.lettuce.core.cluster
Classes in io.lettuce.core.cluster that implement RedisAsyncCommands Modifier and Type Class Description classRedisClusterPubSubAsyncCommandsImpl<K,V>An asynchronous and thread-safe API for a Redis pub/sub connection. -
Uses of RedisAsyncCommands in io.lettuce.core.cluster.pubsub.api.async
Subinterfaces of RedisAsyncCommands in io.lettuce.core.cluster.pubsub.api.async Modifier and Type Interface Description interfaceRedisClusterPubSubAsyncCommands<K,V>Asynchronous and thread-safe Redis Cluster PubSub API. -
Uses of RedisAsyncCommands in io.lettuce.core.pubsub
Classes in io.lettuce.core.pubsub that implement RedisAsyncCommands Modifier and Type Class Description classRedisPubSubAsyncCommandsImpl<K,V>An asynchronous and thread-safe API for a Redis pub/sub connection. -
Uses of RedisAsyncCommands in io.lettuce.core.pubsub.api.async
Subinterfaces of RedisAsyncCommands in io.lettuce.core.pubsub.api.async Modifier and Type Interface Description interfaceRedisPubSubAsyncCommands<K,V>Asynchronous and thread-safe Redis PubSub API.