fix #131: add build time option: CLIENT_PREFIX
[awesomized/libmemcached] / docs / source / bin / memtouch.rst
1 memtouch
2 ========
3
4 SYNOPSIS
5 --------
6
7 .. program:: memtouch
8
9 |client_prefix|\touch [options] <key>
10
11 DESCRIPTION
12 -----------
13
14 :program:`memtouch` does a "touch" on the specified key.
15
16 OPTIONS
17 -------
18
19 .. include:: options/common_get.rst
20 .. include:: options/hash.rst
21 .. include:: options/expire.rst
22
23 .. include:: common/env.rst
24
25 NOTES
26 -----
27
28 .. include:: common/note_program_prefix.rst
29
30 SEE ALSO
31 --------
32
33 .. only:: man
34
35 :manpage:`memcached(1)`
36 :manpage:`libmemcached(3)`
37
38 .. only:: html
39
40 * :doc:`/libmemcached`
41 * :doc:`/libmemcached/memcached_touch`