Uses of Interface
io.lettuce.core.sentinel.api.async.RedisSentinelAsyncCommands
| Package | Description |
|---|---|
| io.lettuce.core.sentinel |
Redis Sentinel connection classes.
|
| io.lettuce.core.sentinel.api |
Redis Sentinel connection API.
|
-
Uses of RedisSentinelAsyncCommands in io.lettuce.core.sentinel
Classes in io.lettuce.core.sentinel that implement RedisSentinelAsyncCommands Modifier and Type Class Description classRedisSentinelAsyncCommandsImpl<K,V>An asynchronous and thread-safe API for a Redis Sentinel connection.Fields in io.lettuce.core.sentinel declared as RedisSentinelAsyncCommands Modifier and Type Field Description protected RedisSentinelAsyncCommands<K,V>StatefulRedisSentinelConnectionImpl. asyncMethods in io.lettuce.core.sentinel that return RedisSentinelAsyncCommands Modifier and Type Method Description RedisSentinelAsyncCommands<K,V>StatefulRedisSentinelConnectionImpl. async() -
Uses of RedisSentinelAsyncCommands in io.lettuce.core.sentinel.api
Methods in io.lettuce.core.sentinel.api that return RedisSentinelAsyncCommands Modifier and Type Method Description RedisSentinelAsyncCommands<K,V>StatefulRedisSentinelConnection. async()Returns theRedisSentinelAsyncCommandsAPI for the current connection.