Uses of Interface
io.lettuce.core.sentinel.api.StatefulRedisSentinelConnection
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.sentinel |
Redis Sentinel connection classes.
|
| io.lettuce.core.sentinel.api.async |
Redis Sentinel API for asynchronous executed commands.
|
| io.lettuce.core.sentinel.api.reactive |
Redis Sentinel API for reactive command execution.
|
| io.lettuce.core.sentinel.api.sync |
Redis Sentinel API for synchronous executed commands.
|
-
Uses of StatefulRedisSentinelConnection in io.lettuce.core
Methods in io.lettuce.core that return StatefulRedisSentinelConnection Modifier and Type Method Description StatefulRedisSentinelConnection<String,String>RedisClient. connectSentinel()Open a connection to a Redis Sentinel that treats keys and values as UTF-8 strings.<K, V> StatefulRedisSentinelConnection<K,V>RedisClient. connectSentinel(RedisCodec<K,V> codec)Open a connection to a Redis Sentinel that treats keys and use the suppliedcodecto encode/decode keys and values.<K, V> StatefulRedisSentinelConnection<K,V>RedisClient. connectSentinel(RedisCodec<K,V> codec, RedisURI redisURI)StatefulRedisSentinelConnection<String,String>RedisClient. connectSentinel(RedisURI redisURI)Open a connection to a Redis Sentinel using the suppliedRedisURIthat treats keys and values as UTF-8 strings.Methods in io.lettuce.core that return types with arguments of type StatefulRedisSentinelConnection Modifier and Type Method Description <K, V> CompletableFuture<StatefulRedisSentinelConnection<K,V>>RedisClient. connectSentinelAsync(RedisCodec<K,V> codec, RedisURI redisURI) -
Uses of StatefulRedisSentinelConnection in io.lettuce.core.sentinel
Classes in io.lettuce.core.sentinel that implement StatefulRedisSentinelConnection Modifier and Type Class Description classStatefulRedisSentinelConnectionImpl<K,V>Methods in io.lettuce.core.sentinel that return StatefulRedisSentinelConnection Modifier and Type Method Description StatefulRedisSentinelConnection<K,V>RedisSentinelAsyncCommandsImpl. getStatefulConnection()StatefulRedisSentinelConnection<K,V>RedisSentinelReactiveCommandsImpl. getStatefulConnection() -
Uses of StatefulRedisSentinelConnection in io.lettuce.core.sentinel.api.async
Methods in io.lettuce.core.sentinel.api.async that return StatefulRedisSentinelConnection Modifier and Type Method Description StatefulRedisSentinelConnection<K,V>RedisSentinelAsyncCommands. getStatefulConnection() -
Uses of StatefulRedisSentinelConnection in io.lettuce.core.sentinel.api.reactive
Methods in io.lettuce.core.sentinel.api.reactive that return StatefulRedisSentinelConnection Modifier and Type Method Description StatefulRedisSentinelConnection<K,V>RedisSentinelReactiveCommands. getStatefulConnection() -
Uses of StatefulRedisSentinelConnection in io.lettuce.core.sentinel.api.sync
Methods in io.lettuce.core.sentinel.api.sync that return StatefulRedisSentinelConnection Modifier and Type Method Description StatefulRedisSentinelConnection<K,V>RedisSentinelCommands. getStatefulConnection()