Evo C++ Library v0.5.1
Public Member Functions | Public Attributes | List of all members
MemcachedServerHandlerBase::StoreParams Struct Reference

#include <evo/async/memcached_server.h>

Detailed Description

STORE command parameters.

Public Member Functions

 StoreParams ()
 

Public Attributes

uint64 cas_id
 CAS ID – only used for CAS command. More...
 
int64 expire
 Expiration time in seconds from now, 0 for no expiration, negative to expire now, or a value greater than 2592000 (30 days) means a Unix timestamp to expire on. More...
 
uint32 flags
 Flags to store, returned with GET. More...
 
String key
 Key to store. More...
 
ulong size
 Value size to store. More...
 

Constructor & Destructor Documentation

◆ StoreParams()

StoreParams ( )
inline

Member Data Documentation

◆ cas_id

uint64 cas_id

CAS ID – only used for CAS command.

◆ expire

int64 expire

Expiration time in seconds from now, 0 for no expiration, negative to expire now, or a value greater than 2592000 (30 days) means a Unix timestamp to expire on.

◆ flags

uint32 flags

Flags to store, returned with GET.

◆ key

String key

Key to store.

◆ size

ulong size

Value size to store.


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