1MEMTOUCH(1) libmemcached MEMTOUCH(1)
2
3
4
6 memtouch - libmemcached Documentation
7
9 memtouch [options] key
10
12 memtouch does a "touch" on the specified key.
13
15 You can specify servers via the option:
16
17 --servers
18
19 or via the environment variable:
20
21 `MEMCACHED_SERVERS`
22
23 If you do not specify either these, the final value in the command line
24 list is the name of a server(s).
25
26 For a full list of operations run the tool with the option:
27
28 --help
29
31 To find out more information please check: http://libmemcached.org/
32
34 Brian Aker, <brian@tangent.org>
35
37 memcached(1) libmemcached(3)
38
40 Brian Aker
41
43 2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
44
45
46
47
481.0.18 February 09, 2014 MEMTOUCH(1)