| Package | Description |
|---|---|
| com.lambdaworks.redis | |
| com.lambdaworks.redis.pubsub |
| Modifier and Type | Method and Description |
|---|---|
private <K,V,T extends RedisAsyncConnection<K,V>> |
RedisClient.connect(CommandHandler<K,V> handler,
T connection) |
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubCommandHandler<K,V>
A netty
ChannelHandler responsible for writing redis pub/sub commands
and reading the response stream from the server. |