Package | Description |
---|---|
io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
Modifier and Type | Method and 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 of
StatefulRedisPubSubConnectionImpl or a subclass. |
Copyright © 2023 lettuce.io. All rights reserved.