Fix final bits.
[m6w6/libmemcached] / docs / memflush.rst
1 =======================================
2 memflush - flush all data from a server
3 =======================================
4
5
6 Reset a server or list of servers
7
8
9 --------
10 SYNOPSIS
11 --------
12
13 .. program:: memflush
14
15 .. option:: --help
16
17 -----------
18 DESCRIPTION
19 -----------
20
21
22 \ **memflush**\ resets the contents of memcached(1) servers.
23 This means all data in these servers will be deleted.
24
25 You can specify servers via the \ **--servers**\ option or via the
26 environment variable \ ``MEMCACHED_SERVERS``\ .
27
28 For a full list of operations run the tool with the \ **--help**\ option.
29
30
31 ----
32 HOME
33 ----
34
35
36 To find out more information please check:
37 `https://launchpad.net/libmemcached <https://launchpad.net/libmemcached>`_
38
39
40 ------
41 AUTHOR
42 ------
43
44
45 Brian Aker, <brian@tangent.org>
46
47 Mark Atwood <mark@fallenpegasus.com>
48
49
50 --------
51 SEE ALSO
52 --------
53
54 memcached(1) libmemcached(3)