docs: ws
[awesomized/libmemcached] / docs / source / bin / memflush.rst
1 =======================================
2 memflush - flush all data from a server
3 =======================================
4
5 Reset a server or list of servers
6
7 SYNOPSIS
8 --------
9
10 memflush [options]
11
12 .. program:: memflush
13
14 DESCRIPTION
15 -----------
16
17 :program:`memflush` resets the contents of memcached(1) servers.
18 This means that all data in the specified servers will be deleted.
19
20 OPTIONS
21 -------
22
23 You can specify servers via the option:
24
25 .. option:: --servers
26
27 or via the environment variable:
28
29 .. envvar:: `MEMCACHED_SERVERS`
30
31 For a full list of operations run the tool with option:
32
33 .. option:: --help
34
35 SEE ALSO
36 --------
37
38 .. only:: man
39
40 :manpage:`memcached(1)` :manpage:`libmemcached(3)`