Merge bzr://10.0.3.21 Build: jenkins-Libmemcached-469
[awesomized/libmemcached] / docs / bin / 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 memflush [options]
14
15 .. program:: memflush
16
17 -----------
18 DESCRIPTION
19 -----------
20
21
22 :program:`memflush` resets the contents of memcached(1) servers.
23 This means that all data in the specified servers will be deleted.
24
25
26 -------
27 OPTIONS
28 -------
29
30
31 You can specify servers via the option:
32
33 .. option:: --servers
34
35 or via the environment variable:
36
37 .. envvar:: `MEMCACHED_SERVERS`
38
39 For a full list of operations run the tool with option:
40
41 .. option:: --help
42
43
44 ----
45 HOME
46 ----
47
48
49 To find out more information please check:
50 `http://libmemcached.org/ <http://libmemcached.org/>`_
51
52
53 ------
54 AUTHOR
55 ------
56
57
58 Brian Aker, <brian@tangent.org>
59
60 Mark Atwood <mark@fallenpegasus.com>
61
62
63 --------
64 SEE ALSO
65 --------
66
67 :manpage:`memcached(1)` :manpage:`libmemcached(3)`