docs: bin/
[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/all.rst
20 .. include:: options/common.rst
21 .. include:: options/expire.rst
22 .. include:: options/hash.rst
23 .. include:: options/sasl.rst
24
25 SEE ALSO
26 --------
27
28 .. only:: man
29
30 :manpage:`memcached(1)`
31 :manpage:`libmemcached(3)`
32
33 .. only:: html
34
35 * :doc:`/libmemcached`
36 * :doc:`/libmemcached/memcached_touch`