PROTOCOL_BINARY_CMD_GETKQ = 0x0d,
PROTOCOL_BINARY_CMD_APPEND = 0x0e,
PROTOCOL_BINARY_CMD_PREPEND = 0x0f,
- PROTOCOL_BINARY_CMD_STAT = 0x10
+ PROTOCOL_BINARY_CMD_STAT = 0x10
} protocol_binary_command;
/**
* Definition of the packet returned by the noop command
* See section 4
*/
- typedef protocol_binary_response_no_extras protocol_binary_response_nnoop;
+ typedef protocol_binary_response_no_extras protocol_binary_response_noop;
/**
* Definition of the structure used by the increment and decrement