X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_flush.rst;h=cdd549ccdb075bc4dd3ebaa5a5f0e1ec06a747e1;hb=41543e45ff7aca5456c9279bc0403ecdc35f7b6e;hp=27217b34ee8ddbaefa4866337debbc6d90a50cb6;hpb=281c398ba3a10af677494c4453cd09d85ca921e0;p=awesomized%2Flibmemcached diff --git a/docs/memcached_flush.rst b/docs/memcached_flush.rst index 27217b34..cdd549cc 100644 --- a/docs/memcached_flush.rst +++ b/docs/memcached_flush.rst @@ -1,35 +1,21 @@ -.. highlight:: perl - - -memcached_flush ---------------* +===================================== +Wiping clean the contents of a server +===================================== Wipe contents of memcached servers -******* -LIBRARY -******* - - -C Client Library for memcached (libmemcached, -lmemcached) - - -------- SYNOPSIS -------- - -.. code-block:: perl - - #include +#include - memcached_return_t - memcached_flush (memcached_st *ptr, - time_t expiration); +.. c:function:: memcached_return_t memcached_flush (memcached_st *ptr, time_t expiration); +Compile and link with -lmemcached ----------- @@ -45,9 +31,9 @@ single server. That is, it will flush the servers in the order that they were added. -****** +------ RETURN -****** +------ A value of type \ ``memcached_return_t``\ is returned @@ -55,18 +41,18 @@ On success that value will be \ ``MEMCACHED_SUCCESS``\ . Use memcached_strerror() to translate this value to a printable string. -**** +---- HOME -**** +---- To find out more information please check: -`https://launchpad.net/libmemcached `_ +`http://libmemcached.org/ `_ -****** +------ AUTHOR -****** +------ Brian Aker,