Uses of Interface
io.lettuce.core.api.reactive.RedisReactiveCommands
| 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.reactive |
Redis Cluster Pub/Sub API for reactive command execution.
|
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
| io.lettuce.core.pubsub.api.reactive |
Pub/Sub Redis API for reactive command execution.
|
-
Uses of RedisReactiveCommands in io.lettuce.core
Classes in io.lettuce.core that implement RedisReactiveCommands Modifier and Type Class Description classRedisReactiveCommandsImpl<K,V>A reactive and thread-safe API for a Redis Sentinel connection.Methods in io.lettuce.core that return RedisReactiveCommands Modifier and Type Method Description RedisReactiveCommands<K,V>StatefulRedisConnectionImpl. reactive() -
Uses of RedisReactiveCommands in io.lettuce.core.api
Methods in io.lettuce.core.api that return RedisReactiveCommands Modifier and Type Method Description RedisReactiveCommands<K,V>StatefulRedisConnection. reactive()Returns theRedisReactiveCommandsAPI for the current connection. -
Uses of RedisReactiveCommands in io.lettuce.core.cluster
Classes in io.lettuce.core.cluster that implement RedisReactiveCommands Modifier and Type Class Description classRedisClusterPubSubReactiveCommandsImpl<K,V>A reactive and thread-safe API for a Redis pub/sub connection. -
Uses of RedisReactiveCommands in io.lettuce.core.cluster.pubsub.api.reactive
Subinterfaces of RedisReactiveCommands in io.lettuce.core.cluster.pubsub.api.reactive Modifier and Type Interface Description interfaceRedisClusterPubSubReactiveCommands<K,V>Reactive and thread-safe Redis Cluster PubSub API. -
Uses of RedisReactiveCommands in io.lettuce.core.pubsub
Classes in io.lettuce.core.pubsub that implement RedisReactiveCommands Modifier and Type Class Description classRedisPubSubReactiveCommandsImpl<K,V>A reactive and thread-safe API for a Redis pub/sub connection. -
Uses of RedisReactiveCommands in io.lettuce.core.pubsub.api.reactive
Subinterfaces of RedisReactiveCommands in io.lettuce.core.pubsub.api.reactive Modifier and Type Interface Description interfaceRedisPubSubReactiveCommands<K,V>Asynchronous and thread-safe Redis PubSub API.