~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to docs/bin/memtouch.rst

  • Committer: Continuous Integration
  • Date: 2012-03-14 16:53:36 UTC
  • mfrom: (990.2.1 workspace)
  • Revision ID: ci@tangent.org-20120314165336-mjrg2hwmb6sx1er2
jenkins-promote-staging-trunk-libmemcached-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=========================
 
2
memtouch - Touches a key.
 
3
=========================
 
4
 
 
5
 
 
6
--------
 
7
SYNOPSIS
 
8
--------
 
9
 
 
10
memtouch [options] key
 
11
 
 
12
.. program:: memtouch
 
13
 
 
14
 
 
15
-----------
 
16
DESCRIPTION
 
17
-----------
 
18
 
 
19
 
 
20
:program:`memtouch` does a "touch" on the specified key.
 
21
 
 
22
-------
 
23
OPTIONS
 
24
-------
 
25
 
 
26
 
 
27
You can specify servers via the option:
 
28
 
 
29
.. option:: --servers
 
30
 
 
31
or via the environment variable:
 
32
 
 
33
.. envvar:: `MEMCACHED_SERVERS`
 
34
 
 
35
If you do not specify either these, the final value in the command line list is the name of a server(s).
 
36
 
 
37
For a full list of operations run the tool with the option:
 
38
 
 
39
.. option:: --help
 
40
 
 
41
 
 
42
----
 
43
HOME
 
44
----
 
45
 
 
46
 
 
47
To find out more information please check:
 
48
`http://libmemcached.org/ <http://libmemcached.org/>`_
 
49
 
 
50
 
 
51
------
 
52
AUTHOR
 
53
------
 
54
 
 
55
Brian Aker, <brian@tangent.org>
 
56
 
 
57
--------
 
58
SEE ALSO
 
59
--------
 
60
 
 
61
 
 
62
:manpage:`memcached(1)` :manpage:`libmemcached(3)`
 
63