c9e03406916178086d7d9b8e3a79e183cf67d16d
[awesomized/libmemcached] / docs / source / bin / memtouch.rst
1 memtouch
2 ========
3
4 SYNOPSIS
5 --------
6
7 .. program:: memtouch
8
9 memtouch [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 SEE ALSO
24 --------
25
26 .. only:: man
27
28 :manpage:`memcached(1)`
29 :manpage:`libmemcached(3)`
30
31 .. only:: html
32
33 * :doc:`/libmemcached`
34 * :doc:`/libmemcached/memcached_touch`