|
NAMEmemcached_set_user_data - libmemcached DocumentationManage user specific data LIBRARYC Client Library for memcached (libmemcached, -lmemcached)SYNOPSIS#include <libmemcached/memcached.h>
Compile and link with -lmemcached DESCRIPTIONlibmemcached(3) allows you to store a pointer to a user specific data inside the memcached_st structure.memcached_set_user_data() is used to set the user specific data in the memcached_st structure. memcached_get_user_data() is used to retrieve the user specific data in the memcached_st structure. RETURNmemcached_set_user_data() returns the previous value of the user specific data.memcached_get_user_data() returns the current value uf the user specific data. HOMETo find out more information please check: http://libmemcached.org/SEE ALSOmemcached(1) libmemcached(3)AUTHORBrian AkerCOPYRIGHT2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
Visit the GSP FreeBSD Man Page Interface. |