X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_dump.rst;h=2e119684cd106242e582f3f89b0eaa3e34e333ef;hb=ef301192f389f5f6ab4f8ed8c204ca7e115fe0b1;hp=4e33d17ab698a69e3cf25e6596991bb715ec8a76;hpb=d66b08d5fa6b3a8d5c7d622c17ece15a2a393f16;p=m6w6%2Flibmemcached diff --git a/docs/memcached_dump.rst b/docs/memcached_dump.rst index 4e33d17a..2e119684 100644 --- a/docs/memcached_dump.rst +++ b/docs/memcached_dump.rst @@ -1,16 +1,14 @@ -.. highlight:: perl - - -memcached_dump --------------- +========================== +Dumping data from a server +========================== Get a list of keys found on memcached servers -******* +------- LIBRARY -******* +------- C Client Library for memcached (libmemcached, -lmemcached) @@ -52,9 +50,9 @@ of callbacks that it will use to execute on keys as they are found. Currently the binar protocol is not testsed. -****** +------ RETURN -****** +------ A value of type \ ``memcached_return_t``\ is returned @@ -62,18 +60,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 `_ -****** +------ AUTHOR -****** +------ Brian Aker,