1MEMFLUSH(1) libmemcached MEMFLUSH(1)
2
3
4
6 memflush - libmemcached Documentation
7
8 Reset a server or list of servers
9
11 memflush [options]
12
14 memflush resets the contents of memcached(1) servers. This means that
15 all data in the specified servers will be deleted.
16
18 You can specify servers via the option:
19
20 --servers
21
22 or via the environment variable:
23
24 `MEMCACHED_SERVERS`
25
26 For a full list of operations run the tool with option:
27
28 --help
29
31 To find out more information please check: http://libmemcached.org/
32
34 Brian Aker, <brian@tangent.org>
35
36 Mark Atwood <mark@fallenpegasus.com>
37
39 memcached(1) libmemcached(3)
40
42 Brian Aker
43
45 2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
46
47
48
49
501.0.18 February 09, 2014 MEMFLUSH(1)