f8290333109f2b0daede4f6291b51de3aa9eea55
[awesomized/libmemcached] / docs / source / bin / memcapable.rst
1 =======================================================================
2 memcapable - Checking a Memcached server capabilities and compatibility
3 =======================================================================
4
5 SYNOPSIS
6 --------
7
8 memcapable [options]
9
10 .. program:: memcapable
11
12 DESCRIPTION
13 -----------
14
15 :program:`memcapable` connects to the specified memcached server and tries to
16 determine its capabilities by running the various commands and verifying
17 the response.
18
19 LIMITATIONS
20 -----------
21
22 The current version of memcapable will only verify the binary protocol.
23
24 OPTIONS
25 -------
26
27 .. option:: -h hostname
28
29 Specify the hostname to connect to. The default is \ *localhost*\
30
31 .. option:: -p port
32
33 Specify the port number to connect to. The default is \ *11211*\
34
35 .. option:: -c
36
37 Generate a coredump when it detects an error from the server.
38
39 .. option:: -v
40
41 Print out the comparison when it detects an error from the server.
42
43 .. option:: -t n
44
45 Set the timeout from an IO operation to/from the server to \ *n*\ seconds.
46
47 SEE ALSO
48 --------
49
50 .. only:: man
51
52 :manpage:`memcached(1)` :manpage:`libmemcached(3)`
53