update docs
[m6w6/libmemcached] / copyright.html
1
2
3 <!DOCTYPE html>
4 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
5 <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
6 <head>
7 <meta charset="utf-8">
8
9 <meta name="viewport" content="width=device-width, initial-scale=1.0">
10
11 <title>Copyright &mdash; libmemcached 1.0.99 documentation</title>
12
13
14
15
16
17
18
19
20 <script type="text/javascript" src="_static/js/modernizr.min.js"></script>
21
22
23 <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
24 <script src="_static/jquery.js"></script>
25 <script src="_static/underscore.js"></script>
26 <script src="_static/doctools.js"></script>
27 <script src="_static/language_data.js"></script>
28
29 <script type="text/javascript" src="_static/js/theme.js"></script>
30
31
32
33
34 <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
35 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
36 <link rel="index" title="Index" href="genindex.html" />
37 <link rel="search" title="Search" href="search.html" />
38 <link rel="copyright" title="Copyright" href="#" />
39 <link rel="prev" title="memtouch - Touches a key." href="bin/memtouch.html" />
40 </head>
41
42 <body class="wy-body-for-nav">
43
44
45 <div class="wy-grid-for-nav">
46
47 <nav data-toggle="wy-nav-shift" class="wy-nav-side">
48 <div class="wy-side-scroll">
49 <div class="wy-side-nav-search" >
50
51
52
53 <a href="index.html" class="icon icon-home"> libmemcached
54
55
56
57 </a>
58
59
60
61
62 <div class="version">
63 1.0
64 </div>
65
66
67
68
69 <div role="search">
70 <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
71 <input type="text" name="q" placeholder="Search docs" />
72 <input type="hidden" name="check_keywords" value="yes" />
73 <input type="hidden" name="area" value="default" />
74 </form>
75 </div>
76
77
78 </div>
79
80 <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
81
82
83
84
85
86
87 <p class="caption"><span class="caption-text">libmemcached</span></p>
88 <ul>
89 <li class="toctree-l1"><a class="reference internal" href="libmemcached.html">Introduction</a></li>
90 <li class="toctree-l1"><a class="reference internal" href="libmemcached/index.html">libmemcached API</a><ul>
91 <li class="toctree-l2"><a class="reference internal" href="libmemcached/index_basics.html">Basics</a></li>
92 <li class="toctree-l2"><a class="reference internal" href="libmemcached/index_data.html">Working with Data</a></li>
93 <li class="toctree-l2"><a class="reference internal" href="libmemcached/index_errors.html">Messages and Errors</a></li>
94 <li class="toctree-l2"><a class="reference internal" href="libmemcached/index_advanced.html">Advanced Topics</a></li>
95 <li class="toctree-l2"><a class="reference internal" href="libmemcached/index_deprecated.html">Deprecated Functionality</a></li>
96 </ul>
97 </li>
98 <li class="toctree-l1"><a class="reference internal" href="libmemcached/index_misc.html">Misc</a><ul>
99 <li class="toctree-l2"><a class="reference internal" href="libmemcached/configuration.html">Configuration</a></li>
100 <li class="toctree-l2"><a class="reference internal" href="libmemcached/constants.html">Constants</a></li>
101 <li class="toctree-l2"><a class="reference internal" href="libmemcached/examples.html">Examples</a></li>
102 <li class="toctree-l2"><a class="reference internal" href="libmemcached/versioning.html">Versioning</a></li>
103 </ul>
104 </li>
105 </ul>
106 <p class="caption"><span class="caption-text">libmemcachedutil</span></p>
107 <ul>
108 <li class="toctree-l1"><a class="reference internal" href="libmemcachedutil.html">Introduction</a></li>
109 <li class="toctree-l1"><a class="reference internal" href="libmemcachedutil/index.html">libmemcachedutil API</a><ul>
110 <li class="toctree-l2"><a class="reference internal" href="libmemcachedutil/memcached_pool.html">Working with memcached pools</a></li>
111 </ul>
112 </li>
113 </ul>
114 <p class="caption"><span class="caption-text">libhashkit</span></p>
115 <ul>
116 <li class="toctree-l1"><a class="reference internal" href="libhashkit.html">Introduction</a></li>
117 <li class="toctree-l1"><a class="reference internal" href="libhashkit/index.html">libhashkit API</a><ul>
118 <li class="toctree-l2"><a class="reference internal" href="libhashkit/hashkit_create.html">Creating a hashkit structure</a></li>
119 <li class="toctree-l2"><a class="reference internal" href="libhashkit/hashkit_function.html">Set Hash Function</a></li>
120 <li class="toctree-l2"><a class="reference internal" href="libhashkit/hashkit_functions.html">Available Hashes</a></li>
121 <li class="toctree-l2"><a class="reference internal" href="libhashkit/hashkit_value.html">Generate hash value</a></li>
122 </ul>
123 </li>
124 </ul>
125 <p class="caption"><span class="caption-text">Client Applications</span></p>
126 <ul>
127 <li class="toctree-l1"><a class="reference internal" href="bin/index.html">Client Applications</a><ul>
128 <li class="toctree-l2"><a class="reference internal" href="bin/memcapable.html">memcapable - Checking a Memcached server capabilities and compatibility</a></li>
129 <li class="toctree-l2"><a class="reference internal" href="bin/memcat.html">memcat - “cat” data from a server</a></li>
130 <li class="toctree-l2"><a class="reference internal" href="bin/memcp.html">memcp - Copy data to a server</a></li>
131 <li class="toctree-l2"><a class="reference internal" href="bin/memdump.html">memdump - Dumping your server</a></li>
132 <li class="toctree-l2"><a class="reference internal" href="bin/memerror.html">memerror - translate an error code to a string</a></li>
133 <li class="toctree-l2"><a class="reference internal" href="bin/memflush.html">memflush - flush all data from a server</a></li>
134 <li class="toctree-l2"><a class="reference internal" href="bin/memrm.html">memrm - Remove data from a server</a></li>
135 <li class="toctree-l2"><a class="reference internal" href="bin/memslap.html">memslap - Load testing and benchmarking a server</a></li>
136 <li class="toctree-l2"><a class="reference internal" href="bin/memaslap.html">memaslap - Load testing and benchmarking a server</a></li>
137 <li class="toctree-l2"><a class="reference internal" href="bin/memstat.html">memstat - Gather statistics from a server</a></li>
138 <li class="toctree-l2"><a class="reference internal" href="bin/memexist.html">memexist - Check for the existence of a key</a></li>
139 <li class="toctree-l2"><a class="reference internal" href="bin/memparse.html">memparse - Parse an option string</a></li>
140 <li class="toctree-l2"><a class="reference internal" href="bin/memping.html">memping - Test to see if a server is available.</a></li>
141 <li class="toctree-l2"><a class="reference internal" href="bin/memtouch.html">memtouch - Touches a key.</a></li>
142 </ul>
143 </li>
144 </ul>
145
146
147
148 </div>
149 </div>
150 </nav>
151
152 <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
153
154
155 <nav class="wy-nav-top" aria-label="top navigation">
156
157 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
158 <a href="index.html">libmemcached</a>
159
160 </nav>
161
162
163 <div class="wy-nav-content">
164
165 <div class="rst-content">
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183 <div role="navigation" aria-label="breadcrumbs navigation">
184
185 <ul class="wy-breadcrumbs">
186
187 <li><a href="index.html">Docs</a> &raquo;</li>
188
189 <li>Copyright</li>
190
191
192 <li class="wy-breadcrumbs-aside">
193
194
195
196 </li>
197
198 </ul>
199
200
201 <hr/>
202 </div>
203 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
204 <div itemprop="articleBody">
205
206 <div class="section" id="copyright">
207 <h1>Copyright<a class="headerlink" href="#copyright" title="Permalink to this headline"></a></h1>
208 <blockquote>
209 <div><ul>
210 <li><div class="line-block">
211 <div class="line">2011-2013 Brian Aker, DataDifferential</div>
212 <div class="line"><a class="reference external" href="https://datadifferential.com/">https://datadifferential.com/</a></div>
213 </div>
214 </li>
215 <li><div class="line-block">
216 <div class="line">2020 Michael Wallner, SmugMug Inc</div>
217 <div class="line"><a class="reference external" href="https://smugmug.com/">https://smugmug.com/</a></div>
218 </div>
219 </li>
220 </ul>
221 </div></blockquote>
222 <p>All rights reserved.</p>
223 <p>Redistribution and use in source and binary forms, with or without modification,
224 are permitted provided that the following conditions are met:</p>
225 <ol class="arabic simple">
226 <li><p>Redistributions of source code must retain the above copyright notice, this
227 list of conditions and the following disclaimer.</p></li>
228 <li><p>Redistributions in binary form must reproduce the above copyright notice,
229 this list of conditions and the following disclaimer in the documentation
230 and/or other materials provided with the distribution.</p></li>
231 <li><p>Neither the name of the copyright holder nor the names of its contributors
232 may be used to endorse or promote products derived from this software
233 without specific prior written permission.</p></li>
234 </ol>
235 <p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND
236 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
237 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
238 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
239 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
240 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
241 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
242 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
243 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
244 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
245 </div>
246
247
248 </div>
249
250 </div>
251 <footer>
252
253 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
254
255
256 <a href="bin/memtouch.html" class="btn btn-neutral float-left" title="memtouch - Touches a key." accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
257
258 </div>
259
260
261 <hr/>
262
263 <div role="contentinfo">
264 <p>
265 &copy; <a href="#">Copyright</a>
266
267 </p>
268 </div>
269 Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
270
271 </footer>
272
273 </div>
274 </div>
275
276 </section>
277
278 </div>
279
280
281
282 <script type="text/javascript">
283 jQuery(function () {
284 SphinxRtdTheme.Navigation.enable(true);
285 });
286 </script>
287
288
289
290
291
292
293 </body>
294 </html>