Query: memcached_set_user_data
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MEMCACHED_SET_USER_DATA(3) libmemcached MEMCACHED_SET_USER_DATA(3)NAMEmemcached_set_user_data - libmemcached Documentation Manage user specific dataLIBRARYC Client Library for memcached (libmemcached, -lmemcached)SYNOPSIS#include <libmemcached/memcached.h> void *memcached_get_user_data(memcached_st *ptr) void *memcached_set_user_data(memcached_st *ptr, void *data) Compile and link with -lmemcachedDESCRIPTIONlibmemcached(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/ 1.0.16 January 31, 2013 MEMCACHED_SET_USER_DATA(3)
| Related Man Pages |
|---|
| memcached_create(3) - centos |
| memcached_clone(3) - centos |
| memcached_lib_version(3) - centos |
| memcached_set_user_data(3) - centos |
| memcached_verbosity(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| How to increment version inside a file? |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| CentOS 6 ran out of space, need to reclaim it |
| [TIP] Processing YAML files with yq |