Uses of Class
io.lettuce.core.protocol.CommandHandler
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
-
Uses of CommandHandler in io.lettuce.core
Method parameters in io.lettuce.core with type arguments of type CommandHandler Modifier and Type Method Description ConnectionBuilderConnectionBuilder. commandHandler(Supplier<CommandHandler> supplier) -
Uses of CommandHandler in io.lettuce.core.pubsub
Subclasses of CommandHandler in io.lettuce.core.pubsub Modifier and Type Class Description classPubSubCommandHandler<K,V>A nettyChannelHandlerresponsible for writing Redis Pub/Sub commands and reading the response stream from the server.