Uses of Class
io.lettuce.core.AbstractRedisAsyncCommands
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
-
Uses of AbstractRedisAsyncCommands in io.lettuce.core
Subclasses of AbstractRedisAsyncCommands in io.lettuce.core Modifier and Type Class Description classRedisAsyncCommandsImpl<K,V>An asynchronous and thread-safe API for a Redis connection. -
Uses of AbstractRedisAsyncCommands in io.lettuce.core.cluster
Subclasses of AbstractRedisAsyncCommands in io.lettuce.core.cluster Modifier and Type Class Description classRedisAdvancedClusterAsyncCommandsImpl<K,V>An advanced asynchronous and thread-safe API for a Redis Cluster connection.classRedisClusterPubSubAsyncCommandsImpl<K,V>An asynchronous and thread-safe API for a Redis pub/sub connection. -
Uses of AbstractRedisAsyncCommands in io.lettuce.core.pubsub
Subclasses of AbstractRedisAsyncCommands in io.lettuce.core.pubsub Modifier and Type Class Description classRedisPubSubAsyncCommandsImpl<K,V>An asynchronous and thread-safe API for a Redis pub/sub connection.