com.twitter.finagle.redis.naggati
An Encoder turns things of type A into ChannelBuffers, for outbound traffic (server responses or client requests).
A
ChannelBuffer
Convert an object of type A into a ChannelBuffer.
Convert an object of type A into a ChannelBuffer. If no buffer is returned, nothing is written out.
An Encoder turns things of type
A
intoChannelBuffer
s, for outbound traffic (server responses or client requests).