374c9c335e98b6a4d6b5a8788c03bfaffe88b31e
[awesomized/libmemcached] / docs / source / bin / memcapable.rst
1 memcapable
2 ==========
3
4 SYNOPSIS
5 --------
6
7 .. program:: memcapable
8
9 memcapable [options]
10
11 Check a memcached server's capabilities and compatibility.
12
13 DESCRIPTION
14 -----------
15
16 :program:`memcapable` connects to the specified memcached server and tries to
17 determine its capabilities by running various commands and verifying the response.
18
19 OPTIONS
20 -------
21
22 .. option:: -h hostname
23
24 Specify the hostname to connect to. The default is \ *localhost*\ .
25
26 .. option:: -p port
27
28 Specify the port number to connect to. The default is \ *11211*\ .
29
30 .. option:: -c
31
32 :manpage:`abort(3)` when detecting an error from the server.
33
34 .. option:: -v
35
36 Print out the comparison when it detects an error from the server.
37
38 .. option:: -t n
39
40 Set the timeout for an IO operation to/from the server to \ *n*\ seconds.
41
42 NOTE
43 ----
44
45 This program doesn't follow the standard flag/option scheme.
46
47
48 SEE ALSO
49 --------
50
51 .. only:: man
52
53 :manpage:`memcached(1)`
54 :manpage:`libmemcached(3)`
55
56 .. only:: html
57
58 * :doc:`/libmemcached`