Interface | Description |
---|---|
PubSubMessage<K,V> |
Represents a Pub/Sub notification message.
|
RedisPubSubListener<K,V> |
Interface for Redis Pub/Sub listeners.
|
StatefulRedisPubSubConnection<K,V> |
An asynchronous thread-safe pub/sub connection to a redis server.
|
Class | Description |
---|---|
PubSubCommandHandler<K,V> |
A netty
ChannelHandler responsible for writing Redis Pub/Sub commands and reading the response stream from the
server. |
PubSubEndpoint<K,V> | |
PubSubOutput<K,V> |
One element of the Redis pub/sub stream.
|
RedisPubSubAdapter<K,V> |
Convenience adapter with an empty implementation of all
RedisPubSubListener callback methods. |
RedisPubSubAsyncCommandsImpl<K,V> |
An asynchronous and thread-safe API for a Redis pub/sub connection.
|
RedisPubSubReactiveCommandsImpl<K,V> |
A reactive and thread-safe API for a Redis pub/sub connection.
|
StatefulRedisPubSubConnectionImpl<K,V> |
An thread-safe pub/sub connection to a Redis server.
|
Enum | Description |
---|---|
PubSubOutput.Type |
Copyright © 2025 lettuce.io. All rights reserved.