docs: sanitize
[m6w6/libmemcached] / docs / source / 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 --------
46 SEE ALSO
47 --------
48
49 .. only:: man
50
51 :manpage:`memcached(1)` :manpage:`libmemcached(3)`