~piotr-sikora/libmemcached/fix-tests-on-openbsd

« back to all changes in this revision

Viewing changes to docs/memcapable.pod

Merge in all of build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=head1 NAME
2
 
 
3
 
memcapable - Check memcached server capabilities
4
 
 
5
 
=head1 SYNOPSIS
6
 
 
7
 
  memcat [-h hostname] [-p port] [-c] [-v] [-t n]
8
 
 
9
 
=head1 DESCRIPTION
10
 
 
11
 
B<memcapable> connects to the specified memcached server and tries to
12
 
determine its capabilities by running the various commands and verifying
13
 
the response.
14
 
 
15
 
=head1 OPTIONS
16
 
 
17
 
The following options are supported:
18
 
 
19
 
=over 3
20
 
 
21
 
=item -h hostname
22
 
 
23
 
Specify the hostname to connect to. The default is I<localhost>
24
 
 
25
 
=item -p port
26
 
 
27
 
Specify the port number to connect to. The default is I<11211>
28
 
 
29
 
=item -c
30
 
 
31
 
Generate a coredump when it detects an error from the server.
32
 
 
33
 
=item -v
34
 
 
35
 
Print out the comparison when it detects an error from the server.
36
 
 
37
 
=item -t n
38
 
 
39
 
Set the timeout from an IO operation to/from the server to I<n> seconds.
40
 
 
41
 
=back
42
 
 
43
 
=head1 LIMITATIONS
44
 
 
45
 
The current version of memcapable will only verify the binary protocol.
46
 
 
47
 
=head1 HOME
48
 
 
49
 
To find out more information please check:
50
 
L<https://launchpad.net/libmemcached>
51
 
 
52
 
=head1 AUTHOR
53
 
 
54
 
Trond Norbye, E<lt>trond.norbye@gmail.comE<gt>
55
 
 
56
 
=head1 SEE ALSO
57
 
 
58
 
memcached(1) libmemcached(3)
59
 
 
60
 
=cut
61