X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fmemflush.rst;h=e02969bd2106e26127bc2b413669ddbf7ba537cb;hb=088eed04d829b8cf6591201564118c356d3cf935;hp=b0827853756d2e6ab37250f8fa3a91d29a0e6f98;hpb=f0a568f40ab283bb0be08bd0d930c70386418b97;p=awesomized%2Flibmemcached diff --git a/docs/memflush.rst b/docs/memflush.rst index b0827853..e02969bd 100644 --- a/docs/memflush.rst +++ b/docs/memflush.rst @@ -1,32 +1,28 @@ -.. highlight:: perl - - -memflush -******** +======================================= +memflush - flush all data from a server +======================================= Reset a server or list of servers -******** +-------- SYNOPSIS -******** - - +-------- -.. code-block:: perl +:program: `memflush` - memflush [options] +.. program:: memflush +.. option:: --help - -*********** +----------- DESCRIPTION -*********** +----------- \ **memflush**\ resets the contents of memcached(1) servers. -This means all data in these servers will be deleted. +This means that all data in the specified servers will be deleted. You can specify servers via the \ **--servers**\ option or via the environment variable \ ``MEMCACHED_SERVERS``\ . @@ -34,18 +30,18 @@ environment variable \ ``MEMCACHED_SERVERS``\ . For a full list of operations run the tool with the \ **--help**\ option. -**** +---- HOME -**** +---- To find out more information please check: -`https://launchpad.net/libmemcached `_ +`http://libmemcached.org/ `_ -****** +------ AUTHOR -****** +------ Brian Aker, @@ -53,10 +49,8 @@ Brian Aker, Mark Atwood -******** +-------- SEE ALSO -******** - +-------- memcached(1) libmemcached(3) -