public class RedisStateMachine<K,V> extends Object
| Constructor and Description |
|---|
RedisStateMachine()
Initialize a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
decode(org.jboss.netty.buffer.ChannelBuffer buffer,
CommandOutput<K,V,?> output)
Attempt to decode a redis response and return a flag indicating whether a complete
response was read.
|
public boolean decode(org.jboss.netty.buffer.ChannelBuffer buffer,
CommandOutput<K,V,?> output)
buffer - Buffer containing data from the server.output - Current command output.Copyright © 2025. All rights reserved.