| Interface | Description |
|---|---|
| RedisPubSubListener<K,V> |
Interface for redis pub/sub listeners.
|
| Class | Description |
|---|---|
| PubSubCommandHandler<K,V> |
A netty
ChannelHandler responsible for writing redis pub/sub commands
and reading the response stream from the server. |
| 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. |
| RedisPubSubConnection<K,V> |
An asynchronous thread-safe pub/sub connection to a redis server.
|
Copyright © 2025. All rights reserved.