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