|
libyrmcds
memcached/yrmcds client library for C
|
Data structure to store a response packet. More...
#include <yrmcds.h>
Data Fields | |
| uint32_t | serial |
| serial number of the corresponding request. | |
| size_t | length |
| the length of the response packet. | |
| yrmcds_status | status |
| the response status. | |
| yrmcds_command | command |
| the request command. | |
| uint64_t | cas_unique |
| CAS unique value. | |
| uint32_t | flags |
| The object's flags. | |
| const char * | key |
| Returned key for GetK/GaTK/LaGK. | |
| size_t | key_len |
The length of key. | |
| const char * | data |
| Returned data for Get commands. | |
| size_t | data_len |
The length of data. | |
| uint64_t | value |
| The new value after Increment or Decrement. | |
Data structure to store a response packet.
1.8.6