Uses of Class
io.lettuce.core.sentinel.StatefulRedisSentinelConnectionImpl
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
-
Uses of StatefulRedisSentinelConnectionImpl in io.lettuce.core
Methods in io.lettuce.core that return StatefulRedisSentinelConnectionImpl Modifier and Type Method Description protected <K, V> StatefulRedisSentinelConnectionImpl<K,V>RedisClient. newStatefulRedisSentinelConnection(RedisChannelWriter channelWriter, RedisCodec<K,V> codec, Duration timeout)Create a new instance ofStatefulRedisSentinelConnectionImplor a subclass.