centos man page for memcached_set_user_data

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)

NAME
memcached_set_user_data - libmemcached Documentation Manage user specific data
LIBRARY
C 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 -lmemcached
DESCRIPTION
libmemcached(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.
RETURN
memcached_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.
HOME
To find out more information please check: http://libmemcached.org/
SEE ALSO
memcached(1) libmemcached(3)
AUTHOR
Brian Aker
COPYRIGHT
2011-2013, Brian Aker DataDifferential, http://datadifferential.com/ 1.0.16 January 31, 2013 MEMCACHED_SET_USER_DATA(3)
Related Man Pages
memcached_clone(3) - debian
memcached_set_user_data(3) - debian
memcached_verbosity(3) - debian
memcached_create(3) - centos
memcached_set_user_data(3) - centos
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
[TIP] Processing YAML files with yq