docs: ws
[awesomized/libmemcached] / docs / source / bin / memexist.rst
1 ===========================================
2 memexist - Check for the existence of a key
3 ===========================================
4
5 SYNOPSIS
6 --------
7
8 memexist [options] [key]
9
10 .. program:: memexist
11
12 DESCRIPTION
13 -----------
14
15 :program:`memexist` checks for the existance of a key within a cluster.
16
17 OPTIONS
18 -------
19
20 You can specify servers via the option:
21
22 .. option:: --servers
23
24 or via the environment variable:
25
26 .. envvar:: `MEMCACHED_SERVERS`
27
28 If you do not specify either these, the final value in the command line list is the name of a server(s).
29
30 For a full list of operations run the tool with the option:
31
32 .. option:: --help
33
34 SEE ALSO
35 --------
36
37 .. only:: man
38
39 :manpage:`memcached(1)` :manpage:`libmemcached(3)`
40