1MEMCACHED_GET_USER_DATA(3)       libmemcached       MEMCACHED_GET_USER_DATA(3)
2
3
4

NAME

6       memcached_get_user_data - libmemcached Documentation
7
8       Manage user specific data
9

LIBRARY

11       C Client Library for memcached (libmemcached, -lmemcached)
12

SYNOPSIS

14       #include <libmemcached/memcached.h>
15
16       void *memcached_get_user_data(memcached_st *ptr)
17
18       void *memcached_set_user_data(memcached_st *ptr, void *data)
19
20       Compile and link with -lmemcached
21

DESCRIPTION

23       libmemcached(3)  allows  you to store a pointer to a user specific data
24       inside the memcached_st structure.
25
26       memcached_set_user_data() is used to set the user specific data in  the
27       memcached_st structure.
28
29       memcached_get_user_data() is used to retrieve the user specific data in
30       the memcached_st structure.
31

RETURN

33       memcached_set_user_data() returns the previous value of the  user  spe‐
34       cific data.
35
36       memcached_get_user_data()  returns  the  current value uf the user spe‐
37       cific data.
38

HOME

40       To find out more information please check: http://libmemcached.org/
41

SEE ALSO

43       memcached(1) libmemcached(3)
44

AUTHOR

46       Brian Aker
47
49       2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
50
51
52
53
541.0.16                         January 31, 2013     MEMCACHED_GET_USER_DATA(3)
Impressum