docs: ws
[awesomized/libmemcached] / docs / source / bin / memtouch.rst
1 =========================
2 memtouch - Touches a key.
3 =========================
4
5 SYNOPSIS
6 --------
7
8 memtouch [options] key
9
10 .. program:: memtouch
11
12 DESCRIPTION
13 -----------
14
15 :program:`memtouch` does a "touch" on the specified key.
16
17 OPTIONS
18 -------
19
20 You can specify servers via the option:
21
22 .. option:: --servers
23
24 or via the environment variable:
25
26 .. envvar:: `MEMCACHED_SERVERS`
27
28 If you do not specify either these, the final value in the command line list is the name of a server(s).
29
30 For a full list of operations run the tool with the option:
31
32 .. option:: --help
33
34 SEE ALSO
35 --------
36
37 .. only:: man
38
39 :manpage:`memcached(1)` :manpage:`libmemcached(3)`
40