Module lettuce.core

Class CommandHandler

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler, ChannelOutboundHandler
Direct Known Subclasses:
PubSubCommandHandler

public class CommandHandler
extends ChannelDuplexHandler
A netty ChannelHandler responsible for writing redis commands and reading responses from the server.
Author:
Will Glozer, Mark Paluch, Jongyeol Choi, Grzegorz Szpak, Daniel Albuquerque, Gavin Cook, Anuraag Agrawal