Uses of Interface
io.lettuce.core.sentinel.api.reactive.RedisSentinelReactiveCommands
| Package | Description |
|---|---|
| io.lettuce.core.sentinel |
Redis Sentinel connection classes.
|
| io.lettuce.core.sentinel.api |
Redis Sentinel connection API.
|
-
Uses of RedisSentinelReactiveCommands in io.lettuce.core.sentinel
Classes in io.lettuce.core.sentinel that implement RedisSentinelReactiveCommands Modifier and Type Class Description classRedisSentinelReactiveCommandsImpl<K,V>A reactive and thread-safe API for a Redis Sentinel connection.Fields in io.lettuce.core.sentinel declared as RedisSentinelReactiveCommands Modifier and Type Field Description protected RedisSentinelReactiveCommands<K,V>StatefulRedisSentinelConnectionImpl. reactiveMethods in io.lettuce.core.sentinel that return RedisSentinelReactiveCommands Modifier and Type Method Description RedisSentinelReactiveCommands<K,V>StatefulRedisSentinelConnectionImpl. reactive() -
Uses of RedisSentinelReactiveCommands in io.lettuce.core.sentinel.api
Methods in io.lettuce.core.sentinel.api that return RedisSentinelReactiveCommands Modifier and Type Method Description RedisSentinelReactiveCommands<K,V>StatefulRedisSentinelConnection. reactive()Returns theRedisSentinelReactiveCommandsAPI for the current connection.