#include <EventServer.h>
Public Attributes | |
uint8_t | magic |
Magic number. | |
uint8_t | opcode |
Command code. | |
uint16_t | keylen |
Length in bytes of the text key that follows the command extras. | |
uint8_t | extlen |
Length in bytes of the command extras. | |
uint8_t | datatype |
Reserved for future use (Sean is using this soon). | |
uint16_t | status |
Status of the response (non-zero on error). | |
uint32_t | bodylen |
Length in bytes of extra + key + value. | |
uint32_t | opaque |
Will be copied back to you in the response. | |
uint64_t | cas |
Data version check. |
Definition at line 472 of file EventServer.h.