memcached_result_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Structs

struct_options
struct struct_options
Undocumented in source.

Variables

count
ulong count;
Undocumented in source.
item_cas
ulong item_cas;
Undocumented in source.
item_expiration
time_t item_expiration;
Undocumented in source.
item_flags
uint item_flags;
Undocumented in source.
item_key
char[MEMCACHED_MAX_KEY] item_key;
Undocumented in source.
key_length
size_t key_length;
Undocumented in source.
numeric_value
ulong numeric_value;
Undocumented in source.
options
struct_options options;
Undocumented in source.
root
memcached_st* root;
Undocumented in source.
value
memcached_string_st value;
Undocumented in source.

Meta