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