Merge in updates (including removal of some depcrated bits from the examples).
[awesomized/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 .. program:: memflush
16
17 .. option:: --help
18
19 -----------
20 DESCRIPTION
21 -----------
22
23
24 \ **memflush**\ resets the contents of memcached(1) servers.
25 This means all data in these servers will be deleted.
26
27 You can specify servers via the \ **--servers**\ option or via the
28 environment variable \ ``MEMCACHED_SERVERS``\ .
29
30 For a full list of operations run the tool with the \ **--help**\ option.
31
32
33 ----
34 HOME
35 ----
36
37
38 To find out more information please check:
39 `http://libmemcached.org/ <http://libmemcached.org/>`_
40
41
42 ------
43 AUTHOR
44 ------
45
46
47 Brian Aker, <brian@tangent.org>
48
49 Mark Atwood <mark@fallenpegasus.com>
50
51
52 --------
53 SEE ALSO
54 --------
55
56 memcached(1) libmemcached(3)