Uses of Class
io.lettuce.core.RedisReactiveCommandsImpl
| 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 RedisReactiveCommandsImpl in io.lettuce.core
Fields in io.lettuce.core declared as RedisReactiveCommandsImpl Modifier and Type Field Description protected RedisReactiveCommandsImpl<K,V>StatefulRedisConnectionImpl. reactiveMethods in io.lettuce.core that return RedisReactiveCommandsImpl Modifier and Type Method Description protected RedisReactiveCommandsImpl<K,V>StatefulRedisConnectionImpl. newRedisReactiveCommandsImpl()Create a new instance ofRedisReactiveCommandsImpl. -
Uses of RedisReactiveCommandsImpl in io.lettuce.core.cluster
Subclasses of RedisReactiveCommandsImpl in io.lettuce.core.cluster Modifier and Type Class Description classRedisClusterPubSubReactiveCommandsImpl<K,V>A reactive and thread-safe API for a Redis pub/sub connection. -
Uses of RedisReactiveCommandsImpl in io.lettuce.core.pubsub
Subclasses of RedisReactiveCommandsImpl in io.lettuce.core.pubsub Modifier and Type Class Description classRedisPubSubReactiveCommandsImpl<K,V>A reactive and thread-safe API for a Redis pub/sub connection.