1MEMCAPABLE(1) libmemcached-awesome MEMCAPABLE(1)
2
3
4
6 memcapable - libmemcached Documentation
7
9 memcapable [options]
10
11 Check a memcached server's capabilities and compatibility.
12
14 memcapable connects to the specified memcached server and tries to de‐
15 termine its capabilities by running various commands and verifying the
16 response.
17
19 -h hostname
20 Specify the hostname to connect to. The default is localhost.
21
22 -p port
23 Specify the port number to connect to. The default is 11211.
24
25 -c abort(3) when detecting an error from the server.
26
27 -v Print out the comparison when it detects an error from the
28 server.
29
30 -t n Set the timeout for an IO operation to/from the server to n sec‐
31 onds.
32
34 PROGRAM PREFIX
35 The prefix of this program is variable, i.e. it can be configured at
36 build time.
37
38 Usually the client programs of libmemcached-awesome are prefixed with
39 mem, like memcat or memcp.
40
41 It can be configured, though, to replace the prefix with something else
42 like mc, in case of that, the client programs of libmemcached-awesome
43 would be called mccat, mccp, etc. respectively.
44
45 CONTRIBUTED PROGRAM
46 This is a contributed program.
47
48 This program doesn't follow the standard flag/option scheme.
49
51 memcached(1) libmemcached(3)
52
53
54
55
561.1 Mar 06, 2023 MEMCAPABLE(1)