Module lettuce.core

Class StatefulRedisSentinelConnectionImpl<K,​V>

java.lang.Object
io.lettuce.core.RedisChannelHandler<K,​V>
io.lettuce.core.sentinel.StatefulRedisSentinelConnectionImpl<K,​V>
All Implemented Interfaces:
StatefulConnection<K,​V>, AsyncCloseable, ConnectionFacade, StatefulRedisSentinelConnection<K,​V>, Closeable, AutoCloseable

public class StatefulRedisSentinelConnectionImpl<K,​V>
extends RedisChannelHandler<K,​V>
implements StatefulRedisSentinelConnection<K,​V>
Author:
Mark Paluch