Uses of Interface
io.lettuce.core.sentinel.api.sync.RedisSentinelCommands
| Package | Description |
|---|---|
| io.lettuce.core.sentinel |
Redis Sentinel connection classes.
|
| io.lettuce.core.sentinel.api |
Redis Sentinel connection API.
|
-
Uses of RedisSentinelCommands in io.lettuce.core.sentinel
Fields in io.lettuce.core.sentinel declared as RedisSentinelCommands Modifier and Type Field Description protected RedisSentinelCommands<K,V>StatefulRedisSentinelConnectionImpl. syncMethods in io.lettuce.core.sentinel that return RedisSentinelCommands Modifier and Type Method Description RedisSentinelCommands<K,V>StatefulRedisSentinelConnectionImpl. sync() -
Uses of RedisSentinelCommands in io.lettuce.core.sentinel.api
Methods in io.lettuce.core.sentinel.api that return RedisSentinelCommands Modifier and Type Method Description RedisSentinelCommands<K,V>StatefulRedisSentinelConnection. sync()Returns theRedisSentinelCommandsAPI for the current connection.