Uses of Class
io.lettuce.core.RedisAsyncCommandsImpl
| 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 RedisAsyncCommandsImpl in io.lettuce.core
Fields in io.lettuce.core declared as RedisAsyncCommandsImpl Modifier and Type Field Description protected RedisAsyncCommandsImpl<K,V>StatefulRedisConnectionImpl. asyncMethods in io.lettuce.core that return RedisAsyncCommandsImpl Modifier and Type Method Description protected RedisAsyncCommandsImpl<K,V>StatefulRedisConnectionImpl. newRedisAsyncCommandsImpl()Create a new instance ofRedisAsyncCommandsImpl. -
Uses of RedisAsyncCommandsImpl in io.lettuce.core.cluster
Subclasses of RedisAsyncCommandsImpl in io.lettuce.core.cluster Modifier and Type Class Description classRedisClusterPubSubAsyncCommandsImpl<K,V>An asynchronous and thread-safe API for a Redis pub/sub connection. -
Uses of RedisAsyncCommandsImpl in io.lettuce.core.pubsub
Subclasses of RedisAsyncCommandsImpl 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.