X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_set.rst;h=9a5e58ad575ec25e8067522f6a2d37db8e441f89;hb=bf12e933c3c73aa04d8de2221144cc73cc9ef3b8;hp=b09d8637147f9c77de1b8cb08b0579da9f7dbe81;hpb=c4dbc7e56b01545e25bc95ba122c79d4a2631a99;p=m6w6%2Flibmemcached diff --git a/docs/memcached_set.rst b/docs/memcached_set.rst index b09d8637..9a5e58ad 100644 --- a/docs/memcached_set.rst +++ b/docs/memcached_set.rst @@ -1,31 +1,28 @@ -.. highlight:: perl +========================== +Storing and Replacing Data +========================== -**** -NAME -**** +Store value on server -memcached_set, memcached_add, memcached_replace - Store value on server - - -******* +------- LIBRARY -******* +------- C Client Library for memcached (libmemcached, -lmemcached) -******** +-------- SYNOPSIS -******** +-------- .. code-block:: perl - #include + #include memcached_return_t memcached_set (memcached_st *ptr, @@ -120,9 +117,9 @@ SYNOPSIS -*********** +----------- DESCRIPTION -*********** +----------- memcached_set(), memcached_add(), and memcached_replace() are all used to @@ -183,9 +180,9 @@ total size of the command, including overhead, exceeds 1400 bytes, a \ ``MEMCACH will be returned. -****** +------ RETURN -****** +------ All methods return a value of type \ ``memcached_return_t``\ . @@ -196,26 +193,18 @@ For memcached_replace() and memcached_add(), \ ``MEMCACHED_NOTSTORED``\ is a legitmate error in the case of a collision. -**** +---- HOME -**** +---- To find out more information please check: `https://launchpad.net/libmemcached `_ -****** -AUTHOR -****** - - -Brian Aker, - - -******** +-------- SEE ALSO -******** +-------- memcached(1) libmemached(3) memcached_strerror(3)