X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_user_data.rst;h=107d04752913796cb5d6cdb724841ad67f54b845;hb=18de51e5af2a81a49fc48fd937d958247afa7fd8;hp=5765ad91eb7db2982572da617cb810655479a303;hpb=86be0943416087ba738c28ddbde8cdcbd62ad777;p=m6w6%2Flibmemcached diff --git a/docs/memcached_user_data.rst b/docs/memcached_user_data.rst index 5765ad91..107d0475 100644 --- a/docs/memcached_user_data.rst +++ b/docs/memcached_user_data.rst @@ -2,13 +2,14 @@ Storing custom user information in the client. ============================================== +.. index:: object: memcached_st Manage user specific data -******* +------- LIBRARY -******* +------- C Client Library for memcached (libmemcached, -lmemcached) @@ -45,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 @@ -57,23 +58,15 @@ memcached_get_user_data() returns the current value uf the user specific data. -**** +---- HOME -**** +---- To find out more information please check: `http://libmemcached.org/ `_ -****** -AUTHOR -****** - - -Trond Norbye, - - -------- SEE ALSO --------