X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_user_data.rst;h=0651224421965a5e699e1d521c77f57f7a9e7d18;hb=bdf3398dac90a54d82aed65099290d51e92d4601;hp=9f62f8903b4d7ff4252a09f2b94007075835d13f;hpb=28c4d79e109e11d7d2a9f3189de57da28302ec68;p=awesomized%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_user_data.rst b/docs/source/libmemcached/memcached_user_data.rst index 9f62f890..06512244 100644 --- a/docs/source/libmemcached/memcached_user_data.rst +++ b/docs/source/libmemcached/memcached_user_data.rst @@ -6,20 +6,16 @@ Storing custom user information in the client. Manage user specific data - ------- LIBRARY ------- - C Client Library for memcached (libmemcached, -lmemcached) - -------- SYNOPSIS -------- - #include .. function:: void *memcached_get_user_data (memcached_st *ptr) @@ -28,13 +24,10 @@ SYNOPSIS Compile and link with -lmemcached - - ----------- DESCRIPTION ----------- - libmemcached(3) allows you to store a pointer to a user specific data inside the memcached_st structure. @@ -43,18 +36,14 @@ the memcached_st structure. :func:`memcached_get_user_data` is used to retrieve the user specific data in the :type:`memcached_st` structure. - ------ RETURN ------ - :func:`memcached_set_user_data` returns the previous value of the user specific data. :func:`memcached_get_user_data` returns the current value uf the user specific data. - - -------- SEE ALSO --------