#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 text key that follows the command extras. | |
| uint8_t | datatype |
| Reserved for future use (Sean is using this soon). | |
| uint16_t | reserved |
| Really reserved for future use (up for grabs). | |
| 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 371 of file EventServer.h.
1.5.5