X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_user_data.rst;h=107d04752913796cb5d6cdb724841ad67f54b845;hb=18de51e5af2a81a49fc48fd937d958247afa7fd8;hp=cf990e6cbe7f6de33ca01bd0803e07fd9e3128bd;hpb=f0a568f40ab283bb0be08bd0d930c70386418b97;p=m6w6%2Flibmemcached diff --git a/docs/memcached_user_data.rst b/docs/memcached_user_data.rst index cf990e6c..107d0475 100644 --- a/docs/memcached_user_data.rst +++ b/docs/memcached_user_data.rst @@ -1,30 +1,29 @@ -.. highlight:: perl - - -memcached_set_user_data, memcached_get_user_data -************************************************ +============================================== +Storing custom user information in the client. +============================================== +.. index:: object: memcached_st Manage user specific data -******* +------- LIBRARY -******* +------- C Client Library for memcached (libmemcached, -lmemcached) -******** +-------- SYNOPSIS -******** +-------- .. code-block:: perl - #include + #include void *memcached_get_user_data (memcached_st *ptr); @@ -32,9 +31,9 @@ SYNOPSIS -*********** +----------- DESCRIPTION -*********** +----------- libmemcached(3) allows you to store a pointer to a user specific data inside @@ -47,9 +46,9 @@ 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 @@ -59,26 +58,18 @@ memcached_get_user_data() returns the current value uf the user specific data. -**** +---- HOME -**** +---- To find out more information please check: -`https://launchpad.net/libmemcached `_ - - -****** -AUTHOR -****** - - -Trond Norbye, +`http://libmemcached.org/ `_ -******** +-------- SEE ALSO -******** +-------- memcached(1) libmemcached(3)