Add memcached_exist()
[m6w6/libmemcached] / docs / index.rst
1 =========================================
2 Welcome to the libmemcached documentation
3 =========================================
4
5 ------------
6 Libmemcached
7 ------------
8
9
10 ######
11 Basics
12 ######
13
14
15 .. toctree::
16 :maxdepth: 1
17
18 libmemcached
19 memcached_create
20 libmemcached_examples
21 libmemcached_configuration
22 libmemcached/memcached_last_error_message
23
24 #################
25 Working with data
26 #################
27
28 .. toctree::
29 :maxdepth: 1
30
31 memcached_auto
32 memcached_delete
33 libmemcached/memcached_exist
34 memcached_flush_buffers
35 memcached_flush
36 memcached_get
37 memcached_result_st
38 memcached_set
39 memcached_append
40 memcached_cas
41
42
43 ###############
44 Advanced Topics
45 ###############
46
47 .. toctree::
48 :maxdepth: 1
49
50 memcached_behavior
51 memcached_callback
52 memcached_dump
53 memcached_generate_hash_value
54 memcached_memory_allocators
55 memcached_quit
56 libmemcached/memcached_return_t
57 memcached_sasl
58 memcached_server_st
59 memcached_servers
60 memcached_strerror
61 error_messages
62 memcached_user_data
63 memcached_verbosity
64 memcached_version
65
66
67 ####################
68 Deprecated Functions
69 ####################
70
71 .. toctree::
72 :titlesonly:
73
74 libmemcached/memcached_fetch
75
76 #################
77 Platform Specific
78 #################
79
80 .. toctree::
81 :maxdepth: 1
82
83 tap
84
85 #################################
86 Deriving statistics from a server
87 #################################
88
89 .. toctree::
90 :maxdepth: 1
91
92 memcached_analyze
93 memcached_stats
94
95 ----------------
96 Libmemcachedutil
97 ----------------
98
99 .. toctree::
100 :maxdepth: 1
101
102 libmemcachedutil
103 memcached_pool
104
105 -------------------
106 Client Applications
107 -------------------
108
109 .. toctree::
110 :maxdepth: 1
111
112 bin/memcapable
113 bin/memcat
114 bin/memcp
115 bin/memdump
116 bin/memerror
117 bin/memflush
118 bin/memrm
119 bin/memslap
120 bin/memaslap
121 bin/memstat
122
123 ----------
124 Libhashkit
125 ----------
126
127 .. toctree::
128 :maxdepth: 1
129
130 libhashkit
131 hashkit_create
132 hashkit_functions
133 hashkit_value
134
135 ==================
136 Indices and tables
137 ==================
138
139 * :ref:`genindex`
140 * :ref:`modindex`
141 * :ref:`search`
142