1859c83880b8ee73308e270a0485e62274095ec2
[awesomized/libmemcached] / docs / source / bin / memexist.rst
1 memexist
2 ========
3
4 SYNOPSIS
5 --------
6
7 .. program:: memexist
8
9 memexist [options] <key>
10
11 Check for the existence of a key.
12
13 DESCRIPTION
14 -----------
15
16 :program:`memexist` checks for the existence of a key within a cluster.
17
18 OPTIONS
19 -------
20
21 .. include:: options/all.rst
22 .. include:: options/common.rst
23 .. include:: options/hash.rst
24 .. include:: options/sasl.rst
25
26 ENVIRONMENT
27 -----------
28
29 .. envvar:: MEMCACHED_SERVERS
30
31 Specify the list of servers.
32
33 SEE ALSO
34 --------
35
36 .. only:: man
37
38 :manpage:`memcached(1)`
39 :manpage:`libmemcached(3)`
40
41 .. only:: html
42
43 * :doc:`/libmemcached`
44 * :doc:`/libmemcached/memcached_exist`