libyrmcds
memcached/yrmcds client library for C
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups Pages
Data Fields
yrmcds_response Struct Reference

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.
 

Detailed Description

Data structure to store a response packet.


The documentation for this struct was generated from the following file: