fix #131: add build time option: CLIENT_PREFIX
[awesomized/libmemcached] / docs / source / bin / memexist.rst
1 memexist
2 ========
3
4 SYNOPSIS
5 --------
6
7 .. program:: memexist
8
9 |client_prefix|\exist [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/common_get.rst
22 .. include:: options/hash.rst
23
24 .. include:: common/env.rst
25
26 NOTES
27 -----
28
29 .. include:: common/note_program_prefix.rst
30
31 SEE ALSO
32 --------
33
34 .. only:: man
35
36 :manpage:`memcached(1)`
37 :manpage:`libmemcached(3)`
38
39 .. only:: html
40
41 * :doc:`/libmemcached`
42 * :doc:`/libmemcached/memcached_exist`