Deploy to GitHub pages
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 23 Feb 2023 14:35:07 +0000 (14:35 +0000)
committerGitHub <noreply@github.com>
Thu, 23 Feb 2023 14:35:07 +0000 (14:35 +0000)
31 files changed:
ChangeLog-1.1.html
bin/memaslap.html
bin/memcapable.html
bin/memcat.html
bin/memcp.html
bin/memdump.html
bin/memerror.html
bin/memexist.html
bin/memflush.html
bin/memping.html
bin/memrm.html
bin/memslap.html
bin/memstat.html
bin/memtouch.html
bin/options/all.html
bin/options/common.html
bin/options/common_get.html [new file with mode: 0644]
bin/options/common_set.html [new file with mode: 0644]
bin/options/expire.html
bin/options/file_out.html [new file with mode: 0644]
bin/options/flags_noarg.html [new file with mode: 0644]
bin/options/flags_reqarg.html [new file with mode: 0644]
bin/options/hash.html
bin/options/net.html [new file with mode: 0644]
bin/options/proto.html [new file with mode: 0644]
bin/options/sasl.html
bin/options/udp.html
genindex.html
libmemcached/memcached_analyze.html
objects.inv
searchindex.js

index 493d4a5a86b0aa96cb9c850ab421026f9663982f..e393b93f0fe2229e1e87efbae346e0e5a33c39f3 100644 (file)
 <blockquote>
 <div>released TBA</div></blockquote>
 <ul class="simple">
-<li>Fix <a class="reference external" href="https://github.com/awesomized/libmemcached/issues/132">gh #132</a>:
+<li>Fix <a class="reference external" href="https://github.com/awesomized/libmemcached/issues/107">gh #107</a>:
 macOS: deprecated sasl API (improve detection of <code class="docutils literal notranslate"><span class="pre">libsasl2</span></code>).</li>
 <li>Fix <a class="reference external" href="https://github.com/awesomized/libmemcached/issues/132">gh #132</a>:
 Add build of static library (with <code class="docutils literal notranslate"><span class="pre">cmake</span> <span class="pre">-DBUILD_SHARED_LIBS=OFF</span></code>).</li>
+<li>Fix <a class="reference external" href="https://github.com/awesomized/libmemcached/issues/134">gh #134</a>:
+Update client option documentation.</li>
 <li>Fix <a class="reference external" href="https://github.com/awesomized/libmemcached/issues/136">gh #136</a>:
 <code class="docutils literal notranslate"><span class="pre">libmemcachedutil</span></code> is underlinked (link against libmemcached).</li>
 </ul>
index b989e6d5017f7908b34054c10d5b5c251b8747fe..b4f79de6c9949e303cbe6ab18066a65f0afa0cb5 100644 (file)
 <code class="descname">--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memaslap-help" title="Permalink to this definition">¶</a></dt>
 <dd></dd></dl>
 
+<dl class="option">
+<dt id="cmdoption-memaslap-servers">
+<code class="descname">--servers</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memaslap-servers" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
 <dl class="envvar">
 <dt id="envvar-MEMCACHED_SERVERS">
 <code class="descname">MEMCACHED_SERVERS</code><a class="headerlink" href="#envvar-MEMCACHED_SERVERS" title="Permalink to this definition">¶</a></dt>
@@ -210,7 +215,7 @@ libevent. Each thread of memaslap is bound with a CPU core, all
 the threads don't communicate with each other, and there are several socket
 connections in each thread. Each connection keeps key size distribution,
 value size distribution, and command distribution by itself.</p>
-<p>You can specify servers via the <a class="reference internal" href="memslap.html#cmdoption-memslap-servers"><code class="xref std std-option docutils literal notranslate"><span class="pre">memslap</span> <span class="pre">--servers</span></code></a> option or via the
+<p>You can specify servers via the <a class="reference internal" href="#cmdoption-memaslap-servers"><code class="xref std std-option docutils literal notranslate"><span class="pre">memaslap</span> <span class="pre">--servers</span></code></a> option or via the
 environment variable <span class="target" id="index-0"></span><a class="reference internal" href="memstat.html#envvar-MEMCACHED_SERVERS"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">MEMCACHED_SERVERS</span></code></a>.</p>
 </div>
 <div class="section" id="features">
@@ -992,6 +997,11 @@ server must be same.</td></tr>
 <p>memaslap -s 127.0.0.1:11211,127.0.0.1:11212 -F config -t 2m</p>
 <p>memaslap -s 127.0.0.1:11211,127.0.0.1:11212 -F config -t 2m -p 2</p>
 </div>
+<div class="section" id="note">
+<h2>NOTE<a class="headerlink" href="#note" title="Permalink to this headline">¶</a></h2>
+<p>This is a contributed program.</p>
+<p>This program doesn't follow the standard flag/option scheme.</p>
+</div>
 <div class="section" id="see-also">
 <h2>SEE ALSO<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
 </div>
index cb4fab672ef3388063e76d8f26147b0092bd8dd9..83de076f3a6d79ce0dc2f596409476f80d9159ce 100644 (file)
@@ -225,6 +225,10 @@ determine its capabilities by running various commands and verifying the respons
 <dd><p>Set the timeout for an IO operation to/from the server to <em>n</em> seconds.</p>
 </dd></dl>
 
+</div>
+<div class="section" id="note">
+<h2>NOTE<a class="headerlink" href="#note" title="Permalink to this headline">¶</a></h2>
+<p>This program doesn't follow the standard flag/option scheme.</p>
 </div>
 <div class="section" id="see-also">
 <h2>SEE ALSO<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
index 2c5f3fa586e6e91248630f47a750a09d8d1560d4..8b92331b1da88fe3cde316f3a158bd1e29d0c44b 100644 (file)
@@ -198,58 +198,95 @@ stored in a <em class="manpage"><a class="manpage reference external" href="http
 <div class="section" id="options">
 <h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
 <dl class="option">
-<dt id="cmdoption-memcat-help">
-<code class="descname">--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-help" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcat-h-help">
+<code class="descname">-h|--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-h-help" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display help.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcat-version">
-<code class="descname">--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-version" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcat-v-version">
+<code class="descname">-V|--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-v-version" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display version.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcat-quiet">
-<code class="descname">--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-quiet" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcat-q-quiet">
+<code class="descname">-q|--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-q-quiet" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate quietly.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcat-verbose">
-<code class="descname">--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-verbose" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcat-v-verbose">
+<code class="descname">-v|--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-v-verbose" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate more verbosely.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcat-debug">
-<code class="descname">--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-debug" title="Permalink to this definition">¶</a></dt>
-<dd><p>See <a class="reference internal" href="#cmdoption-memcat-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">--verbose</span></code></a>.</p>
+<dt id="cmdoption-memcat-d-debug">
+<code class="descname">-d|--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-d-debug" title="Permalink to this definition">¶</a></dt>
+<dd><p>See <a class="reference internal" href="#cmdoption-memcat-v-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">-v|--verbose</span></code></a>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcat-servers">
-<code class="descname">--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memcat-servers" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcat-s-servers">
+<code class="descname">-s|--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memcat-s-servers" title="Permalink to this definition">¶</a></dt>
 <dd><p>Specify the list of servers as <em>hostname[:port][,hostname[:port]...]</em>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcat-binary">
-<code class="descname">--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-binary" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcat-n-non-blocking">
+<code class="descname">-n|--non-blocking</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-n-non-blocking" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable non-blocking operations.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memcat-n-tcp-nodelay">
+<code class="descname">-N|--tcp-nodelay</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-n-tcp-nodelay" title="Permalink to this definition">¶</a></dt>
+<dd><p>Disable Nagle's algorithm.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memcat-b-binary">
+<code class="descname">-b|--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-b-binary" title="Permalink to this definition">¶</a></dt>
 <dd><p>Enable binary protocol.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcat-hash">
-<code class="descname">--hash</code><code class="descclassname"> &lt;algorithm&gt;</code><a class="headerlink" href="#cmdoption-memcat-hash" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcat-b-buffer">
+<code class="descname">-B|--buffer</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-b-buffer" title="Permalink to this definition">¶</a></dt>
+<dd><p>Buffer requests.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memcat-u-username">
+<code class="descname">-u|--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memcat-u-username" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>username</em> for SASL authentication.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memcat-p-password">
+<code class="descname">-p|--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memcat-p-password" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>password</em> for SASL authentication.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memcat-f-flags">
+<code class="descname">-F|--flags</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-f-flags" title="Permalink to this definition">¶</a></dt>
+<dd><p>Display key's flags.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memcat-h-hash">
+<code class="descname">-H|--hash</code><code class="descclassname"> &lt;algorithm&gt;</code><a class="headerlink" href="#cmdoption-memcat-h-hash" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>algorithm</em> as key hash algo.
 See <a class="reference internal" href="../libmemcached/memcached_behavior.html#_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE" title="memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH"><code class="xref cpp cpp-enumerator docutils literal notranslate"><span class="pre">memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH</span></code></a>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcat-flag">
-<code class="descname">--flag</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcat-flag" title="Permalink to this definition">¶</a></dt>
-<dd><p>Display stored flags.</p>
+<dt id="cmdoption-memcat-f-file">
+<code class="descname">-f|--file</code><code class="descclassname"> [&lt;file&gt;]</code><a class="headerlink" href="#cmdoption-memcat-f-file" title="Permalink to this definition">¶</a></dt>
+<dd><p>Output to file instead of standard output.</p>
+<p><em>NOTE:</em> defaults to &lt;key&gt; if no argument was provided.</p>
 </dd></dl>
 
 </div>
index 4801f2c686ff36e5175fcdbac631119004b0ac77..85e5b9acff6e3015eb7ba240e7730f62af32fc91 100644 (file)
@@ -197,109 +197,139 @@ It is similar to the standard UNIX <em class="manpage"><a class="manpage referen
 <div class="section" id="options">
 <h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
 <dl class="option">
-<dt id="cmdoption-memcp-help">
-<code class="descname">--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-help" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcp-h-help">
+<code class="descname">-h|--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-h-help" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display help.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-version">
-<code class="descname">--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-version" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcp-v-version">
+<code class="descname">-V|--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-v-version" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display version.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-quiet">
-<code class="descname">--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-quiet" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcp-q-quiet">
+<code class="descname">-q|--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-q-quiet" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate quietly.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-verbose">
-<code class="descname">--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-verbose" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcp-v-verbose">
+<code class="descname">-v|--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-v-verbose" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate more verbosely.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-debug">
-<code class="descname">--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-debug" title="Permalink to this definition">¶</a></dt>
-<dd><p>See <a class="reference internal" href="#cmdoption-memcp-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">--verbose</span></code></a>.</p>
+<dt id="cmdoption-memcp-d-debug">
+<code class="descname">-d|--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-d-debug" title="Permalink to this definition">¶</a></dt>
+<dd><p>See <a class="reference internal" href="#cmdoption-memcp-v-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">-v|--verbose</span></code></a>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-servers">
-<code class="descname">--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memcp-servers" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcp-e-expire">
+<code class="descname">-e|--expire</code><code class="descclassname"> &lt;expiration&gt;</code><a class="headerlink" href="#cmdoption-memcp-e-expire" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>expiration</em> seconds (or a UNIX timestamp).</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memcp-h-hash">
+<code class="descname">-H|--hash</code><code class="descclassname"> &lt;algorithm&gt;</code><a class="headerlink" href="#cmdoption-memcp-h-hash" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>algorithm</em> as key hash algo.
+See <a class="reference internal" href="../libmemcached/memcached_behavior.html#_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE" title="memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH"><code class="xref cpp cpp-enumerator docutils literal notranslate"><span class="pre">memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH</span></code></a>.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memcp-s-servers">
+<code class="descname">-s|--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memcp-s-servers" title="Permalink to this definition">¶</a></dt>
 <dd><p>Specify the list of servers as <em>hostname[:port][,hostname[:port]...]</em>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-binary">
-<code class="descname">--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-binary" title="Permalink to this definition">¶</a></dt>
-<dd><p>Enable binary protocol.</p>
+<dt id="cmdoption-memcp-n-non-blocking">
+<code class="descname">-n|--non-blocking</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-n-non-blocking" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable non-blocking operations.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-expire">
-<code class="descname">--expire</code><code class="descclassname"> &lt;expiration&gt;</code><a class="headerlink" href="#cmdoption-memcp-expire" title="Permalink to this definition">¶</a></dt>
-<dd><p>Use <em>expiration</em> seconds (or a UNIX timestamp).</p>
+<dt id="cmdoption-memcp-n-tcp-nodelay">
+<code class="descname">-N|--tcp-nodelay</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-n-tcp-nodelay" title="Permalink to this definition">¶</a></dt>
+<dd><p>Disable Nagle's algorithm.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-flag">
-<code class="descname">--flag</code><code class="descclassname"> &lt;number&gt;</code><a class="headerlink" href="#cmdoption-memcp-flag" title="Permalink to this definition">¶</a></dt>
-<dd><p>Use <em>number</em> as flag.</p>
+<dt id="cmdoption-memcp-b-binary">
+<code class="descname">-b|--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-b-binary" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable binary protocol.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-hash">
-<code class="descname">--hash</code><code class="descclassname"> &lt;algorithm&gt;</code><a class="headerlink" href="#cmdoption-memcp-hash" title="Permalink to this definition">¶</a></dt>
-<dd><p>Use <em>algorithm</em> as key hash algo.
-See <a class="reference internal" href="../libmemcached/memcached_behavior.html#_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE" title="memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH"><code class="xref cpp cpp-enumerator docutils literal notranslate"><span class="pre">memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH</span></code></a>.</p>
+<dt id="cmdoption-memcp-b-buffer">
+<code class="descname">-B|--buffer</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-b-buffer" title="Permalink to this definition">¶</a></dt>
+<dd><p>Buffer requests.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-username">
-<code class="descname">--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memcp-username" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcp-u-username">
+<code class="descname">-u|--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memcp-u-username" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>username</em> for SASL authentication.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-password">
-<code class="descname">--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memcp-password" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcp-p-password">
+<code class="descname">-p|--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memcp-p-password" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>password</em> for SASL authentication.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-udp">
-<code class="descname">--udp</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-udp" title="Permalink to this definition">¶</a></dt>
-<dd><p>Enable UDP operation mode.</p>
+<dt id="cmdoption-memcp-f-flags">
+<code class="descname">-F|--flags</code><code class="descclassname"> &lt;number&gt;</code><a class="headerlink" href="#cmdoption-memcp-f-flags" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>number</em> as key's flags.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-buffer">
-<code class="descname">--buffer</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-buffer" title="Permalink to this definition">¶</a></dt>
-<dd><p>Enable internal buffering of commands.</p>
+<dt id="cmdoption-memcp-u-udp">
+<code class="descname">-U|--udp</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-u-udp" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable UDP operation mode.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-set">
-<code class="descname">--set</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-set" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcp-s-set">
+<code class="descname">-S|--set</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-s-set" title="Permalink to this definition">¶</a></dt>
 <dd><p>Issue <em>SET</em> command(s). This is the default mode.
-See also <a class="reference internal" href="#cmdoption-memcp-add"><code class="xref std std-option docutils literal notranslate"><span class="pre">--add</span></code></a> and <a class="reference internal" href="#cmdoption-memcp-replace"><code class="xref std std-option docutils literal notranslate"><span class="pre">--replace</span></code></a>.</p>
+See also <a class="reference internal" href="#cmdoption-memcp-a-add"><code class="xref std std-option docutils literal notranslate"><span class="pre">-A|--add</span></code></a> and <a class="reference internal" href="#cmdoption-memcp-r-replace"><code class="xref std std-option docutils literal notranslate"><span class="pre">-R|--replace</span></code></a>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-add">
-<code class="descname">--add</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-add" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcp-a-add">
+<code class="descname">-A|--add</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-a-add" title="Permalink to this definition">¶</a></dt>
 <dd><p>Issue <em>ADD</em> command(s).</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memcp-replace">
-<code class="descname">--replace</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-replace" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memcp-r-replace">
+<code class="descname">-R|--replace</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-r-replace" title="Permalink to this definition">¶</a></dt>
 <dd><p>Issue <em>REPLACE</em> command(s).</p>
 </dd></dl>
 
+<dl class="option">
+<dt id="cmdoption-memcp-basename">
+<code class="descname">-.|--basename</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-basename" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use basename of path as key (default).</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memcp-relative">
+<code class="descname">-+|--relative</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-relative" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use relative path (as passed), instead of basename only.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memcp-absolute">
+<code class="descname">-/|--absolute</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memcp-absolute" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use absolute path (real path), instead of basename only.</p>
+</dd></dl>
+
 </div>
 <div class="section" id="environment">
 <h2>ENVIRONMENT<a class="headerlink" href="#environment" title="Permalink to this headline">¶</a></h2>
index 80c2245f86072b8e45602f3746aabe0706538d02..777f2e712a0c5d35e055c2513eddd24bde15d8c6 100644 (file)
@@ -197,66 +197,84 @@ provide all keys it is not possible to get a complete &quot;dump&quot;.</p>
 <div class="section" id="options">
 <h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
 <dl class="option">
-<dt id="cmdoption-memdump-help">
-<code class="descname">--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memdump-help" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memdump-h-help">
+<code class="descname">-h|--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memdump-h-help" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display help.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memdump-version">
-<code class="descname">--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memdump-version" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memdump-v-version">
+<code class="descname">-V|--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memdump-v-version" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display version.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memdump-quiet">
-<code class="descname">--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memdump-quiet" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memdump-q-quiet">
+<code class="descname">-q|--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memdump-q-quiet" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate quietly.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memdump-verbose">
-<code class="descname">--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memdump-verbose" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memdump-v-verbose">
+<code class="descname">-v|--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memdump-v-verbose" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate more verbosely.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memdump-debug">
-<code class="descname">--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memdump-debug" title="Permalink to this definition">¶</a></dt>
-<dd><p>See <a class="reference internal" href="#cmdoption-memdump-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">--verbose</span></code></a>.</p>
+<dt id="cmdoption-memdump-d-debug">
+<code class="descname">-d|--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memdump-d-debug" title="Permalink to this definition">¶</a></dt>
+<dd><p>See <a class="reference internal" href="#cmdoption-memdump-v-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">-v|--verbose</span></code></a>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memdump-servers">
-<code class="descname">--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memdump-servers" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memdump-s-servers">
+<code class="descname">-s|--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memdump-s-servers" title="Permalink to this definition">¶</a></dt>
 <dd><p>Specify the list of servers as <em>hostname[:port][,hostname[:port]...]</em>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memdump-binary">
-<code class="descname">--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memdump-binary" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memdump-n-non-blocking">
+<code class="descname">-n|--non-blocking</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memdump-n-non-blocking" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable non-blocking operations.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memdump-n-tcp-nodelay">
+<code class="descname">-N|--tcp-nodelay</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memdump-n-tcp-nodelay" title="Permalink to this definition">¶</a></dt>
+<dd><p>Disable Nagle's algorithm.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memdump-b-binary">
+<code class="descname">-b|--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memdump-b-binary" title="Permalink to this definition">¶</a></dt>
 <dd><p>Enable binary protocol.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memdump-hash">
-<code class="descname">--hash</code><code class="descclassname"> &lt;algorithm&gt;</code><a class="headerlink" href="#cmdoption-memdump-hash" title="Permalink to this definition">¶</a></dt>
-<dd><p>Use <em>algorithm</em> as key hash algo.
-See <a class="reference internal" href="../libmemcached/memcached_behavior.html#_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE" title="memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH"><code class="xref cpp cpp-enumerator docutils literal notranslate"><span class="pre">memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH</span></code></a>.</p>
+<dt id="cmdoption-memdump-b-buffer">
+<code class="descname">-B|--buffer</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memdump-b-buffer" title="Permalink to this definition">¶</a></dt>
+<dd><p>Buffer requests.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memdump-username">
-<code class="descname">--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memdump-username" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memdump-u-username">
+<code class="descname">-u|--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memdump-u-username" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>username</em> for SASL authentication.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memdump-password">
-<code class="descname">--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memdump-password" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memdump-p-password">
+<code class="descname">-p|--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memdump-p-password" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>password</em> for SASL authentication.</p>
 </dd></dl>
 
+<dl class="option">
+<dt id="cmdoption-memdump-f-file">
+<code class="descname">-f|--file</code><code class="descclassname"> [&lt;file&gt;]</code><a class="headerlink" href="#cmdoption-memdump-f-file" title="Permalink to this definition">¶</a></dt>
+<dd><p>Output to file instead of standard output.</p>
+<p><em>NOTE:</em> defaults to &lt;key&gt; if no argument was provided.</p>
+</dd></dl>
+
 </div>
 <div class="section" id="environment">
 <h2>ENVIRONMENT<a class="headerlink" href="#environment" title="Permalink to this headline">¶</a></h2>
index 22c1853632cdd7cf80d783ffa50b23f8d833e6a3..da367be94169c1daa2bb82942cc7318e48e9b0d8 100644 (file)
@@ -196,17 +196,35 @@ readable string.</p>
 <div class="section" id="options">
 <h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
 <dl class="option">
-<dt id="cmdoption-memerror-help">
-<code class="descname">--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memerror-help" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memerror-h-help">
+<code class="descname">-h|--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memerror-h-help" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display help.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memerror-version">
-<code class="descname">--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memerror-version" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memerror-v-version">
+<code class="descname">-V|--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memerror-v-version" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display version.</p>
 </dd></dl>
 
+<dl class="option">
+<dt id="cmdoption-memerror-q-quiet">
+<code class="descname">-q|--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memerror-q-quiet" title="Permalink to this definition">¶</a></dt>
+<dd><p>Operate quietly.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memerror-v-verbose">
+<code class="descname">-v|--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memerror-v-verbose" title="Permalink to this definition">¶</a></dt>
+<dd><p>Operate more verbosely.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memerror-d-debug">
+<code class="descname">-d|--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memerror-d-debug" title="Permalink to this definition">¶</a></dt>
+<dd><p>See <a class="reference internal" href="#cmdoption-memerror-v-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">-v|--verbose</span></code></a>.</p>
+</dd></dl>
+
 </div>
 <div class="section" id="environment">
 <h2>ENVIRONMENT<a class="headerlink" href="#environment" title="Permalink to this headline">¶</a></h2>
index e53ab352cb91f93ef143499e989d87a8b046e458..01b9ab919adba2e9ca89343f3f818299d3cdec11 100644 (file)
 <div class="section" id="options">
 <h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
 <dl class="option">
-<dt id="cmdoption-memexist-help">
-<code class="descname">--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memexist-help" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memexist-h-help">
+<code class="descname">-h|--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memexist-h-help" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display help.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memexist-version">
-<code class="descname">--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memexist-version" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memexist-v-version">
+<code class="descname">-V|--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memexist-v-version" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display version.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memexist-quiet">
-<code class="descname">--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memexist-quiet" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memexist-q-quiet">
+<code class="descname">-q|--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memexist-q-quiet" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate quietly.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memexist-verbose">
-<code class="descname">--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memexist-verbose" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memexist-v-verbose">
+<code class="descname">-v|--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memexist-v-verbose" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate more verbosely.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memexist-debug">
-<code class="descname">--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memexist-debug" title="Permalink to this definition">¶</a></dt>
-<dd><p>See <a class="reference internal" href="#cmdoption-memexist-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">--verbose</span></code></a>.</p>
+<dt id="cmdoption-memexist-d-debug">
+<code class="descname">-d|--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memexist-d-debug" title="Permalink to this definition">¶</a></dt>
+<dd><p>See <a class="reference internal" href="#cmdoption-memexist-v-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">-v|--verbose</span></code></a>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memexist-servers">
-<code class="descname">--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memexist-servers" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memexist-s-servers">
+<code class="descname">-s|--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memexist-s-servers" title="Permalink to this definition">¶</a></dt>
 <dd><p>Specify the list of servers as <em>hostname[:port][,hostname[:port]...]</em>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memexist-binary">
-<code class="descname">--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memexist-binary" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memexist-n-non-blocking">
+<code class="descname">-n|--non-blocking</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memexist-n-non-blocking" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable non-blocking operations.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memexist-n-tcp-nodelay">
+<code class="descname">-N|--tcp-nodelay</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memexist-n-tcp-nodelay" title="Permalink to this definition">¶</a></dt>
+<dd><p>Disable Nagle's algorithm.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memexist-b-binary">
+<code class="descname">-b|--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memexist-b-binary" title="Permalink to this definition">¶</a></dt>
 <dd><p>Enable binary protocol.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memexist-hash">
-<code class="descname">--hash</code><code class="descclassname"> &lt;algorithm&gt;</code><a class="headerlink" href="#cmdoption-memexist-hash" title="Permalink to this definition">¶</a></dt>
-<dd><p>Use <em>algorithm</em> as key hash algo.
-See <a class="reference internal" href="../libmemcached/memcached_behavior.html#_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE" title="memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH"><code class="xref cpp cpp-enumerator docutils literal notranslate"><span class="pre">memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH</span></code></a>.</p>
+<dt id="cmdoption-memexist-b-buffer">
+<code class="descname">-B|--buffer</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memexist-b-buffer" title="Permalink to this definition">¶</a></dt>
+<dd><p>Buffer requests.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memexist-username">
-<code class="descname">--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memexist-username" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memexist-u-username">
+<code class="descname">-u|--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memexist-u-username" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>username</em> for SASL authentication.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memexist-password">
-<code class="descname">--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memexist-password" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memexist-p-password">
+<code class="descname">-p|--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memexist-p-password" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>password</em> for SASL authentication.</p>
 </dd></dl>
 
+<dl class="option">
+<dt id="cmdoption-memexist-h-hash">
+<code class="descname">-H|--hash</code><code class="descclassname"> &lt;algorithm&gt;</code><a class="headerlink" href="#cmdoption-memexist-h-hash" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>algorithm</em> as key hash algo.
+See <a class="reference internal" href="../libmemcached/memcached_behavior.html#_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE" title="memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH"><code class="xref cpp cpp-enumerator docutils literal notranslate"><span class="pre">memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH</span></code></a>.</p>
+</dd></dl>
+
 </div>
 <div class="section" id="environment">
 <h2>ENVIRONMENT<a class="headerlink" href="#environment" title="Permalink to this headline">¶</a></h2>
index 9ed9a1a273f21cad8d01b049af18beaa22afc016..66e560814180de005c7dbddfa69e199e3313ad7d 100644 (file)
 <div class="section" id="options">
 <h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
 <dl class="option">
-<dt id="cmdoption-memflush-help">
-<code class="descname">--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memflush-help" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memflush-h-help">
+<code class="descname">-h|--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memflush-h-help" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display help.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memflush-version">
-<code class="descname">--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memflush-version" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memflush-v-version">
+<code class="descname">-V|--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memflush-v-version" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display version.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memflush-quiet">
-<code class="descname">--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memflush-quiet" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memflush-q-quiet">
+<code class="descname">-q|--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memflush-q-quiet" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate quietly.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memflush-verbose">
-<code class="descname">--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memflush-verbose" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memflush-v-verbose">
+<code class="descname">-v|--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memflush-v-verbose" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate more verbosely.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memflush-debug">
-<code class="descname">--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memflush-debug" title="Permalink to this definition">¶</a></dt>
-<dd><p>See <a class="reference internal" href="#cmdoption-memflush-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">--verbose</span></code></a>.</p>
+<dt id="cmdoption-memflush-d-debug">
+<code class="descname">-d|--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memflush-d-debug" title="Permalink to this definition">¶</a></dt>
+<dd><p>See <a class="reference internal" href="#cmdoption-memflush-v-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">-v|--verbose</span></code></a>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memflush-servers">
-<code class="descname">--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memflush-servers" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memflush-s-servers">
+<code class="descname">-s|--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memflush-s-servers" title="Permalink to this definition">¶</a></dt>
 <dd><p>Specify the list of servers as <em>hostname[:port][,hostname[:port]...]</em>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memflush-binary">
-<code class="descname">--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memflush-binary" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memflush-n-non-blocking">
+<code class="descname">-n|--non-blocking</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memflush-n-non-blocking" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable non-blocking operations.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memflush-n-tcp-nodelay">
+<code class="descname">-N|--tcp-nodelay</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memflush-n-tcp-nodelay" title="Permalink to this definition">¶</a></dt>
+<dd><p>Disable Nagle's algorithm.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memflush-b-binary">
+<code class="descname">-b|--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memflush-b-binary" title="Permalink to this definition">¶</a></dt>
 <dd><p>Enable binary protocol.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memflush-username">
-<code class="descname">--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memflush-username" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memflush-b-buffer">
+<code class="descname">-B|--buffer</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memflush-b-buffer" title="Permalink to this definition">¶</a></dt>
+<dd><p>Buffer requests.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memflush-u-username">
+<code class="descname">-u|--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memflush-u-username" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>username</em> for SASL authentication.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memflush-password">
-<code class="descname">--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memflush-password" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memflush-p-password">
+<code class="descname">-p|--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memflush-p-password" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>password</em> for SASL authentication.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memflush-expire">
-<code class="descname">--expire</code><code class="descclassname"> &lt;expiration&gt;</code><a class="headerlink" href="#cmdoption-memflush-expire" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memflush-e-expire">
+<code class="descname">-e|--expire</code><code class="descclassname"> &lt;expiration&gt;</code><a class="headerlink" href="#cmdoption-memflush-e-expire" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>expiration</em> seconds (or a UNIX timestamp).</p>
 </dd></dl>
 
index a269ac7ff28855ff92272fb88a8b92009e7b8706..d72ca74f28cadf18091903fdddb966ff618358c6 100644 (file)
 <div class="section" id="options">
 <h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
 <dl class="option">
-<dt id="cmdoption-memping-help">
-<code class="descname">--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memping-help" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memping-h-help">
+<code class="descname">-h|--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memping-h-help" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display help.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memping-version">
-<code class="descname">--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memping-version" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memping-v-version">
+<code class="descname">-V|--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memping-v-version" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display version.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memping-quiet">
-<code class="descname">--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memping-quiet" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memping-q-quiet">
+<code class="descname">-q|--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memping-q-quiet" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate quietly.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memping-verbose">
-<code class="descname">--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memping-verbose" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memping-v-verbose">
+<code class="descname">-v|--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memping-v-verbose" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate more verbosely.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memping-debug">
-<code class="descname">--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memping-debug" title="Permalink to this definition">¶</a></dt>
-<dd><p>See <a class="reference internal" href="#cmdoption-memping-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">--verbose</span></code></a>.</p>
+<dt id="cmdoption-memping-d-debug">
+<code class="descname">-d|--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memping-d-debug" title="Permalink to this definition">¶</a></dt>
+<dd><p>See <a class="reference internal" href="#cmdoption-memping-v-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">-v|--verbose</span></code></a>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memping-servers">
-<code class="descname">--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memping-servers" title="Permalink to this definition">¶</a></dt>
-<dd><p>Specify the list of servers as <em>hostname[:port][,hostname[:port]...]</em>.</p>
-</dd></dl>
-
-<dl class="option">
-<dt id="cmdoption-memping-binary">
-<code class="descname">--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memping-binary" title="Permalink to this definition">¶</a></dt>
-<dd><p>Enable binary protocol.</p>
+<dt id="cmdoption-memping-u-username">
+<code class="descname">-u|--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memping-u-username" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>username</em> for SASL authentication.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memping-username">
-<code class="descname">--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memping-username" title="Permalink to this definition">¶</a></dt>
-<dd><p>Use <em>username</em> for SASL authentication.</p>
+<dt id="cmdoption-memping-p-password">
+<code class="descname">-p|--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memping-p-password" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>password</em> for SASL authentication.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memping-password">
-<code class="descname">--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memping-password" title="Permalink to this definition">¶</a></dt>
-<dd><p>Use <em>password</em> for SASL authentication.</p>
+<dt id="cmdoption-memping-s-servers">
+<code class="descname">-s|--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memping-s-servers" title="Permalink to this definition">¶</a></dt>
+<dd><p>Specify the list of servers as <em>hostname[:port][,hostname[:port]...]</em>.</p>
 </dd></dl>
 
 </div>
index 8aaa2a835cb491b05b5c453b2d4437c244dbdc37..2cd9666f0a448d4598b2fc0af4448efa28a2b6a0 100644 (file)
 <div class="section" id="options">
 <h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
 <dl class="option">
-<dt id="cmdoption-memrm-help">
-<code class="descname">--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memrm-help" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memrm-h-help">
+<code class="descname">-h|--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memrm-h-help" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display help.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memrm-version">
-<code class="descname">--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memrm-version" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memrm-v-version">
+<code class="descname">-V|--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memrm-v-version" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display version.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memrm-quiet">
-<code class="descname">--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memrm-quiet" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memrm-q-quiet">
+<code class="descname">-q|--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memrm-q-quiet" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate quietly.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memrm-verbose">
-<code class="descname">--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memrm-verbose" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memrm-v-verbose">
+<code class="descname">-v|--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memrm-v-verbose" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate more verbosely.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memrm-debug">
-<code class="descname">--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memrm-debug" title="Permalink to this definition">¶</a></dt>
-<dd><p>See <a class="reference internal" href="#cmdoption-memrm-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">--verbose</span></code></a>.</p>
+<dt id="cmdoption-memrm-d-debug">
+<code class="descname">-d|--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memrm-d-debug" title="Permalink to this definition">¶</a></dt>
+<dd><p>See <a class="reference internal" href="#cmdoption-memrm-v-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">-v|--verbose</span></code></a>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memrm-servers">
-<code class="descname">--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memrm-servers" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memrm-e-expire">
+<code class="descname">-e|--expire</code><code class="descclassname"> &lt;expiration&gt;</code><a class="headerlink" href="#cmdoption-memrm-e-expire" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>expiration</em> seconds (or a UNIX timestamp).</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memrm-h-hash">
+<code class="descname">-H|--hash</code><code class="descclassname"> &lt;algorithm&gt;</code><a class="headerlink" href="#cmdoption-memrm-h-hash" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>algorithm</em> as key hash algo.
+See <a class="reference internal" href="../libmemcached/memcached_behavior.html#_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE" title="memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH"><code class="xref cpp cpp-enumerator docutils literal notranslate"><span class="pre">memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH</span></code></a>.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memrm-s-servers">
+<code class="descname">-s|--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memrm-s-servers" title="Permalink to this definition">¶</a></dt>
 <dd><p>Specify the list of servers as <em>hostname[:port][,hostname[:port]...]</em>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memrm-binary">
-<code class="descname">--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memrm-binary" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memrm-n-non-blocking">
+<code class="descname">-n|--non-blocking</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memrm-n-non-blocking" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable non-blocking operations.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memrm-n-tcp-nodelay">
+<code class="descname">-N|--tcp-nodelay</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memrm-n-tcp-nodelay" title="Permalink to this definition">¶</a></dt>
+<dd><p>Disable Nagle's algorithm.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memrm-b-binary">
+<code class="descname">-b|--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memrm-b-binary" title="Permalink to this definition">¶</a></dt>
 <dd><p>Enable binary protocol.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memrm-hash">
-<code class="descname">--hash</code><code class="descclassname"> &lt;algorithm&gt;</code><a class="headerlink" href="#cmdoption-memrm-hash" title="Permalink to this definition">¶</a></dt>
-<dd><p>Use <em>algorithm</em> as key hash algo.
-See <a class="reference internal" href="../libmemcached/memcached_behavior.html#_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE" title="memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH"><code class="xref cpp cpp-enumerator docutils literal notranslate"><span class="pre">memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH</span></code></a>.</p>
+<dt id="cmdoption-memrm-b-buffer">
+<code class="descname">-B|--buffer</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memrm-b-buffer" title="Permalink to this definition">¶</a></dt>
+<dd><p>Buffer requests.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memrm-username">
-<code class="descname">--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memrm-username" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memrm-u-username">
+<code class="descname">-u|--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memrm-u-username" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>username</em> for SASL authentication.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memrm-password">
-<code class="descname">--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memrm-password" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memrm-p-password">
+<code class="descname">-p|--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memrm-p-password" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>password</em> for SASL authentication.</p>
 </dd></dl>
 
index 0983ef08b351cbebf9354d5689b85401df1bfd7f..bf9ae482dc89e091f5c3d88e13593f712cb063ae 100644 (file)
@@ -198,47 +198,126 @@ throughput, and so on.</p>
 <div class="section" id="options">
 <h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
 <dl class="option">
-<dt id="cmdoption-memslap-help">
-<code class="descname">--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-help" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memslap-h-help">
+<code class="descname">-h|--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-h-help" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display help.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memslap-version">
-<code class="descname">--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-version" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memslap-v-version">
+<code class="descname">-V|--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-v-version" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display version.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memslap-quiet">
-<code class="descname">--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-quiet" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memslap-q-quiet">
+<code class="descname">-q|--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-q-quiet" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate quietly.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memslap-verbose">
-<code class="descname">--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-verbose" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memslap-v-verbose">
+<code class="descname">-v|--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-v-verbose" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate more verbosely.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memslap-debug">
-<code class="descname">--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-debug" title="Permalink to this definition">¶</a></dt>
-<dd><p>See <a class="reference internal" href="#cmdoption-memslap-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">--verbose</span></code></a>.</p>
+<dt id="cmdoption-memslap-d-debug">
+<code class="descname">-d|--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-d-debug" title="Permalink to this definition">¶</a></dt>
+<dd><p>See <a class="reference internal" href="#cmdoption-memslap-v-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">-v|--verbose</span></code></a>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memslap-servers">
-<code class="descname">--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memslap-servers" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memslap-s-servers">
+<code class="descname">-s|--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memslap-s-servers" title="Permalink to this definition">¶</a></dt>
 <dd><p>Specify the list of servers as <em>hostname[:port][,hostname[:port]...]</em>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memslap-binary">
-<code class="descname">--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-binary" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memslap-n-non-blocking">
+<code class="descname">-n|--non-blocking</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-n-non-blocking" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable non-blocking operations.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memslap-n-tcp-nodelay">
+<code class="descname">-N|--tcp-nodelay</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-n-tcp-nodelay" title="Permalink to this definition">¶</a></dt>
+<dd><p>Disable Nagle's algorithm.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memslap-b-binary">
+<code class="descname">-b|--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-b-binary" title="Permalink to this definition">¶</a></dt>
 <dd><p>Enable binary protocol.</p>
 </dd></dl>
 
+<dl class="option">
+<dt id="cmdoption-memslap-b-buffer">
+<code class="descname">-B|--buffer</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-b-buffer" title="Permalink to this definition">¶</a></dt>
+<dd><p>Buffer requests.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memslap-u-username">
+<code class="descname">-u|--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memslap-u-username" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>username</em> for SASL authentication.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memslap-p-password">
+<code class="descname">-p|--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memslap-p-password" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>password</em> for SASL authentication.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memslap-h-hash">
+<code class="descname">-H|--hash</code><code class="descclassname"> &lt;algorithm&gt;</code><a class="headerlink" href="#cmdoption-memslap-h-hash" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>algorithm</em> as key hash algo.
+See <a class="reference internal" href="../libmemcached/memcached_behavior.html#_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE" title="memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH"><code class="xref cpp cpp-enumerator docutils literal notranslate"><span class="pre">memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH</span></code></a>.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memslap-u-udp">
+<code class="descname">-U|--udp</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-u-udp" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable UDP operation mode.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memslap-r-noreply">
+<code class="descname">-R|--noreply</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-r-noreply" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable the NOREPLY behavior for storage commands.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memslap-f-flush">
+<code class="descname">-F|--flush</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memslap-f-flush" title="Permalink to this definition">¶</a></dt>
+<dd><p>Flush all servers prior test.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memslap-t-test">
+<code class="descname">-t|--test</code><code class="descclassname"> &lt;arg&gt;</code><a class="headerlink" href="#cmdoption-memslap-t-test" title="Permalink to this definition">¶</a></dt>
+<dd><p>Test to perform (options: get, mget, set; default: get).</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memslap-c-concurrency">
+<code class="descname">-c|--concurrency</code><code class="descclassname"> &lt;num&gt;</code><a class="headerlink" href="#cmdoption-memslap-c-concurrency" title="Permalink to this definition">¶</a></dt>
+<dd><p>Concurrency (number of threads to start; default: 1).</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memslap-e-execute-number">
+<code class="descname">-e|--execute-number</code><code class="descclassname"> &lt;num&gt;</code><a class="headerlink" href="#cmdoption-memslap-e-execute-number" title="Permalink to this definition">¶</a></dt>
+<dd><p>Number of times to execute the tests (default: 10000).</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memslap-l-initial-load">
+<code class="descname">-l|--initial-load</code><code class="descclassname"> &lt;num&gt;</code><a class="headerlink" href="#cmdoption-memslap-l-initial-load" title="Permalink to this definition">¶</a></dt>
+<dd><p>Number of keys to load before executing tests (default: 10000).</p>
+</dd></dl>
+
 </div>
 <div class="section" id="environment">
 <h2>ENVIRONMENT<a class="headerlink" href="#environment" title="Permalink to this headline">¶</a></h2>
index 9d60bac72677d9b25a3f27fbd46c4086b5fca311..2b8d59a9781bb0fa5509fee204ef4876ef97d49c 100644 (file)
 <h1>memstat<a class="headerlink" href="#memstat" title="Permalink to this headline">¶</a></h1>
 <div class="section" id="synopsis">
 <h2>SYNOPSIS<a class="headerlink" href="#synopsis" title="Permalink to this headline">¶</a></h2>
-<p>memstat [options]</p>
+<p>memstat [options] [stat args]</p>
 <p>Gather statistics from a server</p>
 </div>
 <div class="section" id="description">
@@ -196,64 +196,94 @@ It prints all data to stdout.</p>
 <div class="section" id="options">
 <h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
 <dl class="option">
-<dt id="cmdoption-memstat-help">
-<code class="descname">--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-help" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memstat-h-help">
+<code class="descname">-h|--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-h-help" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display help.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memstat-version">
-<code class="descname">--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-version" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memstat-v-version">
+<code class="descname">-V|--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-v-version" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display version.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memstat-quiet">
-<code class="descname">--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-quiet" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memstat-q-quiet">
+<code class="descname">-q|--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-q-quiet" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate quietly.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memstat-verbose">
-<code class="descname">--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-verbose" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memstat-v-verbose">
+<code class="descname">-v|--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-v-verbose" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate more verbosely.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memstat-debug">
-<code class="descname">--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-debug" title="Permalink to this definition">¶</a></dt>
-<dd><p>See <a class="reference internal" href="#cmdoption-memstat-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">--verbose</span></code></a>.</p>
+<dt id="cmdoption-memstat-d-debug">
+<code class="descname">-d|--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-d-debug" title="Permalink to this definition">¶</a></dt>
+<dd><p>See <a class="reference internal" href="#cmdoption-memstat-v-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">-v|--verbose</span></code></a>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memstat-servers">
-<code class="descname">--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memstat-servers" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memstat-s-servers">
+<code class="descname">-s|--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memstat-s-servers" title="Permalink to this definition">¶</a></dt>
 <dd><p>Specify the list of servers as <em>hostname[:port][,hostname[:port]...]</em>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memstat-binary">
-<code class="descname">--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-binary" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memstat-n-non-blocking">
+<code class="descname">-n|--non-blocking</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-n-non-blocking" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable non-blocking operations.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memstat-n-tcp-nodelay">
+<code class="descname">-N|--tcp-nodelay</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-n-tcp-nodelay" title="Permalink to this definition">¶</a></dt>
+<dd><p>Disable Nagle's algorithm.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memstat-b-binary">
+<code class="descname">-b|--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-b-binary" title="Permalink to this definition">¶</a></dt>
 <dd><p>Enable binary protocol.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memstat-username">
-<code class="descname">--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memstat-username" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memstat-b-buffer">
+<code class="descname">-B|--buffer</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-b-buffer" title="Permalink to this definition">¶</a></dt>
+<dd><p>Buffer requests.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memstat-u-username">
+<code class="descname">-u|--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memstat-u-username" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>username</em> for SASL authentication.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memstat-password">
-<code class="descname">--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memstat-password" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memstat-p-password">
+<code class="descname">-p|--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memstat-p-password" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>password</em> for SASL authentication.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memstat-analyze">
-<code class="descname">--analyze</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-analyze" title="Permalink to this definition">¶</a></dt>
-<dd><p>Analyze and print differences of a server cluster. A memory and uptime comparison is performed by default.</p>
-<p>Available additional modes:</p>
+<dt id="cmdoption-memstat-a-args">
+<code class="descname">-A|--args</code><code class="descclassname"> &lt;stat&gt;</code><a class="headerlink" href="#cmdoption-memstat-a-args" title="Permalink to this definition">¶</a></dt>
+<dd><p>Stat args.</p>
+<p><strong>DEPRECATED:</strong> use positional arguments.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memstat-a-analyze">
+<code class="descname">-a|--analyze</code><code class="descclassname"> [&lt;arg&gt;]</code><a class="headerlink" href="#cmdoption-memstat-a-analyze" title="Permalink to this definition">¶</a></dt>
+<dd><p>Analyze and print differences of a server cluster.
+A memory and uptime comparison is performed by default.</p>
+<p>Options:</p>
+<dl class="docutils">
+<dt>--analyze[=default]</dt>
+<dd>Memory and uptime comparison.</dd>
+</dl>
 <table class="docutils option-list" frame="void" rules="none">
 <col class="option" />
 <col class="description" />
@@ -261,17 +291,23 @@ It prints all data to stdout.</p>
 <tr><td class="option-group" colspan="2">
 <kbd><span class="option">--analyze=<var>latency</var></span></kbd></td>
 </tr>
-<tr><td>&#160;</td><td>Network latency comparison</td></tr>
+<tr><td>&#160;</td><td>Network latency comparison.</td></tr>
 </tbody>
 </table>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memstat-server-version">
-<code class="descname">--server-version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-server-version" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memstat-s-server-version">
+<code class="descname">-S|-server-version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-s-server-version" title="Permalink to this definition">¶</a></dt>
 <dd><p>Obtain and print server version(s) only.</p>
 </dd></dl>
 
+<dl class="option">
+<dt id="cmdoption-memstat-iterations">
+<code class="descname">--iterations</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memstat-iterations" title="Permalink to this definition">¶</a></dt>
+<dd><p>Iteration count of GETs sent by the latency test (default: 1000).</p>
+</dd></dl>
+
 </div>
 <div class="section" id="environment">
 <h2>ENVIRONMENT<a class="headerlink" href="#environment" title="Permalink to this headline">¶</a></h2>
index e9092f5754d2045e067af27bb2d4c337421859af..07239417112a4f81ced666f26c623a00c2a6d940 100644 (file)
 <div class="section" id="options">
 <h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
 <dl class="option">
-<dt id="cmdoption-memtouch-help">
-<code class="descname">--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memtouch-help" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memtouch-h-help">
+<code class="descname">-h|--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memtouch-h-help" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display help.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memtouch-version">
-<code class="descname">--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memtouch-version" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memtouch-v-version">
+<code class="descname">-V|--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memtouch-v-version" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display version.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memtouch-quiet">
-<code class="descname">--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memtouch-quiet" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memtouch-q-quiet">
+<code class="descname">-q|--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memtouch-q-quiet" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate quietly.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memtouch-verbose">
-<code class="descname">--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memtouch-verbose" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memtouch-v-verbose">
+<code class="descname">-v|--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memtouch-v-verbose" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate more verbosely.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memtouch-debug">
-<code class="descname">--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memtouch-debug" title="Permalink to this definition">¶</a></dt>
-<dd><p>See <a class="reference internal" href="#cmdoption-memtouch-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">--verbose</span></code></a>.</p>
+<dt id="cmdoption-memtouch-d-debug">
+<code class="descname">-d|--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memtouch-d-debug" title="Permalink to this definition">¶</a></dt>
+<dd><p>See <a class="reference internal" href="#cmdoption-memtouch-v-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">-v|--verbose</span></code></a>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memtouch-servers">
-<code class="descname">--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memtouch-servers" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memtouch-s-servers">
+<code class="descname">-s|--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-memtouch-s-servers" title="Permalink to this definition">¶</a></dt>
 <dd><p>Specify the list of servers as <em>hostname[:port][,hostname[:port]...]</em>.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memtouch-binary">
-<code class="descname">--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memtouch-binary" title="Permalink to this definition">¶</a></dt>
-<dd><p>Enable binary protocol.</p>
+<dt id="cmdoption-memtouch-n-non-blocking">
+<code class="descname">-n|--non-blocking</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memtouch-n-non-blocking" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable non-blocking operations.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memtouch-expire">
-<code class="descname">--expire</code><code class="descclassname"> &lt;expiration&gt;</code><a class="headerlink" href="#cmdoption-memtouch-expire" title="Permalink to this definition">¶</a></dt>
-<dd><p>Use <em>expiration</em> seconds (or a UNIX timestamp).</p>
+<dt id="cmdoption-memtouch-n-tcp-nodelay">
+<code class="descname">-N|--tcp-nodelay</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memtouch-n-tcp-nodelay" title="Permalink to this definition">¶</a></dt>
+<dd><p>Disable Nagle's algorithm.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memtouch-hash">
-<code class="descname">--hash</code><code class="descclassname"> &lt;algorithm&gt;</code><a class="headerlink" href="#cmdoption-memtouch-hash" title="Permalink to this definition">¶</a></dt>
-<dd><p>Use <em>algorithm</em> as key hash algo.
-See <a class="reference internal" href="../libmemcached/memcached_behavior.html#_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE" title="memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH"><code class="xref cpp cpp-enumerator docutils literal notranslate"><span class="pre">memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH</span></code></a>.</p>
+<dt id="cmdoption-memtouch-b-binary">
+<code class="descname">-b|--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memtouch-b-binary" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable binary protocol.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memtouch-username">
-<code class="descname">--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memtouch-username" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memtouch-b-buffer">
+<code class="descname">-B|--buffer</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-memtouch-b-buffer" title="Permalink to this definition">¶</a></dt>
+<dd><p>Buffer requests.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memtouch-u-username">
+<code class="descname">-u|--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-memtouch-u-username" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>username</em> for SASL authentication.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-memtouch-password">
-<code class="descname">--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memtouch-password" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-memtouch-p-password">
+<code class="descname">-p|--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-memtouch-p-password" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>password</em> for SASL authentication.</p>
 </dd></dl>
 
+<dl class="option">
+<dt id="cmdoption-memtouch-h-hash">
+<code class="descname">-H|--hash</code><code class="descclassname"> &lt;algorithm&gt;</code><a class="headerlink" href="#cmdoption-memtouch-h-hash" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>algorithm</em> as key hash algo.
+See <a class="reference internal" href="../libmemcached/memcached_behavior.html#_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE" title="memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH"><code class="xref cpp cpp-enumerator docutils literal notranslate"><span class="pre">memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH</span></code></a>.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-memtouch-e-expire">
+<code class="descname">-e|--expire</code><code class="descclassname"> &lt;expiration&gt;</code><a class="headerlink" href="#cmdoption-memtouch-e-expire" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>expiration</em> seconds (or a UNIX timestamp).</p>
+</dd></dl>
+
 </div>
 <div class="section" id="see-also">
 <h2>SEE ALSO<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
index b976c4fde89aabd1ccbcd9f9e6441cd9dee10efc..4a7507e54a227db343c0cfec21a1d0f19039d694 100644 (file)
            <div itemprop="articleBody">
             
   <dl class="option">
-<dt id="cmdoption-help">
-<code class="descname">--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-help" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-h-help">
+<code class="descname">-h|--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-h-help" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display help.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-version">
-<code class="descname">--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-version" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-v-version">
+<code class="descname">-V|--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-v-version" title="Permalink to this definition">¶</a></dt>
 <dd><p>Display version.</p>
 </dd></dl>
 
index 81e2c023085ad3e26d780f40831e7cb45af690da..1c70928996907b1180bc424b2f4f6ae93265703d 100644 (file)
            <div itemprop="articleBody">
             
   <dl class="option">
-<dt id="cmdoption-quiet">
-<code class="descname">--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-quiet" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-q-quiet">
+<code class="descname">-q|--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-q-quiet" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate quietly.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-verbose">
-<code class="descname">--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-verbose" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-v-verbose">
+<code class="descname">-v|--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-v-verbose" title="Permalink to this definition">¶</a></dt>
 <dd><p>Operate more verbosely.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-debug">
-<code class="descname">--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-debug" title="Permalink to this definition">¶</a></dt>
-<dd><p>See <a class="reference internal" href="#cmdoption-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">--verbose</span></code></a>.</p>
-</dd></dl>
-
-<dl class="option">
-<dt id="cmdoption-servers">
-<code class="descname">--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-servers" title="Permalink to this definition">¶</a></dt>
-<dd><p>Specify the list of servers as <em>hostname[:port][,hostname[:port]...]</em>.</p>
-</dd></dl>
-
-<dl class="option">
-<dt id="cmdoption-binary">
-<code class="descname">--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-binary" title="Permalink to this definition">¶</a></dt>
-<dd><p>Enable binary protocol.</p>
+<dt id="cmdoption-d-debug">
+<code class="descname">-d|--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-d-debug" title="Permalink to this definition">¶</a></dt>
+<dd><p>See <a class="reference internal" href="common_set.html#cmdoption-v-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">-v|--verbose</span></code></a>.</p>
 </dd></dl>
 
 
diff --git a/bin/options/common_get.html b/bin/options/common_get.html
new file mode 100644 (file)
index 0000000..fc2dab1
--- /dev/null
@@ -0,0 +1,277 @@
+
+
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>&lt;no title&gt; &mdash; libmemcached-awesome 1.1.3 documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+  <script type="text/javascript" src="../../_static/js/modernizr.min.js"></script>
+  
+    
+      <script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
+        <script type="text/javascript" src="../../_static/jquery.js"></script>
+        <script type="text/javascript" src="../../_static/underscore.js"></script>
+        <script type="text/javascript" src="../../_static/doctools.js"></script>
+        <script type="text/javascript" src="../../_static/language_data.js"></script>
+    
+    <script type="text/javascript" src="../../_static/js/theme.js"></script>
+
+    
+
+  
+  <link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
+  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
+    <link rel="index" title="Index" href="../../genindex.html" />
+    <link rel="search" title="Search" href="../../search.html" />
+    <link rel="copyright" title="Copyright" href="../../copyright.html" /> 
+</head>
+
+<body class="wy-body-for-nav">
+
+   
+  <div class="wy-grid-for-nav">
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search" >
+          
+
+          
+            <a href="../../index.html" class="icon icon-home"> libmemcached-awesome
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                1.1
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <ul>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached.html">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached/index.html">libmemcached API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcachedutil/index.html">libmemcachedutil API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libhashkit/index.html">libhashkit API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../index.html">Client Applications</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached/index_misc.html">Miscellaneous</a></li>
+</ul>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../../changelogs.html">Change Logs</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../issues.html">Known issues</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../copyright.html">Copyright</a></li>
+</ul>
+
+            
+          
+        </div>
+      </div>
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../../index.html">libmemcached-awesome</a>
+        
+      </nav>
+
+
+      <div class="wy-nav-content">
+        
+        <div class="rst-content">
+        
+          
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div role="navigation" aria-label="breadcrumbs navigation">
+
+  <ul class="wy-breadcrumbs">
+    
+      <li><a href="../../index.html">Docs</a> &raquo;</li>
+        
+      <li>&lt;no title&gt;</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            
+              <a href="https://github.com/awesomized/libmemcached/blob/v1.x/docs/source/bin/options/common_get.rst" class="fa fa-github"> Edit on GitHub</a>
+            
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <dl class="option">
+<dt id="cmdoption-h-help">
+<code class="descname">-h|--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-h-help" title="Permalink to this definition">¶</a></dt>
+<dd><p>Display help.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-v-version">
+<code class="descname">-V|--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-v-version" title="Permalink to this definition">¶</a></dt>
+<dd><p>Display version.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-q-quiet">
+<code class="descname">-q|--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-q-quiet" title="Permalink to this definition">¶</a></dt>
+<dd><p>Operate quietly.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-v-verbose">
+<code class="descname">-v|--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-v-verbose" title="Permalink to this definition">¶</a></dt>
+<dd><p>Operate more verbosely.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-d-debug">
+<code class="descname">-d|--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-d-debug" title="Permalink to this definition">¶</a></dt>
+<dd><p>See <a class="reference internal" href="common_set.html#cmdoption-v-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">-v|--verbose</span></code></a>.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-s-servers">
+<code class="descname">-s|--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-s-servers" title="Permalink to this definition">¶</a></dt>
+<dd><p>Specify the list of servers as <em>hostname[:port][,hostname[:port]...]</em>.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-n-non-blocking">
+<code class="descname">-n|--non-blocking</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-n-non-blocking" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable non-blocking operations.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-n-tcp-nodelay">
+<code class="descname">-N|--tcp-nodelay</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-n-tcp-nodelay" title="Permalink to this definition">¶</a></dt>
+<dd><p>Disable Nagle's algorithm.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-b-binary">
+<code class="descname">-b|--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-b-binary" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable binary protocol.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-b-buffer">
+<code class="descname">-B|--buffer</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-b-buffer" title="Permalink to this definition">¶</a></dt>
+<dd><p>Buffer requests.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-u-username">
+<code class="descname">-u|--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-u-username" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>username</em> for SASL authentication.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-p-password">
+<code class="descname">-p|--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-p-password" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>password</em> for SASL authentication.</p>
+</dd></dl>
+
+
+
+           </div>
+           
+          </div>
+          <footer>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; <a href="../../copyright.html">Copyright</a> 
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.Navigation.enable(true);
+      });
+  </script>
+
+  
+  
+    
+   
+
+</body>
+</html>
\ No newline at end of file
diff --git a/bin/options/common_set.html b/bin/options/common_set.html
new file mode 100644 (file)
index 0000000..292db9b
--- /dev/null
@@ -0,0 +1,290 @@
+
+
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>&lt;no title&gt; &mdash; libmemcached-awesome 1.1.3 documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+  <script type="text/javascript" src="../../_static/js/modernizr.min.js"></script>
+  
+    
+      <script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
+        <script type="text/javascript" src="../../_static/jquery.js"></script>
+        <script type="text/javascript" src="../../_static/underscore.js"></script>
+        <script type="text/javascript" src="../../_static/doctools.js"></script>
+        <script type="text/javascript" src="../../_static/language_data.js"></script>
+    
+    <script type="text/javascript" src="../../_static/js/theme.js"></script>
+
+    
+
+  
+  <link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
+  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
+    <link rel="index" title="Index" href="../../genindex.html" />
+    <link rel="search" title="Search" href="../../search.html" />
+    <link rel="copyright" title="Copyright" href="../../copyright.html" /> 
+</head>
+
+<body class="wy-body-for-nav">
+
+   
+  <div class="wy-grid-for-nav">
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search" >
+          
+
+          
+            <a href="../../index.html" class="icon icon-home"> libmemcached-awesome
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                1.1
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <ul>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached.html">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached/index.html">libmemcached API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcachedutil/index.html">libmemcachedutil API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libhashkit/index.html">libhashkit API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../index.html">Client Applications</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached/index_misc.html">Miscellaneous</a></li>
+</ul>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../../changelogs.html">Change Logs</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../issues.html">Known issues</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../copyright.html">Copyright</a></li>
+</ul>
+
+            
+          
+        </div>
+      </div>
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../../index.html">libmemcached-awesome</a>
+        
+      </nav>
+
+
+      <div class="wy-nav-content">
+        
+        <div class="rst-content">
+        
+          
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div role="navigation" aria-label="breadcrumbs navigation">
+
+  <ul class="wy-breadcrumbs">
+    
+      <li><a href="../../index.html">Docs</a> &raquo;</li>
+        
+      <li>&lt;no title&gt;</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            
+              <a href="https://github.com/awesomized/libmemcached/blob/v1.x/docs/source/bin/options/common_set.rst" class="fa fa-github"> Edit on GitHub</a>
+            
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <dl class="option">
+<dt id="cmdoption-h-help">
+<code class="descname">-h|--help</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-h-help" title="Permalink to this definition">¶</a></dt>
+<dd><p>Display help.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-v-version">
+<code class="descname">-V|--version</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-v-version" title="Permalink to this definition">¶</a></dt>
+<dd><p>Display version.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-q-quiet">
+<code class="descname">-q|--quiet</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-q-quiet" title="Permalink to this definition">¶</a></dt>
+<dd><p>Operate quietly.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-v-verbose">
+<code class="descname">-v|--verbose</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-v-verbose" title="Permalink to this definition">¶</a></dt>
+<dd><p>Operate more verbosely.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-d-debug">
+<code class="descname">-d|--debug</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-d-debug" title="Permalink to this definition">¶</a></dt>
+<dd><p>See <a class="reference internal" href="#cmdoption-v-verbose"><code class="xref std std-option docutils literal notranslate"><span class="pre">-v|--verbose</span></code></a>.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-e-expire">
+<code class="descname">-e|--expire</code><code class="descclassname"> &lt;expiration&gt;</code><a class="headerlink" href="#cmdoption-e-expire" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>expiration</em> seconds (or a UNIX timestamp).</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-h-hash">
+<code class="descname">-H|--hash</code><code class="descclassname"> &lt;algorithm&gt;</code><a class="headerlink" href="#cmdoption-h-hash" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>algorithm</em> as key hash algo.
+See <a class="reference internal" href="../../libmemcached/memcached_behavior.html#_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE" title="memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH"><code class="xref cpp cpp-enumerator docutils literal notranslate"><span class="pre">memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH</span></code></a>.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-s-servers">
+<code class="descname">-s|--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-s-servers" title="Permalink to this definition">¶</a></dt>
+<dd><p>Specify the list of servers as <em>hostname[:port][,hostname[:port]...]</em>.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-n-non-blocking">
+<code class="descname">-n|--non-blocking</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-n-non-blocking" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable non-blocking operations.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-n-tcp-nodelay">
+<code class="descname">-N|--tcp-nodelay</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-n-tcp-nodelay" title="Permalink to this definition">¶</a></dt>
+<dd><p>Disable Nagle's algorithm.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-b-binary">
+<code class="descname">-b|--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-b-binary" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable binary protocol.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-b-buffer">
+<code class="descname">-B|--buffer</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-b-buffer" title="Permalink to this definition">¶</a></dt>
+<dd><p>Buffer requests.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-u-username">
+<code class="descname">-u|--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-u-username" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>username</em> for SASL authentication.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-p-password">
+<code class="descname">-p|--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-p-password" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>password</em> for SASL authentication.</p>
+</dd></dl>
+
+
+
+           </div>
+           
+          </div>
+          <footer>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; <a href="../../copyright.html">Copyright</a> 
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.Navigation.enable(true);
+      });
+  </script>
+
+  
+  
+    
+   
+
+</body>
+</html>
\ No newline at end of file
index f0e0975c976f70549cb02c8da9887fb1f3febfe0..b8610c8560ec85e1cae21a682c724f0d11d27966 100644 (file)
            <div itemprop="articleBody">
             
   <dl class="option">
-<dt id="cmdoption-expire">
-<code class="descname">--expire</code><code class="descclassname"> &lt;expiration&gt;</code><a class="headerlink" href="#cmdoption-expire" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-e-expire">
+<code class="descname">-e|--expire</code><code class="descclassname"> &lt;expiration&gt;</code><a class="headerlink" href="#cmdoption-e-expire" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>expiration</em> seconds (or a UNIX timestamp).</p>
 </dd></dl>
 
diff --git a/bin/options/file_out.html b/bin/options/file_out.html
new file mode 100644 (file)
index 0000000..27eb075
--- /dev/null
@@ -0,0 +1,212 @@
+
+
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>&lt;no title&gt; &mdash; libmemcached-awesome 1.1.3 documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+  <script type="text/javascript" src="../../_static/js/modernizr.min.js"></script>
+  
+    
+      <script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
+        <script type="text/javascript" src="../../_static/jquery.js"></script>
+        <script type="text/javascript" src="../../_static/underscore.js"></script>
+        <script type="text/javascript" src="../../_static/doctools.js"></script>
+        <script type="text/javascript" src="../../_static/language_data.js"></script>
+    
+    <script type="text/javascript" src="../../_static/js/theme.js"></script>
+
+    
+
+  
+  <link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
+  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
+    <link rel="index" title="Index" href="../../genindex.html" />
+    <link rel="search" title="Search" href="../../search.html" />
+    <link rel="copyright" title="Copyright" href="../../copyright.html" /> 
+</head>
+
+<body class="wy-body-for-nav">
+
+   
+  <div class="wy-grid-for-nav">
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search" >
+          
+
+          
+            <a href="../../index.html" class="icon icon-home"> libmemcached-awesome
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                1.1
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <ul>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached.html">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached/index.html">libmemcached API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcachedutil/index.html">libmemcachedutil API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libhashkit/index.html">libhashkit API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../index.html">Client Applications</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached/index_misc.html">Miscellaneous</a></li>
+</ul>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../../changelogs.html">Change Logs</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../issues.html">Known issues</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../copyright.html">Copyright</a></li>
+</ul>
+
+            
+          
+        </div>
+      </div>
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../../index.html">libmemcached-awesome</a>
+        
+      </nav>
+
+
+      <div class="wy-nav-content">
+        
+        <div class="rst-content">
+        
+          
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div role="navigation" aria-label="breadcrumbs navigation">
+
+  <ul class="wy-breadcrumbs">
+    
+      <li><a href="../../index.html">Docs</a> &raquo;</li>
+        
+      <li>&lt;no title&gt;</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            
+              <a href="https://github.com/awesomized/libmemcached/blob/v1.x/docs/source/bin/options/file_out.rst" class="fa fa-github"> Edit on GitHub</a>
+            
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <dl class="option">
+<dt id="cmdoption-f-file">
+<code class="descname">-f|--file</code><code class="descclassname"> [&lt;file&gt;]</code><a class="headerlink" href="#cmdoption-f-file" title="Permalink to this definition">¶</a></dt>
+<dd><p>Output to file instead of standard output.</p>
+<p><em>NOTE:</em> defaults to &lt;key&gt; if no argument was provided.</p>
+</dd></dl>
+
+
+
+           </div>
+           
+          </div>
+          <footer>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; <a href="../../copyright.html">Copyright</a> 
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.Navigation.enable(true);
+      });
+  </script>
+
+  
+  
+    
+   
+
+</body>
+</html>
\ No newline at end of file
diff --git a/bin/options/flags_noarg.html b/bin/options/flags_noarg.html
new file mode 100644 (file)
index 0000000..6c93dc0
--- /dev/null
@@ -0,0 +1,211 @@
+
+
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>&lt;no title&gt; &mdash; libmemcached-awesome 1.1.3 documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+  <script type="text/javascript" src="../../_static/js/modernizr.min.js"></script>
+  
+    
+      <script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
+        <script type="text/javascript" src="../../_static/jquery.js"></script>
+        <script type="text/javascript" src="../../_static/underscore.js"></script>
+        <script type="text/javascript" src="../../_static/doctools.js"></script>
+        <script type="text/javascript" src="../../_static/language_data.js"></script>
+    
+    <script type="text/javascript" src="../../_static/js/theme.js"></script>
+
+    
+
+  
+  <link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
+  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
+    <link rel="index" title="Index" href="../../genindex.html" />
+    <link rel="search" title="Search" href="../../search.html" />
+    <link rel="copyright" title="Copyright" href="../../copyright.html" /> 
+</head>
+
+<body class="wy-body-for-nav">
+
+   
+  <div class="wy-grid-for-nav">
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search" >
+          
+
+          
+            <a href="../../index.html" class="icon icon-home"> libmemcached-awesome
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                1.1
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <ul>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached.html">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached/index.html">libmemcached API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcachedutil/index.html">libmemcachedutil API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libhashkit/index.html">libhashkit API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../index.html">Client Applications</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached/index_misc.html">Miscellaneous</a></li>
+</ul>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../../changelogs.html">Change Logs</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../issues.html">Known issues</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../copyright.html">Copyright</a></li>
+</ul>
+
+            
+          
+        </div>
+      </div>
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../../index.html">libmemcached-awesome</a>
+        
+      </nav>
+
+
+      <div class="wy-nav-content">
+        
+        <div class="rst-content">
+        
+          
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div role="navigation" aria-label="breadcrumbs navigation">
+
+  <ul class="wy-breadcrumbs">
+    
+      <li><a href="../../index.html">Docs</a> &raquo;</li>
+        
+      <li>&lt;no title&gt;</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            
+              <a href="https://github.com/awesomized/libmemcached/blob/v1.x/docs/source/bin/options/flags_noarg.rst" class="fa fa-github"> Edit on GitHub</a>
+            
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <dl class="option">
+<dt id="cmdoption-f-flags">
+<code class="descname">-F|--flags</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-f-flags" title="Permalink to this definition">¶</a></dt>
+<dd><p>Display key's flags.</p>
+</dd></dl>
+
+
+
+           </div>
+           
+          </div>
+          <footer>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; <a href="../../copyright.html">Copyright</a> 
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.Navigation.enable(true);
+      });
+  </script>
+
+  
+  
+    
+   
+
+</body>
+</html>
\ No newline at end of file
diff --git a/bin/options/flags_reqarg.html b/bin/options/flags_reqarg.html
new file mode 100644 (file)
index 0000000..8ba475f
--- /dev/null
@@ -0,0 +1,211 @@
+
+
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>&lt;no title&gt; &mdash; libmemcached-awesome 1.1.3 documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+  <script type="text/javascript" src="../../_static/js/modernizr.min.js"></script>
+  
+    
+      <script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
+        <script type="text/javascript" src="../../_static/jquery.js"></script>
+        <script type="text/javascript" src="../../_static/underscore.js"></script>
+        <script type="text/javascript" src="../../_static/doctools.js"></script>
+        <script type="text/javascript" src="../../_static/language_data.js"></script>
+    
+    <script type="text/javascript" src="../../_static/js/theme.js"></script>
+
+    
+
+  
+  <link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
+  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
+    <link rel="index" title="Index" href="../../genindex.html" />
+    <link rel="search" title="Search" href="../../search.html" />
+    <link rel="copyright" title="Copyright" href="../../copyright.html" /> 
+</head>
+
+<body class="wy-body-for-nav">
+
+   
+  <div class="wy-grid-for-nav">
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search" >
+          
+
+          
+            <a href="../../index.html" class="icon icon-home"> libmemcached-awesome
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                1.1
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <ul>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached.html">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached/index.html">libmemcached API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcachedutil/index.html">libmemcachedutil API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libhashkit/index.html">libhashkit API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../index.html">Client Applications</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached/index_misc.html">Miscellaneous</a></li>
+</ul>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../../changelogs.html">Change Logs</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../issues.html">Known issues</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../copyright.html">Copyright</a></li>
+</ul>
+
+            
+          
+        </div>
+      </div>
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../../index.html">libmemcached-awesome</a>
+        
+      </nav>
+
+
+      <div class="wy-nav-content">
+        
+        <div class="rst-content">
+        
+          
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div role="navigation" aria-label="breadcrumbs navigation">
+
+  <ul class="wy-breadcrumbs">
+    
+      <li><a href="../../index.html">Docs</a> &raquo;</li>
+        
+      <li>&lt;no title&gt;</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            
+              <a href="https://github.com/awesomized/libmemcached/blob/v1.x/docs/source/bin/options/flags_reqarg.rst" class="fa fa-github"> Edit on GitHub</a>
+            
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <dl class="option">
+<dt id="cmdoption-f-flags">
+<code class="descname">-F|--flags</code><code class="descclassname"> &lt;number&gt;</code><a class="headerlink" href="#cmdoption-f-flags" title="Permalink to this definition">¶</a></dt>
+<dd><p>Use <em>number</em> as key's flags.</p>
+</dd></dl>
+
+
+
+           </div>
+           
+          </div>
+          <footer>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; <a href="../../copyright.html">Copyright</a> 
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.Navigation.enable(true);
+      });
+  </script>
+
+  
+  
+    
+   
+
+</body>
+</html>
\ No newline at end of file
index 47a1e5cadf2bc7f8a348ff0baa1ec8345e40043e..16f67df7cf3c93fde4622a688fd9c50adc00c04a 100644 (file)
            <div itemprop="articleBody">
             
   <dl class="option">
-<dt id="cmdoption-hash">
-<code class="descname">--hash</code><code class="descclassname"> &lt;algorithm&gt;</code><a class="headerlink" href="#cmdoption-hash" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-h-hash">
+<code class="descname">-H|--hash</code><code class="descclassname"> &lt;algorithm&gt;</code><a class="headerlink" href="#cmdoption-h-hash" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>algorithm</em> as key hash algo.
 See <a class="reference internal" href="../../libmemcached/memcached_behavior.html#_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE" title="memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH"><code class="xref cpp cpp-enumerator docutils literal notranslate"><span class="pre">memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH</span></code></a>.</p>
 </dd></dl>
diff --git a/bin/options/net.html b/bin/options/net.html
new file mode 100644 (file)
index 0000000..8b5a663
--- /dev/null
@@ -0,0 +1,223 @@
+
+
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>&lt;no title&gt; &mdash; libmemcached-awesome 1.1.3 documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+  <script type="text/javascript" src="../../_static/js/modernizr.min.js"></script>
+  
+    
+      <script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
+        <script type="text/javascript" src="../../_static/jquery.js"></script>
+        <script type="text/javascript" src="../../_static/underscore.js"></script>
+        <script type="text/javascript" src="../../_static/doctools.js"></script>
+        <script type="text/javascript" src="../../_static/language_data.js"></script>
+    
+    <script type="text/javascript" src="../../_static/js/theme.js"></script>
+
+    
+
+  
+  <link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
+  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
+    <link rel="index" title="Index" href="../../genindex.html" />
+    <link rel="search" title="Search" href="../../search.html" />
+    <link rel="copyright" title="Copyright" href="../../copyright.html" /> 
+</head>
+
+<body class="wy-body-for-nav">
+
+   
+  <div class="wy-grid-for-nav">
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search" >
+          
+
+          
+            <a href="../../index.html" class="icon icon-home"> libmemcached-awesome
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                1.1
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <ul>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached.html">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached/index.html">libmemcached API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcachedutil/index.html">libmemcachedutil API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libhashkit/index.html">libhashkit API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../index.html">Client Applications</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached/index_misc.html">Miscellaneous</a></li>
+</ul>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../../changelogs.html">Change Logs</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../issues.html">Known issues</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../copyright.html">Copyright</a></li>
+</ul>
+
+            
+          
+        </div>
+      </div>
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../../index.html">libmemcached-awesome</a>
+        
+      </nav>
+
+
+      <div class="wy-nav-content">
+        
+        <div class="rst-content">
+        
+          
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div role="navigation" aria-label="breadcrumbs navigation">
+
+  <ul class="wy-breadcrumbs">
+    
+      <li><a href="../../index.html">Docs</a> &raquo;</li>
+        
+      <li>&lt;no title&gt;</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            
+              <a href="https://github.com/awesomized/libmemcached/blob/v1.x/docs/source/bin/options/net.rst" class="fa fa-github"> Edit on GitHub</a>
+            
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <dl class="option">
+<dt id="cmdoption-s-servers">
+<code class="descname">-s|--servers</code><code class="descclassname"> &lt;list of servers&gt;</code><a class="headerlink" href="#cmdoption-s-servers" title="Permalink to this definition">¶</a></dt>
+<dd><p>Specify the list of servers as <em>hostname[:port][,hostname[:port]...]</em>.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-n-non-blocking">
+<code class="descname">-n|--non-blocking</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-n-non-blocking" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable non-blocking operations.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-n-tcp-nodelay">
+<code class="descname">-N|--tcp-nodelay</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-n-tcp-nodelay" title="Permalink to this definition">¶</a></dt>
+<dd><p>Disable Nagle's algorithm.</p>
+</dd></dl>
+
+
+
+           </div>
+           
+          </div>
+          <footer>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; <a href="../../copyright.html">Copyright</a> 
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.Navigation.enable(true);
+      });
+  </script>
+
+  
+  
+    
+   
+
+</body>
+</html>
\ No newline at end of file
diff --git a/bin/options/proto.html b/bin/options/proto.html
new file mode 100644 (file)
index 0000000..c9e9490
--- /dev/null
@@ -0,0 +1,217 @@
+
+
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>&lt;no title&gt; &mdash; libmemcached-awesome 1.1.3 documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+  <script type="text/javascript" src="../../_static/js/modernizr.min.js"></script>
+  
+    
+      <script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
+        <script type="text/javascript" src="../../_static/jquery.js"></script>
+        <script type="text/javascript" src="../../_static/underscore.js"></script>
+        <script type="text/javascript" src="../../_static/doctools.js"></script>
+        <script type="text/javascript" src="../../_static/language_data.js"></script>
+    
+    <script type="text/javascript" src="../../_static/js/theme.js"></script>
+
+    
+
+  
+  <link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
+  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
+    <link rel="index" title="Index" href="../../genindex.html" />
+    <link rel="search" title="Search" href="../../search.html" />
+    <link rel="copyright" title="Copyright" href="../../copyright.html" /> 
+</head>
+
+<body class="wy-body-for-nav">
+
+   
+  <div class="wy-grid-for-nav">
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search" >
+          
+
+          
+            <a href="../../index.html" class="icon icon-home"> libmemcached-awesome
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                1.1
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <ul>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached.html">Introduction</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached/index.html">libmemcached API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcachedutil/index.html">libmemcachedutil API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libhashkit/index.html">libhashkit API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../index.html">Client Applications</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../libmemcached/index_misc.html">Miscellaneous</a></li>
+</ul>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../../changelogs.html">Change Logs</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../issues.html">Known issues</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../copyright.html">Copyright</a></li>
+</ul>
+
+            
+          
+        </div>
+      </div>
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../../index.html">libmemcached-awesome</a>
+        
+      </nav>
+
+
+      <div class="wy-nav-content">
+        
+        <div class="rst-content">
+        
+          
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div role="navigation" aria-label="breadcrumbs navigation">
+
+  <ul class="wy-breadcrumbs">
+    
+      <li><a href="../../index.html">Docs</a> &raquo;</li>
+        
+      <li>&lt;no title&gt;</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            
+              <a href="https://github.com/awesomized/libmemcached/blob/v1.x/docs/source/bin/options/proto.rst" class="fa fa-github"> Edit on GitHub</a>
+            
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <dl class="option">
+<dt id="cmdoption-b-binary">
+<code class="descname">-b|--binary</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-b-binary" title="Permalink to this definition">¶</a></dt>
+<dd><p>Enable binary protocol.</p>
+</dd></dl>
+
+<dl class="option">
+<dt id="cmdoption-b-buffer">
+<code class="descname">-B|--buffer</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-b-buffer" title="Permalink to this definition">¶</a></dt>
+<dd><p>Buffer requests.</p>
+</dd></dl>
+
+
+
+           </div>
+           
+          </div>
+          <footer>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; <a href="../../copyright.html">Copyright</a> 
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.Navigation.enable(true);
+      });
+  </script>
+
+  
+  
+    
+   
+
+</body>
+</html>
\ No newline at end of file
index a3ceca670ba0244a7e15020aae270177348bbeae..6a44a095c3fb20d159ee8768f6ecbab31c5cc4fc 100644 (file)
            <div itemprop="articleBody">
             
   <dl class="option">
-<dt id="cmdoption-username">
-<code class="descname">--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-username" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-u-username">
+<code class="descname">-u|--username</code><code class="descclassname"> &lt;username&gt;</code><a class="headerlink" href="#cmdoption-u-username" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>username</em> for SASL authentication.</p>
 </dd></dl>
 
 <dl class="option">
-<dt id="cmdoption-password">
-<code class="descname">--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-password" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-p-password">
+<code class="descname">-p|--password</code><code class="descclassname"> &lt;password&gt;</code><a class="headerlink" href="#cmdoption-p-password" title="Permalink to this definition">¶</a></dt>
 <dd><p>Use <em>password</em> for SASL authentication.</p>
 </dd></dl>
 
index 74c392eb235e39db80acf619dbfa7a227cb59b74..9ac7b3b6abe44e17be2da9b3ed6b2f054d006d7d 100644 (file)
            <div itemprop="articleBody">
             
   <dl class="option">
-<dt id="cmdoption-udp">
-<code class="descname">--udp</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-udp" title="Permalink to this definition">¶</a></dt>
+<dt id="cmdoption-u-udp">
+<code class="descname">-U|--udp</code><code class="descclassname"></code><a class="headerlink" href="#cmdoption-u-udp" title="Permalink to this definition">¶</a></dt>
 <dd><p>Enable UDP operation mode.</p>
 </dd></dl>
 
index 2d87a79cef5dcb0e1783220d53f815d33831b5d6..4cf1b4240745f7d0ad24ad1ce64f16778aabd451 100644 (file)
 <table style="width: 100%" class="indextable genindextable"><tr>
   <td style="width: 33%; vertical-align: top;"><ul>
       <li>
-    --add
+    -+|--relative
 
       <ul>
-        <li><a href="bin/memcp.html#cmdoption-memcp-add">memcp command line option</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-relative">memcp command line option</a>
 </li>
       </ul></li>
       <li>
-    --analyze
+    --help
 
       <ul>
-        <li><a href="bin/memstat.html#cmdoption-memstat-analyze">memstat command line option</a>
+        <li><a href="bin/memaslap.html#cmdoption-memaslap-help">memaslap command line option</a>
 </li>
       </ul></li>
       <li>
-    --binary
+    --iterations
 
       <ul>
-        <li><a href="bin/options/common.html#cmdoption-binary">command line option</a>
-</li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-binary">memcat command line option</a>
-</li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-binary">memcp command line option</a>
-</li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-binary">memdump command line option</a>
-</li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-binary">memexist command line option</a>
-</li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-binary">memflush command line option</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-iterations">memstat command line option</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-binary">memping command line option</a>
-</li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-binary">memrm command line option</a>
+      </ul></li>
+      <li>
+    --servers
+
+      <ul>
+        <li><a href="bin/memaslap.html#cmdoption-memaslap-servers">memaslap command line option</a>
 </li>
-        <li><a href="bin/memslap.html#cmdoption-memslap-binary">memslap command line option</a>
+      </ul></li>
+      <li>
+    -.|--basename
+
+      <ul>
+        <li><a href="bin/memcp.html#cmdoption-memcp-basename">memcp command line option</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-binary">memstat command line option</a>
+      </ul></li>
+      <li>
+    -/|--absolute
+
+      <ul>
+        <li><a href="bin/memcp.html#cmdoption-memcp-absolute">memcp command line option</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-binary">memtouch command line option</a>
+      </ul></li>
+      <li>
+    -A|--add
+
+      <ul>
+        <li><a href="bin/memcp.html#cmdoption-memcp-a-add">memcp command line option</a>
 </li>
       </ul></li>
       <li>
-    --buffer
+    -a|--analyze [&lt;arg&gt;]
 
       <ul>
-        <li><a href="bin/memcp.html#cmdoption-memcp-buffer">memcp command line option</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-a-analyze">memstat command line option</a>
 </li>
       </ul></li>
       <li>
-    --debug
+    -A|--args &lt;stat&gt;
 
       <ul>
-        <li><a href="bin/options/common.html#cmdoption-debug">command line option</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-a-args">memstat command line option</a>
 </li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-debug">memcat command line option</a>
+      </ul></li>
+      <li>
+    -b|--binary
+
+      <ul>
+        <li><a href="bin/options/common_get.html#cmdoption-b-binary">command line option</a>, <a href="bin/options/common_set.html#cmdoption-b-binary">[1]</a>, <a href="bin/options/proto.html#cmdoption-b-binary">[2]</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-debug">memcp command line option</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-b-binary">memcat command line option</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-debug">memdump command line option</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-b-binary">memcp command line option</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-debug">memexist command line option</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-b-binary">memdump command line option</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-debug">memflush command line option</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-b-binary">memexist command line option</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-debug">memping command line option</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-b-binary">memflush command line option</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-debug">memrm command line option</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-b-binary">memrm command line option</a>
 </li>
-        <li><a href="bin/memslap.html#cmdoption-memslap-debug">memslap command line option</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-b-binary">memslap command line option</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-debug">memstat command line option</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-b-binary">memstat command line option</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-debug">memtouch command line option</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-b-binary">memtouch command line option</a>
 </li>
       </ul></li>
       <li>
-    --expire &lt;expiration&gt;
+    -B|--buffer
 
       <ul>
-        <li><a href="bin/options/expire.html#cmdoption-expire">command line option</a>
+        <li><a href="bin/options/common_get.html#cmdoption-b-buffer">command line option</a>, <a href="bin/options/common_set.html#cmdoption-b-buffer">[1]</a>, <a href="bin/options/proto.html#cmdoption-b-buffer">[2]</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-expire">memcp command line option</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-b-buffer">memcat command line option</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-expire">memflush command line option</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-b-buffer">memcp command line option</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-expire">memtouch command line option</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-b-buffer">memdump command line option</a>
+</li>
+        <li><a href="bin/memexist.html#cmdoption-memexist-b-buffer">memexist command line option</a>
+</li>
+        <li><a href="bin/memflush.html#cmdoption-memflush-b-buffer">memflush command line option</a>
+</li>
+        <li><a href="bin/memrm.html#cmdoption-memrm-b-buffer">memrm command line option</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-b-buffer">memslap command line option</a>
+</li>
+        <li><a href="bin/memstat.html#cmdoption-memstat-b-buffer">memstat command line option</a>
+</li>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-b-buffer">memtouch command line option</a>
 </li>
       </ul></li>
       <li>
-    --flag
+    -c
 
       <ul>
-        <li><a href="bin/memcat.html#cmdoption-memcat-flag">memcat command line option</a>
+        <li><a href="bin/memcapable.html#cmdoption-memcapable-c">memcapable command line option</a>
 </li>
       </ul></li>
       <li>
-    --flag &lt;number&gt;
+    -c|--concurrency &lt;num&gt;
 
       <ul>
-        <li><a href="bin/options/flag.html#cmdoption-flag">command line option</a>
-</li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-flag">memcp command line option</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-c-concurrency">memslap command line option</a>
 </li>
       </ul></li>
       <li>
-    --hash &lt;algorithm&gt;
+    -d|--debug
 
       <ul>
-        <li><a href="bin/options/hash.html#cmdoption-hash">command line option</a>
+        <li><a href="bin/options/common.html#cmdoption-d-debug">command line option</a>, <a href="bin/options/common_get.html#cmdoption-d-debug">[1]</a>, <a href="bin/options/common_set.html#cmdoption-d-debug">[2]</a>
+</li>
+        <li><a href="bin/memcat.html#cmdoption-memcat-d-debug">memcat command line option</a>
+</li>
+        <li><a href="bin/memcp.html#cmdoption-memcp-d-debug">memcp command line option</a>
+</li>
+        <li><a href="bin/memdump.html#cmdoption-memdump-d-debug">memdump command line option</a>
+</li>
+        <li><a href="bin/memerror.html#cmdoption-memerror-d-debug">memerror command line option</a>
+</li>
+        <li><a href="bin/memexist.html#cmdoption-memexist-d-debug">memexist command line option</a>
 </li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-hash">memcat command line option</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-d-debug">memflush command line option</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-hash">memcp command line option</a>
+        <li><a href="bin/memping.html#cmdoption-memping-d-debug">memping command line option</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-hash">memdump command line option</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-d-debug">memrm command line option</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-hash">memexist command line option</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-d-debug">memslap command line option</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-hash">memrm command line option</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-d-debug">memstat command line option</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-hash">memtouch command line option</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-d-debug">memtouch command line option</a>
 </li>
       </ul></li>
       <li>
-    --help
+    -e|--execute-number &lt;num&gt;
 
       <ul>
-        <li><a href="bin/options/all.html#cmdoption-help">command line option</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-e-execute-number">memslap command line option</a>
 </li>
-        <li><a href="bin/memaslap.html#cmdoption-memaslap-help">memaslap command line option</a>
+      </ul></li>
+      <li>
+    -e|--expire &lt;expiration&gt;
+
+      <ul>
+        <li><a href="bin/options/common_set.html#cmdoption-e-expire">command line option</a>, <a href="bin/options/expire.html#cmdoption-e-expire">[1]</a>
 </li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-help">memcat command line option</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-e-expire">memcp command line option</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-help">memcp command line option</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-e-expire">memflush command line option</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-help">memdump command line option</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-e-expire">memrm command line option</a>
 </li>
-        <li><a href="bin/memerror.html#cmdoption-memerror-help">memerror command line option</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-e-expire">memtouch command line option</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-help">memexist command line option</a>
+      </ul></li>
+      <li>
+    -f|--file [&lt;file&gt;]
+
+      <ul>
+        <li><a href="bin/options/file_out.html#cmdoption-f-file">command line option</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-help">memflush command line option</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-f-file">memcat command line option</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-help">memping command line option</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-f-file">memdump command line option</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-help">memrm command line option</a>
+      </ul></li>
+      <li>
+    -F|--flags
+
+      <ul>
+        <li><a href="bin/options/flags_noarg.html#cmdoption-f-flags">command line option</a>
 </li>
-        <li><a href="bin/memslap.html#cmdoption-memslap-help">memslap command line option</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-f-flags">memcat command line option</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-help">memstat command line option</a>
+      </ul></li>
+      <li>
+    -F|--flags &lt;number&gt;
+
+      <ul>
+        <li><a href="bin/options/flags_reqarg.html#cmdoption-f-flags">command line option</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-help">memtouch command line option</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-f-flags">memcp command line option</a>
 </li>
       </ul></li>
       <li>
-    --password &lt;password&gt;
+    -F|--flush
 
       <ul>
-        <li><a href="bin/options/sasl.html#cmdoption-password">command line option</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-f-flush">memslap command line option</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-password">memcp command line option</a>
+      </ul></li>
+      <li>
+    -h hostname
+
+      <ul>
+        <li><a href="bin/memcapable.html#cmdoption-memcapable-h">memcapable command line option</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-password">memdump command line option</a>
+      </ul></li>
+      <li>
+    -H|--hash &lt;algorithm&gt;
+
+      <ul>
+        <li><a href="bin/options/common_set.html#cmdoption-h-hash">command line option</a>, <a href="bin/options/hash.html#cmdoption-h-hash">[1]</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-password">memexist command line option</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-h-hash">memcat command line option</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-password">memflush command line option</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-h-hash">memcp command line option</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-password">memping command line option</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-h-hash">memexist command line option</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-password">memrm command line option</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-h-hash">memrm command line option</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-password">memstat command line option</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-h-hash">memslap command line option</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-password">memtouch command line option</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-h-hash">memtouch command line option</a>
 </li>
       </ul></li>
       <li>
-    --quiet
+    -h|--help
 
       <ul>
-        <li><a href="bin/options/common.html#cmdoption-quiet">command line option</a>
+        <li><a href="bin/options/all.html#cmdoption-h-help">command line option</a>, <a href="bin/options/common_get.html#cmdoption-h-help">[1]</a>, <a href="bin/options/common_set.html#cmdoption-h-help">[2]</a>
 </li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-quiet">memcat command line option</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-h-help">memcat command line option</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-quiet">memcp command line option</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-h-help">memcp command line option</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-quiet">memdump command line option</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-h-help">memdump command line option</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-quiet">memexist command line option</a>
+        <li><a href="bin/memerror.html#cmdoption-memerror-h-help">memerror command line option</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-quiet">memflush command line option</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-h-help">memexist command line option</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-quiet">memping command line option</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-h-help">memflush command line option</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-quiet">memrm command line option</a>
+        <li><a href="bin/memping.html#cmdoption-memping-h-help">memping command line option</a>
 </li>
-        <li><a href="bin/memslap.html#cmdoption-memslap-quiet">memslap command line option</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-h-help">memrm command line option</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-quiet">memstat command line option</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-h-help">memslap command line option</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-quiet">memtouch command line option</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-h-help">memstat command line option</a>
+</li>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-h-help">memtouch command line option</a>
 </li>
       </ul></li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
       <li>
-    --replace
+    -l|--initial-load &lt;num&gt;
 
       <ul>
-        <li><a href="bin/memcp.html#cmdoption-memcp-replace">memcp command line option</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-l-initial-load">memslap command line option</a>
 </li>
       </ul></li>
       <li>
-    --server-version
+    -n|--non-blocking
 
       <ul>
-        <li><a href="bin/memstat.html#cmdoption-memstat-server-version">memstat command line option</a>
+        <li><a href="bin/options/common_get.html#cmdoption-n-non-blocking">command line option</a>, <a href="bin/options/common_set.html#cmdoption-n-non-blocking">[1]</a>, <a href="bin/options/net.html#cmdoption-n-non-blocking">[2]</a>
+</li>
+        <li><a href="bin/memcat.html#cmdoption-memcat-n-non-blocking">memcat command line option</a>
+</li>
+        <li><a href="bin/memcp.html#cmdoption-memcp-n-non-blocking">memcp command line option</a>
+</li>
+        <li><a href="bin/memdump.html#cmdoption-memdump-n-non-blocking">memdump command line option</a>
+</li>
+        <li><a href="bin/memexist.html#cmdoption-memexist-n-non-blocking">memexist command line option</a>
+</li>
+        <li><a href="bin/memflush.html#cmdoption-memflush-n-non-blocking">memflush command line option</a>
+</li>
+        <li><a href="bin/memrm.html#cmdoption-memrm-n-non-blocking">memrm command line option</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-n-non-blocking">memslap command line option</a>
+</li>
+        <li><a href="bin/memstat.html#cmdoption-memstat-n-non-blocking">memstat command line option</a>
+</li>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-n-non-blocking">memtouch command line option</a>
 </li>
       </ul></li>
+  </ul></td>
+  <td style="width: 33%; vertical-align: top;"><ul>
       <li>
-    --servers &lt;list of servers&gt;
+    -N|--tcp-nodelay
 
       <ul>
-        <li><a href="bin/options/common.html#cmdoption-servers">command line option</a>
+        <li><a href="bin/options/common_get.html#cmdoption-n-tcp-nodelay">command line option</a>, <a href="bin/options/common_set.html#cmdoption-n-tcp-nodelay">[1]</a>, <a href="bin/options/net.html#cmdoption-n-tcp-nodelay">[2]</a>
 </li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-servers">memcat command line option</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-n-tcp-nodelay">memcat command line option</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-servers">memcp command line option</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-n-tcp-nodelay">memcp command line option</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-servers">memdump command line option</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-n-tcp-nodelay">memdump command line option</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-servers">memexist command line option</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-n-tcp-nodelay">memexist command line option</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-servers">memflush command line option</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-n-tcp-nodelay">memflush command line option</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-servers">memping command line option</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-n-tcp-nodelay">memrm command line option</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-servers">memrm command line option</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-n-tcp-nodelay">memslap command line option</a>
 </li>
-        <li><a href="bin/memslap.html#cmdoption-memslap-servers">memslap command line option</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-n-tcp-nodelay">memstat command line option</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-servers">memstat command line option</a>
-</li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-servers">memtouch command line option</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-n-tcp-nodelay">memtouch command line option</a>
 </li>
       </ul></li>
       <li>
-    --set
+    -p port
 
       <ul>
-        <li><a href="bin/memcp.html#cmdoption-memcp-set">memcp command line option</a>
+        <li><a href="bin/memcapable.html#cmdoption-memcapable-p">memcapable command line option</a>
 </li>
       </ul></li>
       <li>
-    --udp
+    -p|--password &lt;password&gt;
 
       <ul>
-        <li><a href="bin/options/udp.html#cmdoption-udp">command line option</a>
+        <li><a href="bin/options/common_get.html#cmdoption-p-password">command line option</a>, <a href="bin/options/common_set.html#cmdoption-p-password">[1]</a>, <a href="bin/options/sasl.html#cmdoption-p-password">[2]</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-udp">memcp command line option</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-p-password">memcat command line option</a>
 </li>
-      </ul></li>
-      <li>
-    --username &lt;username&gt;
-
-      <ul>
-        <li><a href="bin/options/sasl.html#cmdoption-username">command line option</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-p-password">memcp command line option</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-username">memcp command line option</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-p-password">memdump command line option</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-username">memdump command line option</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-p-password">memexist command line option</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-username">memexist command line option</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-p-password">memflush command line option</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-username">memflush command line option</a>
+        <li><a href="bin/memping.html#cmdoption-memping-p-password">memping command line option</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-username">memping command line option</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-p-password">memrm command line option</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-username">memrm command line option</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-p-password">memslap command line option</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-username">memstat command line option</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-p-password">memstat command line option</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-username">memtouch command line option</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-p-password">memtouch command line option</a>
 </li>
       </ul></li>
       <li>
-    --verbose
+    -q|--quiet
 
       <ul>
-        <li><a href="bin/options/common.html#cmdoption-verbose">command line option</a>
+        <li><a href="bin/options/common.html#cmdoption-q-quiet">command line option</a>, <a href="bin/options/common_get.html#cmdoption-q-quiet">[1]</a>, <a href="bin/options/common_set.html#cmdoption-q-quiet">[2]</a>
 </li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-verbose">memcat command line option</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-q-quiet">memcat command line option</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-verbose">memcp command line option</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-q-quiet">memcp command line option</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-verbose">memdump command line option</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-q-quiet">memdump command line option</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-verbose">memexist command line option</a>
+        <li><a href="bin/memerror.html#cmdoption-memerror-q-quiet">memerror command line option</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-verbose">memflush command line option</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-q-quiet">memexist command line option</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-verbose">memping command line option</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-q-quiet">memflush command line option</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-verbose">memrm command line option</a>
+        <li><a href="bin/memping.html#cmdoption-memping-q-quiet">memping command line option</a>
 </li>
-        <li><a href="bin/memslap.html#cmdoption-memslap-verbose">memslap command line option</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-q-quiet">memrm command line option</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-verbose">memstat command line option</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-q-quiet">memslap command line option</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-verbose">memtouch command line option</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-q-quiet">memstat command line option</a>
+</li>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-q-quiet">memtouch command line option</a>
 </li>
       </ul></li>
       <li>
-    --version
+    -R|--noreply
 
       <ul>
-        <li><a href="bin/options/all.html#cmdoption-version">command line option</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-r-noreply">memslap command line option</a>
 </li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-version">memcat command line option</a>
+      </ul></li>
+      <li>
+    -R|--replace
+
+      <ul>
+        <li><a href="bin/memcp.html#cmdoption-memcp-r-replace">memcp command line option</a>
+</li>
+      </ul></li>
+      <li>
+    -s|--servers &lt;list of servers&gt;
+
+      <ul>
+        <li><a href="bin/options/common_get.html#cmdoption-s-servers">command line option</a>, <a href="bin/options/common_set.html#cmdoption-s-servers">[1]</a>, <a href="bin/options/net.html#cmdoption-s-servers">[2]</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-version">memcp command line option</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-s-servers">memcat command line option</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-version">memdump command line option</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-s-servers">memcp command line option</a>
 </li>
-        <li><a href="bin/memerror.html#cmdoption-memerror-version">memerror command line option</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-s-servers">memdump command line option</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-version">memexist command line option</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-s-servers">memexist command line option</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-version">memflush command line option</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-s-servers">memflush command line option</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-version">memping command line option</a>
+        <li><a href="bin/memping.html#cmdoption-memping-s-servers">memping command line option</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-version">memrm command line option</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-s-servers">memrm command line option</a>
 </li>
-        <li><a href="bin/memslap.html#cmdoption-memslap-version">memslap command line option</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-s-servers">memslap command line option</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-version">memstat command line option</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-s-servers">memstat command line option</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-version">memtouch command line option</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-s-servers">memtouch command line option</a>
 </li>
       </ul></li>
       <li>
-    -c
+    -S|--set
 
       <ul>
-        <li><a href="bin/memcapable.html#cmdoption-memcapable-c">memcapable command line option</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-s-set">memcp command line option</a>
 </li>
       </ul></li>
       <li>
-    -h hostname
+    -S|-server-version
 
       <ul>
-        <li><a href="bin/memcapable.html#cmdoption-memcapable-h">memcapable command line option</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-s-server-version">memstat command line option</a>
 </li>
       </ul></li>
       <li>
-    -p port
+    -t n
 
       <ul>
-        <li><a href="bin/memcapable.html#cmdoption-memcapable-p">memcapable command line option</a>
+        <li><a href="bin/memcapable.html#cmdoption-memcapable-t">memcapable command line option</a>
 </li>
       </ul></li>
       <li>
-    -t n
+    -t|--test &lt;arg&gt;
 
       <ul>
-        <li><a href="bin/memcapable.html#cmdoption-memcapable-t">memcapable command line option</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-t-test">memslap command line option</a>
+</li>
+      </ul></li>
+      <li>
+    -U|--udp
+
+      <ul>
+        <li><a href="bin/options/udp.html#cmdoption-u-udp">command line option</a>
+</li>
+        <li><a href="bin/memcp.html#cmdoption-memcp-u-udp">memcp command line option</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-u-udp">memslap command line option</a>
+</li>
+      </ul></li>
+      <li>
+    -u|--username &lt;username&gt;
+
+      <ul>
+        <li><a href="bin/options/common_get.html#cmdoption-u-username">command line option</a>, <a href="bin/options/common_set.html#cmdoption-u-username">[1]</a>, <a href="bin/options/sasl.html#cmdoption-u-username">[2]</a>
+</li>
+        <li><a href="bin/memcat.html#cmdoption-memcat-u-username">memcat command line option</a>
+</li>
+        <li><a href="bin/memcp.html#cmdoption-memcp-u-username">memcp command line option</a>
+</li>
+        <li><a href="bin/memdump.html#cmdoption-memdump-u-username">memdump command line option</a>
+</li>
+        <li><a href="bin/memexist.html#cmdoption-memexist-u-username">memexist command line option</a>
+</li>
+        <li><a href="bin/memflush.html#cmdoption-memflush-u-username">memflush command line option</a>
+</li>
+        <li><a href="bin/memping.html#cmdoption-memping-u-username">memping command line option</a>
+</li>
+        <li><a href="bin/memrm.html#cmdoption-memrm-u-username">memrm command line option</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-u-username">memslap command line option</a>
+</li>
+        <li><a href="bin/memstat.html#cmdoption-memstat-u-username">memstat command line option</a>
+</li>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-u-username">memtouch command line option</a>
 </li>
       </ul></li>
       <li>
 
       <ul>
         <li><a href="bin/memcapable.html#cmdoption-memcapable-v">memcapable command line option</a>
+</li>
+      </ul></li>
+      <li>
+    -v|--verbose
+
+      <ul>
+        <li><a href="bin/options/common.html#cmdoption-v-verbose">command line option</a>, <a href="bin/options/common_get.html#cmdoption-v-verbose">[1]</a>, <a href="bin/options/common_set.html#cmdoption-v-verbose">[2]</a>
+</li>
+        <li><a href="bin/memcat.html#cmdoption-memcat-v-verbose">memcat command line option</a>
+</li>
+        <li><a href="bin/memcp.html#cmdoption-memcp-v-verbose">memcp command line option</a>
+</li>
+        <li><a href="bin/memdump.html#cmdoption-memdump-v-verbose">memdump command line option</a>
+</li>
+        <li><a href="bin/memerror.html#cmdoption-memerror-v-verbose">memerror command line option</a>
+</li>
+        <li><a href="bin/memexist.html#cmdoption-memexist-v-verbose">memexist command line option</a>
+</li>
+        <li><a href="bin/memflush.html#cmdoption-memflush-v-verbose">memflush command line option</a>
+</li>
+        <li><a href="bin/memping.html#cmdoption-memping-v-verbose">memping command line option</a>
+</li>
+        <li><a href="bin/memrm.html#cmdoption-memrm-v-verbose">memrm command line option</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-v-verbose">memslap command line option</a>
+</li>
+        <li><a href="bin/memstat.html#cmdoption-memstat-v-verbose">memstat command line option</a>
+</li>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-v-verbose">memtouch command line option</a>
+</li>
+      </ul></li>
+      <li>
+    -V|--version
+
+      <ul>
+        <li><a href="bin/options/all.html#cmdoption-v-version">command line option</a>, <a href="bin/options/common_get.html#cmdoption-v-version">[1]</a>, <a href="bin/options/common_set.html#cmdoption-v-version">[2]</a>
+</li>
+        <li><a href="bin/memcat.html#cmdoption-memcat-v-version">memcat command line option</a>
+</li>
+        <li><a href="bin/memcp.html#cmdoption-memcp-v-version">memcp command line option</a>
+</li>
+        <li><a href="bin/memdump.html#cmdoption-memdump-v-version">memdump command line option</a>
+</li>
+        <li><a href="bin/memerror.html#cmdoption-memerror-v-version">memerror command line option</a>
+</li>
+        <li><a href="bin/memexist.html#cmdoption-memexist-v-version">memexist command line option</a>
+</li>
+        <li><a href="bin/memflush.html#cmdoption-memflush-v-version">memflush command line option</a>
+</li>
+        <li><a href="bin/memping.html#cmdoption-memping-v-version">memping command line option</a>
+</li>
+        <li><a href="bin/memrm.html#cmdoption-memrm-v-version">memrm command line option</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-v-version">memslap command line option</a>
+</li>
+        <li><a href="bin/memstat.html#cmdoption-memstat-v-version">memstat command line option</a>
+</li>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-v-version">memtouch command line option</a>
 </li>
       </ul></li>
   </ul></td>
     command line option
 
       <ul>
-        <li><a href="bin/options/common.html#cmdoption-binary">--binary</a>
+        <li><a href="bin/options/common_get.html#cmdoption-b-buffer">-B|--buffer</a>, <a href="bin/options/common_set.html#cmdoption-b-buffer">[1]</a>, <a href="bin/options/proto.html#cmdoption-b-buffer">[2]</a>
+</li>
+        <li><a href="bin/options/flags_noarg.html#cmdoption-f-flags">-F|--flags</a>
+</li>
+        <li><a href="bin/options/flags_reqarg.html#cmdoption-f-flags">-F|--flags &lt;number&gt;</a>
+</li>
+        <li><a href="bin/options/common_set.html#cmdoption-h-hash">-H|--hash &lt;algorithm&gt;</a>, <a href="bin/options/hash.html#cmdoption-h-hash">[1]</a>
 </li>
-        <li><a href="bin/options/common.html#cmdoption-debug">--debug</a>
+        <li><a href="bin/options/common_get.html#cmdoption-n-tcp-nodelay">-N|--tcp-nodelay</a>, <a href="bin/options/common_set.html#cmdoption-n-tcp-nodelay">[1]</a>, <a href="bin/options/net.html#cmdoption-n-tcp-nodelay">[2]</a>
 </li>
-        <li><a href="bin/options/expire.html#cmdoption-expire">--expire &lt;expiration&gt;</a>
+        <li><a href="bin/options/udp.html#cmdoption-u-udp">-U|--udp</a>
 </li>
-        <li><a href="bin/options/flag.html#cmdoption-flag">--flag &lt;number&gt;</a>
+        <li><a href="bin/options/all.html#cmdoption-v-version">-V|--version</a>, <a href="bin/options/common_get.html#cmdoption-v-version">[1]</a>, <a href="bin/options/common_set.html#cmdoption-v-version">[2]</a>
 </li>
-        <li><a href="bin/options/hash.html#cmdoption-hash">--hash &lt;algorithm&gt;</a>
+        <li><a href="bin/options/common_get.html#cmdoption-b-binary">-b|--binary</a>, <a href="bin/options/common_set.html#cmdoption-b-binary">[1]</a>, <a href="bin/options/proto.html#cmdoption-b-binary">[2]</a>
 </li>
-        <li><a href="bin/options/all.html#cmdoption-help">--help</a>
+        <li><a href="bin/options/common.html#cmdoption-d-debug">-d|--debug</a>, <a href="bin/options/common_get.html#cmdoption-d-debug">[1]</a>, <a href="bin/options/common_set.html#cmdoption-d-debug">[2]</a>
 </li>
-        <li><a href="bin/options/sasl.html#cmdoption-password">--password &lt;password&gt;</a>
+        <li><a href="bin/options/common_set.html#cmdoption-e-expire">-e|--expire &lt;expiration&gt;</a>, <a href="bin/options/expire.html#cmdoption-e-expire">[1]</a>
 </li>
-        <li><a href="bin/options/common.html#cmdoption-quiet">--quiet</a>
+        <li><a href="bin/options/file_out.html#cmdoption-f-file">-f|--file [&lt;file&gt;]</a>
 </li>
-        <li><a href="bin/options/common.html#cmdoption-servers">--servers &lt;list of servers&gt;</a>
+        <li><a href="bin/options/all.html#cmdoption-h-help">-h|--help</a>, <a href="bin/options/common_get.html#cmdoption-h-help">[1]</a>, <a href="bin/options/common_set.html#cmdoption-h-help">[2]</a>
 </li>
-        <li><a href="bin/options/udp.html#cmdoption-udp">--udp</a>
+        <li><a href="bin/options/common_get.html#cmdoption-n-non-blocking">-n|--non-blocking</a>, <a href="bin/options/common_set.html#cmdoption-n-non-blocking">[1]</a>, <a href="bin/options/net.html#cmdoption-n-non-blocking">[2]</a>
 </li>
-        <li><a href="bin/options/sasl.html#cmdoption-username">--username &lt;username&gt;</a>
+        <li><a href="bin/options/common_get.html#cmdoption-p-password">-p|--password &lt;password&gt;</a>, <a href="bin/options/common_set.html#cmdoption-p-password">[1]</a>, <a href="bin/options/sasl.html#cmdoption-p-password">[2]</a>
 </li>
-        <li><a href="bin/options/common.html#cmdoption-verbose">--verbose</a>
+        <li><a href="bin/options/common.html#cmdoption-q-quiet">-q|--quiet</a>, <a href="bin/options/common_get.html#cmdoption-q-quiet">[1]</a>, <a href="bin/options/common_set.html#cmdoption-q-quiet">[2]</a>
 </li>
-        <li><a href="bin/options/all.html#cmdoption-version">--version</a>
+        <li><a href="bin/options/common_get.html#cmdoption-s-servers">-s|--servers &lt;list of servers&gt;</a>, <a href="bin/options/common_set.html#cmdoption-s-servers">[1]</a>, <a href="bin/options/net.html#cmdoption-s-servers">[2]</a>
+</li>
+        <li><a href="bin/options/common_get.html#cmdoption-u-username">-u|--username &lt;username&gt;</a>, <a href="bin/options/common_set.html#cmdoption-u-username">[1]</a>, <a href="bin/options/sasl.html#cmdoption-u-username">[2]</a>
+</li>
+        <li><a href="bin/options/common.html#cmdoption-v-verbose">-v|--verbose</a>, <a href="bin/options/common_get.html#cmdoption-v-verbose">[1]</a>, <a href="bin/options/common_set.html#cmdoption-v-verbose">[2]</a>
 </li>
       </ul></li>
   </ul></td>
 
       <ul>
         <li><a href="bin/memaslap.html#cmdoption-memaslap-help">--help</a>
+</li>
+        <li><a href="bin/memaslap.html#cmdoption-memaslap-servers">--servers</a>
 </li>
       </ul></li>
       <li><a href="libmemcached/configuration.html#_CPPv49memcachedPKc6size_t">memcached (C++ function)</a>
 </li>
       <li><a href="libmemcached/memcached_return_t.html#_CPPv4N18memcached_return_t25MEMCACHED_NO_KEY_PROVIDEDE">memcached_return_t::MEMCACHED_NO_KEY_PROVIDED (C++ enumerator)</a>
 </li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
       <li><a href="libmemcached/memcached_return_t.html#_CPPv4N18memcached_return_t20MEMCACHED_NO_SERVERSE">memcached_return_t::MEMCACHED_NO_SERVERS (C++ enumerator)</a>
 </li>
       <li><a href="libmemcached/memcached_return_t.html#_CPPv4N18memcached_return_t23MEMCACHED_NOT_SUPPORTEDE">memcached_return_t::MEMCACHED_NOT_SUPPORTED (C++ enumerator)</a>
 </li>
       <li><a href="libmemcached/memcached_servers.html#_CPPv432memcached_server_add_unix_socketP12memcached_stPKc">memcached_server_add_unix_socket (C++ function)</a>
 </li>
+  </ul></td>
+  <td style="width: 33%; vertical-align: top;"><ul>
       <li><a href="libmemcached/memcached_servers.html#_CPPv423memcached_server_by_keyP12memcached_stPKc6size_tP18memcached_return_t">memcached_server_by_key (C++ function)</a>
 </li>
       <li><a href="libmemcached/memcached_servers.html#_CPPv422memcached_server_countP12memcached_st">memcached_server_count (C++ function)</a>
     memcat command line option
 
       <ul>
-        <li><a href="bin/memcat.html#cmdoption-memcat-binary">--binary</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-b-buffer">-B|--buffer</a>
 </li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-debug">--debug</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-f-flags">-F|--flags</a>
 </li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-flag">--flag</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-h-hash">-H|--hash &lt;algorithm&gt;</a>
 </li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-hash">--hash &lt;algorithm&gt;</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-n-tcp-nodelay">-N|--tcp-nodelay</a>
 </li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-help">--help</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-v-version">-V|--version</a>
 </li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-quiet">--quiet</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-b-binary">-b|--binary</a>
 </li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-servers">--servers &lt;list of servers&gt;</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-d-debug">-d|--debug</a>
 </li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-verbose">--verbose</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-f-file">-f|--file [&lt;file&gt;]</a>
 </li>
-        <li><a href="bin/memcat.html#cmdoption-memcat-version">--version</a>
+        <li><a href="bin/memcat.html#cmdoption-memcat-h-help">-h|--help</a>
+</li>
+        <li><a href="bin/memcat.html#cmdoption-memcat-n-non-blocking">-n|--non-blocking</a>
+</li>
+        <li><a href="bin/memcat.html#cmdoption-memcat-p-password">-p|--password &lt;password&gt;</a>
+</li>
+        <li><a href="bin/memcat.html#cmdoption-memcat-q-quiet">-q|--quiet</a>
+</li>
+        <li><a href="bin/memcat.html#cmdoption-memcat-s-servers">-s|--servers &lt;list of servers&gt;</a>
+</li>
+        <li><a href="bin/memcat.html#cmdoption-memcat-u-username">-u|--username &lt;username&gt;</a>
+</li>
+        <li><a href="bin/memcat.html#cmdoption-memcat-v-verbose">-v|--verbose</a>
 </li>
       </ul></li>
       <li>
     memcp command line option
 
       <ul>
-        <li><a href="bin/memcp.html#cmdoption-memcp-add">--add</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-relative">-+|--relative</a>
+</li>
+        <li><a href="bin/memcp.html#cmdoption-memcp-basename">-.|--basename</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-binary">--binary</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-absolute">-/|--absolute</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-buffer">--buffer</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-a-add">-A|--add</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-debug">--debug</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-b-buffer">-B|--buffer</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-expire">--expire &lt;expiration&gt;</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-f-flags">-F|--flags &lt;number&gt;</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-flag">--flag &lt;number&gt;</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-h-hash">-H|--hash &lt;algorithm&gt;</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-hash">--hash &lt;algorithm&gt;</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-n-tcp-nodelay">-N|--tcp-nodelay</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-help">--help</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-r-replace">-R|--replace</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-password">--password &lt;password&gt;</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-s-set">-S|--set</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-quiet">--quiet</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-u-udp">-U|--udp</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-replace">--replace</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-v-version">-V|--version</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-servers">--servers &lt;list of servers&gt;</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-b-binary">-b|--binary</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-set">--set</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-d-debug">-d|--debug</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-udp">--udp</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-e-expire">-e|--expire &lt;expiration&gt;</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-username">--username &lt;username&gt;</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-h-help">-h|--help</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-verbose">--verbose</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-n-non-blocking">-n|--non-blocking</a>
 </li>
-        <li><a href="bin/memcp.html#cmdoption-memcp-version">--version</a>
+        <li><a href="bin/memcp.html#cmdoption-memcp-p-password">-p|--password &lt;password&gt;</a>
+</li>
+        <li><a href="bin/memcp.html#cmdoption-memcp-q-quiet">-q|--quiet</a>
+</li>
+        <li><a href="bin/memcp.html#cmdoption-memcp-s-servers">-s|--servers &lt;list of servers&gt;</a>
+</li>
+        <li><a href="bin/memcp.html#cmdoption-memcp-u-username">-u|--username &lt;username&gt;</a>
+</li>
+        <li><a href="bin/memcp.html#cmdoption-memcp-v-verbose">-v|--verbose</a>
 </li>
       </ul></li>
       <li>
     memdump command line option
 
       <ul>
-        <li><a href="bin/memdump.html#cmdoption-memdump-binary">--binary</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-b-buffer">-B|--buffer</a>
+</li>
+        <li><a href="bin/memdump.html#cmdoption-memdump-n-tcp-nodelay">-N|--tcp-nodelay</a>
+</li>
+        <li><a href="bin/memdump.html#cmdoption-memdump-v-version">-V|--version</a>
+</li>
+        <li><a href="bin/memdump.html#cmdoption-memdump-b-binary">-b|--binary</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-debug">--debug</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-d-debug">-d|--debug</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-hash">--hash &lt;algorithm&gt;</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-f-file">-f|--file [&lt;file&gt;]</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-help">--help</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-h-help">-h|--help</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-password">--password &lt;password&gt;</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-n-non-blocking">-n|--non-blocking</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-quiet">--quiet</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-p-password">-p|--password &lt;password&gt;</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-servers">--servers &lt;list of servers&gt;</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-q-quiet">-q|--quiet</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-username">--username &lt;username&gt;</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-s-servers">-s|--servers &lt;list of servers&gt;</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-verbose">--verbose</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-u-username">-u|--username &lt;username&gt;</a>
 </li>
-        <li><a href="bin/memdump.html#cmdoption-memdump-version">--version</a>
+        <li><a href="bin/memdump.html#cmdoption-memdump-v-verbose">-v|--verbose</a>
 </li>
       </ul></li>
       <li>
     memerror command line option
 
       <ul>
-        <li><a href="bin/memerror.html#cmdoption-memerror-help">--help</a>
+        <li><a href="bin/memerror.html#cmdoption-memerror-v-version">-V|--version</a>
 </li>
-        <li><a href="bin/memerror.html#cmdoption-memerror-version">--version</a>
+        <li><a href="bin/memerror.html#cmdoption-memerror-d-debug">-d|--debug</a>
+</li>
+        <li><a href="bin/memerror.html#cmdoption-memerror-h-help">-h|--help</a>
+</li>
+        <li><a href="bin/memerror.html#cmdoption-memerror-q-quiet">-q|--quiet</a>
+</li>
+        <li><a href="bin/memerror.html#cmdoption-memerror-v-verbose">-v|--verbose</a>
 </li>
       </ul></li>
       <li>
     memexist command line option
 
       <ul>
-        <li><a href="bin/memexist.html#cmdoption-memexist-binary">--binary</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-b-buffer">-B|--buffer</a>
+</li>
+        <li><a href="bin/memexist.html#cmdoption-memexist-h-hash">-H|--hash &lt;algorithm&gt;</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-debug">--debug</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-n-tcp-nodelay">-N|--tcp-nodelay</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-hash">--hash &lt;algorithm&gt;</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-v-version">-V|--version</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-help">--help</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-b-binary">-b|--binary</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-password">--password &lt;password&gt;</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-d-debug">-d|--debug</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-quiet">--quiet</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-h-help">-h|--help</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-servers">--servers &lt;list of servers&gt;</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-n-non-blocking">-n|--non-blocking</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-username">--username &lt;username&gt;</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-p-password">-p|--password &lt;password&gt;</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-verbose">--verbose</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-q-quiet">-q|--quiet</a>
 </li>
-        <li><a href="bin/memexist.html#cmdoption-memexist-version">--version</a>
+        <li><a href="bin/memexist.html#cmdoption-memexist-s-servers">-s|--servers &lt;list of servers&gt;</a>
+</li>
+        <li><a href="bin/memexist.html#cmdoption-memexist-u-username">-u|--username &lt;username&gt;</a>
+</li>
+        <li><a href="bin/memexist.html#cmdoption-memexist-v-verbose">-v|--verbose</a>
 </li>
       </ul></li>
       <li>
     memflush command line option
 
       <ul>
-        <li><a href="bin/memflush.html#cmdoption-memflush-binary">--binary</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-b-buffer">-B|--buffer</a>
+</li>
+        <li><a href="bin/memflush.html#cmdoption-memflush-n-tcp-nodelay">-N|--tcp-nodelay</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-debug">--debug</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-v-version">-V|--version</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-expire">--expire &lt;expiration&gt;</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-b-binary">-b|--binary</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-help">--help</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-d-debug">-d|--debug</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-password">--password &lt;password&gt;</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-e-expire">-e|--expire &lt;expiration&gt;</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-quiet">--quiet</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-h-help">-h|--help</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-servers">--servers &lt;list of servers&gt;</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-n-non-blocking">-n|--non-blocking</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-username">--username &lt;username&gt;</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-p-password">-p|--password &lt;password&gt;</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-verbose">--verbose</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-q-quiet">-q|--quiet</a>
 </li>
-        <li><a href="bin/memflush.html#cmdoption-memflush-version">--version</a>
+        <li><a href="bin/memflush.html#cmdoption-memflush-s-servers">-s|--servers &lt;list of servers&gt;</a>
+</li>
+        <li><a href="bin/memflush.html#cmdoption-memflush-u-username">-u|--username &lt;username&gt;</a>
+</li>
+        <li><a href="bin/memflush.html#cmdoption-memflush-v-verbose">-v|--verbose</a>
 </li>
       </ul></li>
       <li>
     memping command line option
 
       <ul>
-        <li><a href="bin/memping.html#cmdoption-memping-binary">--binary</a>
+        <li><a href="bin/memping.html#cmdoption-memping-v-version">-V|--version</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-debug">--debug</a>
+        <li><a href="bin/memping.html#cmdoption-memping-d-debug">-d|--debug</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-help">--help</a>
+        <li><a href="bin/memping.html#cmdoption-memping-h-help">-h|--help</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-password">--password &lt;password&gt;</a>
+        <li><a href="bin/memping.html#cmdoption-memping-p-password">-p|--password &lt;password&gt;</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-quiet">--quiet</a>
+        <li><a href="bin/memping.html#cmdoption-memping-q-quiet">-q|--quiet</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-servers">--servers &lt;list of servers&gt;</a>
+        <li><a href="bin/memping.html#cmdoption-memping-s-servers">-s|--servers &lt;list of servers&gt;</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-username">--username &lt;username&gt;</a>
+        <li><a href="bin/memping.html#cmdoption-memping-u-username">-u|--username &lt;username&gt;</a>
 </li>
-        <li><a href="bin/memping.html#cmdoption-memping-verbose">--verbose</a>
-</li>
-        <li><a href="bin/memping.html#cmdoption-memping-version">--version</a>
+        <li><a href="bin/memping.html#cmdoption-memping-v-verbose">-v|--verbose</a>
 </li>
       </ul></li>
       <li>
     memrm command line option
 
       <ul>
-        <li><a href="bin/memrm.html#cmdoption-memrm-binary">--binary</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-b-buffer">-B|--buffer</a>
+</li>
+        <li><a href="bin/memrm.html#cmdoption-memrm-h-hash">-H|--hash &lt;algorithm&gt;</a>
+</li>
+        <li><a href="bin/memrm.html#cmdoption-memrm-n-tcp-nodelay">-N|--tcp-nodelay</a>
+</li>
+        <li><a href="bin/memrm.html#cmdoption-memrm-v-version">-V|--version</a>
+</li>
+        <li><a href="bin/memrm.html#cmdoption-memrm-b-binary">-b|--binary</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-debug">--debug</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-d-debug">-d|--debug</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-hash">--hash &lt;algorithm&gt;</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-e-expire">-e|--expire &lt;expiration&gt;</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-help">--help</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-h-help">-h|--help</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-password">--password &lt;password&gt;</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-n-non-blocking">-n|--non-blocking</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-quiet">--quiet</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-p-password">-p|--password &lt;password&gt;</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-servers">--servers &lt;list of servers&gt;</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-q-quiet">-q|--quiet</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-username">--username &lt;username&gt;</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-s-servers">-s|--servers &lt;list of servers&gt;</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-verbose">--verbose</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-u-username">-u|--username &lt;username&gt;</a>
 </li>
-        <li><a href="bin/memrm.html#cmdoption-memrm-version">--version</a>
+        <li><a href="bin/memrm.html#cmdoption-memrm-v-verbose">-v|--verbose</a>
 </li>
       </ul></li>
       <li>
     memslap command line option
 
       <ul>
-        <li><a href="bin/memslap.html#cmdoption-memslap-binary">--binary</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-b-buffer">-B|--buffer</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-f-flush">-F|--flush</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-h-hash">-H|--hash &lt;algorithm&gt;</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-n-tcp-nodelay">-N|--tcp-nodelay</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-r-noreply">-R|--noreply</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-u-udp">-U|--udp</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-v-version">-V|--version</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-b-binary">-b|--binary</a>
 </li>
-        <li><a href="bin/memslap.html#cmdoption-memslap-debug">--debug</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-c-concurrency">-c|--concurrency &lt;num&gt;</a>
 </li>
-        <li><a href="bin/memslap.html#cmdoption-memslap-help">--help</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-d-debug">-d|--debug</a>
 </li>
-        <li><a href="bin/memslap.html#cmdoption-memslap-quiet">--quiet</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-e-execute-number">-e|--execute-number &lt;num&gt;</a>
 </li>
-        <li><a href="bin/memslap.html#cmdoption-memslap-servers">--servers &lt;list of servers&gt;</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-h-help">-h|--help</a>
 </li>
-        <li><a href="bin/memslap.html#cmdoption-memslap-verbose">--verbose</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-l-initial-load">-l|--initial-load &lt;num&gt;</a>
 </li>
-        <li><a href="bin/memslap.html#cmdoption-memslap-version">--version</a>
+        <li><a href="bin/memslap.html#cmdoption-memslap-n-non-blocking">-n|--non-blocking</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-p-password">-p|--password &lt;password&gt;</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-q-quiet">-q|--quiet</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-s-servers">-s|--servers &lt;list of servers&gt;</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-t-test">-t|--test &lt;arg&gt;</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-u-username">-u|--username &lt;username&gt;</a>
+</li>
+        <li><a href="bin/memslap.html#cmdoption-memslap-v-verbose">-v|--verbose</a>
 </li>
       </ul></li>
       <li>
     memstat command line option
 
       <ul>
-        <li><a href="bin/memstat.html#cmdoption-memstat-analyze">--analyze</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-iterations">--iterations</a>
+</li>
+        <li><a href="bin/memstat.html#cmdoption-memstat-a-args">-A|--args &lt;stat&gt;</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-binary">--binary</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-b-buffer">-B|--buffer</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-debug">--debug</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-n-tcp-nodelay">-N|--tcp-nodelay</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-help">--help</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-s-server-version">-S|-server-version</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-password">--password &lt;password&gt;</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-v-version">-V|--version</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-quiet">--quiet</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-a-analyze">-a|--analyze [&lt;arg&gt;]</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-server-version">--server-version</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-b-binary">-b|--binary</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-servers">--servers &lt;list of servers&gt;</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-d-debug">-d|--debug</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-username">--username &lt;username&gt;</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-h-help">-h|--help</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-verbose">--verbose</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-n-non-blocking">-n|--non-blocking</a>
 </li>
-        <li><a href="bin/memstat.html#cmdoption-memstat-version">--version</a>
+        <li><a href="bin/memstat.html#cmdoption-memstat-p-password">-p|--password &lt;password&gt;</a>
+</li>
+        <li><a href="bin/memstat.html#cmdoption-memstat-q-quiet">-q|--quiet</a>
+</li>
+        <li><a href="bin/memstat.html#cmdoption-memstat-s-servers">-s|--servers &lt;list of servers&gt;</a>
+</li>
+        <li><a href="bin/memstat.html#cmdoption-memstat-u-username">-u|--username &lt;username&gt;</a>
+</li>
+        <li><a href="bin/memstat.html#cmdoption-memstat-v-verbose">-v|--verbose</a>
 </li>
       </ul></li>
       <li>
     memtouch command line option
 
       <ul>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-binary">--binary</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-b-buffer">-B|--buffer</a>
+</li>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-h-hash">-H|--hash &lt;algorithm&gt;</a>
+</li>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-n-tcp-nodelay">-N|--tcp-nodelay</a>
+</li>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-v-version">-V|--version</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-debug">--debug</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-b-binary">-b|--binary</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-expire">--expire &lt;expiration&gt;</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-d-debug">-d|--debug</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-hash">--hash &lt;algorithm&gt;</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-e-expire">-e|--expire &lt;expiration&gt;</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-help">--help</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-h-help">-h|--help</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-password">--password &lt;password&gt;</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-n-non-blocking">-n|--non-blocking</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-quiet">--quiet</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-p-password">-p|--password &lt;password&gt;</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-servers">--servers &lt;list of servers&gt;</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-q-quiet">-q|--quiet</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-username">--username &lt;username&gt;</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-s-servers">-s|--servers &lt;list of servers&gt;</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-verbose">--verbose</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-u-username">-u|--username &lt;username&gt;</a>
 </li>
-        <li><a href="bin/memtouch.html#cmdoption-memtouch-version">--version</a>
+        <li><a href="bin/memtouch.html#cmdoption-memtouch-v-verbose">-v|--verbose</a>
 </li>
       </ul></li>
   </ul></td>
index 1c8925779cf82556ff055bcd26a3c3a8b39a2d3b..7a7e79436e9445e04c176a5929a1d1de082fea67 100644 (file)
@@ -234,7 +234,7 @@ and sets the result to the <a class="reference internal" href="#_CPPv421memcache
 must be freed by the calling application.</p>
 <div class="admonition seealso">
 <p class="first admonition-title">See also</p>
-<p class="last"><a class="reference internal" href="../bin/memstat.html#cmdoption-memstat-analyze"><code class="xref std std-option docutils literal notranslate"><span class="pre">memstat</span> <span class="pre">--analyze</span></code></a>
+<p class="last"><code class="xref std std-option docutils literal notranslate"><span class="pre">memstat</span> <span class="pre">--analyze</span></code>
 A command line tool to analyze a memcached server.</p>
 </div>
 </div>
index e3f9f0c71f067f42974d90ba7cb7c9814e310693..38294bb40f6bdc3a11355ae7fd08ceb4b43c75df 100644 (file)
Binary files a/objects.inv and b/objects.inv differ
index 1269690735da00578cf0e5265deb426d006f1594..e0d3ef52ed31da4ff27b1d995f847bb351cc27ae 100644 (file)
@@ -1 +1 @@
-Search.setIndex({docnames:["ChangeLog-0","ChangeLog-1.0","ChangeLog-1.1","bin/index","bin/memaslap","bin/memcapable","bin/memcat","bin/memcp","bin/memdump","bin/memerror","bin/memexist","bin/memflush","bin/memparse","bin/memping","bin/memrm","bin/memslap","bin/memstat","bin/memtouch","bin/options/all","bin/options/common","bin/options/expire","bin/options/flag","bin/options/hash","bin/options/sasl","bin/options/udp","changelogs","copyright","index","issues","libhashkit/hashkit_create","libhashkit/hashkit_function","libhashkit/hashkit_functions","libhashkit/hashkit_value","libhashkit/index","libmemcached","libmemcached/configuration","libmemcached/constants","libmemcached/examples","libmemcached/index","libmemcached/index_advanced","libmemcached/index_advanced_aeh","libmemcached/index_advanced_daemon","libmemcached/index_advanced_internals","libmemcached/index_advanced_servers","libmemcached/index_advanced_stats","libmemcached/index_basics","libmemcached/index_data","libmemcached/index_deprecated","libmemcached/index_errors","libmemcached/index_misc","libmemcached/memcached_analyze","libmemcached/memcached_append","libmemcached/memcached_auto","libmemcached/memcached_behavior","libmemcached/memcached_callback","libmemcached/memcached_cas","libmemcached/memcached_create","libmemcached/memcached_delete","libmemcached/memcached_dump","libmemcached/memcached_exist","libmemcached/memcached_fetch","libmemcached/memcached_flush","libmemcached/memcached_flush_buffers","libmemcached/memcached_generate_hash_value","libmemcached/memcached_get","libmemcached/memcached_last_error","libmemcached/memcached_memory_allocators","libmemcached/memcached_quit","libmemcached/memcached_result_st","libmemcached/memcached_return_t","libmemcached/memcached_sasl","libmemcached/memcached_server_st","libmemcached/memcached_servers","libmemcached/memcached_set","libmemcached/memcached_set_encoding_key","libmemcached/memcached_stats","libmemcached/memcached_strerror","libmemcached/memcached_touch","libmemcached/memcached_user_data","libmemcached/memcached_verbosity","libmemcached/memcached_version","libmemcached/versioning","libmemcachedutil/index","libmemcachedutil/memcached_pool"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.cpp":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:55},filenames:["ChangeLog-0.rst","ChangeLog-1.0.rst","ChangeLog-1.1.rst","bin/index.rst","bin/memaslap.rst","bin/memcapable.rst","bin/memcat.rst","bin/memcp.rst","bin/memdump.rst","bin/memerror.rst","bin/memexist.rst","bin/memflush.rst","bin/memparse.rst","bin/memping.rst","bin/memrm.rst","bin/memslap.rst","bin/memstat.rst","bin/memtouch.rst","bin/options/all.rst","bin/options/common.rst","bin/options/expire.rst","bin/options/flag.rst","bin/options/hash.rst","bin/options/sasl.rst","bin/options/udp.rst","changelogs.rst","copyright.rst","index.rst","issues.rst","libhashkit/hashkit_create.rst","libhashkit/hashkit_function.rst","libhashkit/hashkit_functions.rst","libhashkit/hashkit_value.rst","libhashkit/index.rst","libmemcached.rst","libmemcached/configuration.rst","libmemcached/constants.rst","libmemcached/examples.rst","libmemcached/index.rst","libmemcached/index_advanced.rst","libmemcached/index_advanced_aeh.rst","libmemcached/index_advanced_daemon.rst","libmemcached/index_advanced_internals.rst","libmemcached/index_advanced_servers.rst","libmemcached/index_advanced_stats.rst","libmemcached/index_basics.rst","libmemcached/index_data.rst","libmemcached/index_deprecated.rst","libmemcached/index_errors.rst","libmemcached/index_misc.rst","libmemcached/memcached_analyze.rst","libmemcached/memcached_append.rst","libmemcached/memcached_auto.rst","libmemcached/memcached_behavior.rst","libmemcached/memcached_callback.rst","libmemcached/memcached_cas.rst","libmemcached/memcached_create.rst","libmemcached/memcached_delete.rst","libmemcached/memcached_dump.rst","libmemcached/memcached_exist.rst","libmemcached/memcached_fetch.rst","libmemcached/memcached_flush.rst","libmemcached/memcached_flush_buffers.rst","libmemcached/memcached_generate_hash_value.rst","libmemcached/memcached_get.rst","libmemcached/memcached_last_error.rst","libmemcached/memcached_memory_allocators.rst","libmemcached/memcached_quit.rst","libmemcached/memcached_result_st.rst","libmemcached/memcached_return_t.rst","libmemcached/memcached_sasl.rst","libmemcached/memcached_server_st.rst","libmemcached/memcached_servers.rst","libmemcached/memcached_set.rst","libmemcached/memcached_set_encoding_key.rst","libmemcached/memcached_stats.rst","libmemcached/memcached_strerror.rst","libmemcached/memcached_touch.rst","libmemcached/memcached_user_data.rst","libmemcached/memcached_verbosity.rst","libmemcached/memcached_version.rst","libmemcached/versioning.rst","libmemcachedutil/index.rst","libmemcachedutil/memcached_pool.rst"],objects:{"":{"--binary":[19,7,1,"cmdoption-binary"],"--debug":[19,7,1,"cmdoption-debug"],"--expire":[20,7,1,"cmdoption-expire"],"--flag":[21,7,1,"cmdoption-flag"],"--hash":[22,7,1,"cmdoption-hash"],"--help":[18,7,1,"cmdoption-help"],"--password":[23,7,1,"cmdoption-password"],"--quiet":[19,7,1,"cmdoption-quiet"],"--servers":[19,7,1,"cmdoption-servers"],"--udp":[24,7,1,"cmdoption-udp"],"--username":[23,7,1,"cmdoption-username"],"--verbose":[19,7,1,"cmdoption-verbose"],"--version":[18,7,1,"cmdoption-version"],"hashkit_clone::destination":[29,4,1,"_CPPv413hashkit_cloneP10hashkit_stPK10hashkit_st"],"hashkit_clone::ptr":[29,4,1,"_CPPv413hashkit_cloneP10hashkit_stPK10hashkit_st"],"hashkit_crc32::key":[31,4,1,"_CPPv413hashkit_crc32PKc6size_t"],"hashkit_crc32::key_length":[31,4,1,"_CPPv413hashkit_crc32PKc6size_t"],"hashkit_create::hash":[29,4,1,"_CPPv414hashkit_createP10hashkit_st"],"hashkit_default::key":[31,4,1,"_CPPv415hashkit_defaultPKc6size_t"],"hashkit_default::key_length":[31,4,1,"_CPPv415hashkit_defaultPKc6size_t"],"hashkit_fnv1_32::key":[31,4,1,"_CPPv415hashkit_fnv1_32PKc6size_t"],"hashkit_fnv1_32::key_length":[31,4,1,"_CPPv415hashkit_fnv1_32PKc6size_t"],"hashkit_fnv1_64::key":[31,4,1,"_CPPv415hashkit_fnv1_64PKc6size_t"],"hashkit_fnv1_64::key_length":[31,4,1,"_CPPv415hashkit_fnv1_64PKc6size_t"],"hashkit_fnv1a_32::key":[31,4,1,"_CPPv416hashkit_fnv1a_32PKc6size_t"],"hashkit_fnv1a_32::key_length":[31,4,1,"_CPPv416hashkit_fnv1a_32PKc6size_t"],"hashkit_fnv1a_64::key":[31,4,1,"_CPPv416hashkit_fnv1a_64PKc6size_t"],"hashkit_fnv1a_64::key_length":[31,4,1,"_CPPv416hashkit_fnv1a_64PKc6size_t"],"hashkit_free::hash":[29,4,1,"_CPPv412hashkit_freeP10hashkit_st"],"hashkit_get_distribution_function::hash":[30,4,1,"_CPPv433hashkit_get_distribution_functionPK10hashkit_st"],"hashkit_get_function::hash":[30,4,1,"_CPPv420hashkit_get_functionPK10hashkit_st"],"hashkit_hash_algorithm_t::HASHKIT_HASH_CRC":[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t16HASHKIT_HASH_CRCE"],"hashkit_hash_algorithm_t::HASHKIT_HASH_CUSTOM":[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t19HASHKIT_HASH_CUSTOME"],"hashkit_hash_algorithm_t::HASHKIT_HASH_DEFAULT":[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_DEFAULTE"],"hashkit_hash_algorithm_t::HASHKIT_HASH_FNV1A_32":[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_32E"],"hashkit_hash_algorithm_t::HASHKIT_HASH_FNV1A_64":[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_64E"],"hashkit_hash_algorithm_t::HASHKIT_HASH_FNV1_32":[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_32E"],"hashkit_hash_algorithm_t::HASHKIT_HASH_FNV1_64":[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_64E"],"hashkit_hash_algorithm_t::HASHKIT_HASH_HSIEH":[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t18HASHKIT_HASH_HSIEHE"],"hashkit_hash_algorithm_t::HASHKIT_HASH_JENKINS":[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_JENKINSE"],"hashkit_hash_algorithm_t::HASHKIT_HASH_MD5":[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t16HASHKIT_HASH_MD5E"],"hashkit_hash_algorithm_t::HASHKIT_HASH_MURMUR":[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t19HASHKIT_HASH_MURMURE"],"hashkit_hash_algorithm_t::HASHKIT_HASH_MURMUR3":[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_MURMUR3E"],"hashkit_hsieh::key":[31,4,1,"_CPPv413hashkit_hsiehPKc6size_t"],"hashkit_hsieh::key_length":[31,4,1,"_CPPv413hashkit_hsiehPKc6size_t"],"hashkit_is_allocated::hash":[29,4,1,"_CPPv420hashkit_is_allocatedPK10hashkit_st"],"hashkit_jenkins::key":[31,4,1,"_CPPv415hashkit_jenkinsPKc6size_t"],"hashkit_jenkins::key_length":[31,4,1,"_CPPv415hashkit_jenkinsPKc6size_t"],"hashkit_md5::key":[31,4,1,"_CPPv411hashkit_md5PKc6size_t"],"hashkit_md5::key_length":[31,4,1,"_CPPv411hashkit_md5PKc6size_t"],"hashkit_murmur3::key":[31,4,1,"_CPPv415hashkit_murmur3PKc6size_t"],"hashkit_murmur3::key_length":[31,4,1,"_CPPv415hashkit_murmur3PKc6size_t"],"hashkit_murmur::key":[31,4,1,"_CPPv414hashkit_murmurPKc6size_t"],"hashkit_murmur::key_length":[31,4,1,"_CPPv414hashkit_murmurPKc6size_t"],"hashkit_return_t::HASHKIT_FAILURE":[30,2,1,"_CPPv4N16hashkit_return_t15HASHKIT_FAILUREE"],"hashkit_return_t::HASHKIT_INVALID_ARGUMENT":[30,2,1,"_CPPv4N16hashkit_return_t24HASHKIT_INVALID_ARGUMENTE"],"hashkit_return_t::HASHKIT_INVALID_HASH":[30,2,1,"_CPPv4N16hashkit_return_t20HASHKIT_INVALID_HASHE"],"hashkit_return_t::HASHKIT_MEMORY_ALLOCATION_FAILURE":[30,2,1,"_CPPv4N16hashkit_return_t33HASHKIT_MEMORY_ALLOCATION_FAILUREE"],"hashkit_return_t::HASHKIT_SUCCESS":[30,2,1,"_CPPv4N16hashkit_return_t15HASHKIT_SUCCESSE"],"hashkit_set_custom_distribution_function::context":[30,4,1,"_CPPv440hashkit_set_custom_distribution_functionP10hashkit_st15hashkit_hash_fnPv"],"hashkit_set_custom_distribution_function::function":[30,4,1,"_CPPv440hashkit_set_custom_distribution_functionP10hashkit_st15hashkit_hash_fnPv"],"hashkit_set_custom_distribution_function::hash":[30,4,1,"_CPPv440hashkit_set_custom_distribution_functionP10hashkit_st15hashkit_hash_fnPv"],"hashkit_set_custom_function::context":[30,4,1,"_CPPv427hashkit_set_custom_functionP10hashkit_st15hashkit_hash_fnPv"],"hashkit_set_custom_function::function":[30,4,1,"_CPPv427hashkit_set_custom_functionP10hashkit_st15hashkit_hash_fnPv"],"hashkit_set_custom_function::hash":[30,4,1,"_CPPv427hashkit_set_custom_functionP10hashkit_st15hashkit_hash_fnPv"],"hashkit_set_distribution_function::hash":[30,4,1,"_CPPv433hashkit_set_distribution_functionP10hashkit_st24hashkit_hash_algorithm_t"],"hashkit_set_distribution_function::hash_algorithm":[30,4,1,"_CPPv433hashkit_set_distribution_functionP10hashkit_st24hashkit_hash_algorithm_t"],"hashkit_set_function::hash":[30,4,1,"_CPPv420hashkit_set_functionP10hashkit_st24hashkit_hash_algorithm_t"],"hashkit_set_function::hash_algorithm":[30,4,1,"_CPPv420hashkit_set_functionP10hashkit_st24hashkit_hash_algorithm_t"],"hashkit_value::hash":[32,4,1,"_CPPv413hashkit_valueP10hashkit_stPKc6size_t"],"hashkit_value::key":[32,4,1,"_CPPv413hashkit_valueP10hashkit_stPKc6size_t"],"hashkit_value::key_length":[32,4,1,"_CPPv413hashkit_valueP10hashkit_stPKc6size_t"],"libmemcached_check_configuration::error_buffer":[35,4,1,"_CPPv432libmemcached_check_configurationPKc6size_tPc6size_t"],"libmemcached_check_configuration::error_buffer_size":[35,4,1,"_CPPv432libmemcached_check_configurationPKc6size_tPc6size_t"],"libmemcached_check_configuration::length":[35,4,1,"_CPPv432libmemcached_check_configurationPKc6size_tPc6size_t"],"libmemcached_check_configuration::option_string":[35,4,1,"_CPPv432libmemcached_check_configurationPKc6size_tPc6size_t"],"memcached::string":[35,4,1,"_CPPv49memcachedPKc6size_t"],"memcached::string_length":[35,4,1,"_CPPv49memcachedPKc6size_t"],"memcached_add::expiration":[73,4,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add::flags":[73,4,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add::key":[73,4,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add::key_length":[73,4,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add::ptr":[73,4,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add::value":[73,4,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add::value_length":[73,4,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::expiration":[73,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::flags":[73,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::group_key":[73,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::group_key_length":[73,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::key":[73,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::key_length":[73,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::ptr":[73,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::value":[73,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::value_length":[73,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_analyze::error":[50,4,1,"_CPPv417memcached_analyzeP12memcached_stP17memcached_stat_stP18memcached_return_t"],"memcached_analyze::ptr":[50,4,1,"_CPPv417memcached_analyzeP12memcached_stP17memcached_stat_stP18memcached_return_t"],"memcached_analyze::stat":[50,4,1,"_CPPv417memcached_analyzeP12memcached_stP17memcached_stat_stP18memcached_return_t"],"memcached_append::expiration":[51,4,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append::flags":[51,4,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append::key":[51,4,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append::key_length":[51,4,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append::ptr":[51,4,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append::value":[51,4,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append::value_length":[51,4,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::expiration":[51,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::flags":[51,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::group_key":[51,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::group_key_length":[51,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::key":[51,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::key_length":[51,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::ptr":[51,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::value":[51,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::value_length":[51,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_behavior_get::flag":[53,4,1,"_CPPv422memcached_behavior_getP12memcached_st20memcached_behavior_t"],"memcached_behavior_get::ptr":[53,4,1,"_CPPv422memcached_behavior_getP12memcached_st20memcached_behavior_t"],"memcached_behavior_set::data":[53,4,1,"_CPPv422memcached_behavior_setP12memcached_st20memcached_behavior_t8uint64_t"],"memcached_behavior_set::flag":[53,4,1,"_CPPv422memcached_behavior_setP12memcached_st20memcached_behavior_t8uint64_t"],"memcached_behavior_set::ptr":[53,4,1,"_CPPv422memcached_behavior_setP12memcached_st20memcached_behavior_t8uint64_t"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_AUTO_EJECT_HOSTS":[53,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_AUTO_EJECT_HOSTSE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_BINARY_PROTOCOL":[53,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_BINARY_PROTOCOLE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_BUFFER_REQUESTS":[53,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_BUFFER_REQUESTSE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_CACHE_LOOKUPS":[53,2,1,"_CPPv4N20memcached_behavior_t32MEMCACHED_BEHAVIOR_CACHE_LOOKUPSE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_CONNECT_TIMEOUT":[53,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_CONNECT_TIMEOUTE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_CORK":[53,2,1,"_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_CORKE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_DISTRIBUTION":[53,2,1,"_CPPv4N20memcached_behavior_t31MEMCACHED_BEHAVIOR_DISTRIBUTIONE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH":[53,2,1,"_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH_WITH_PREFIX_KEY":[53,2,1,"_CPPv4N20memcached_behavior_t39MEMCACHED_BEHAVIOR_HASH_WITH_PREFIX_KEYE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_IO_BYTES_WATERMARK":[53,2,1,"_CPPv4N20memcached_behavior_t37MEMCACHED_BEHAVIOR_IO_BYTES_WATERMARKE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_IO_KEY_PREFETCH":[53,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_IO_KEY_PREFETCHE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_IO_MSG_WATERMARK":[53,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_IO_MSG_WATERMARKE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_KEEPALIVE":[53,2,1,"_CPPv4N20memcached_behavior_t28MEMCACHED_BEHAVIOR_KEEPALIVEE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_KEEPALIVE_IDLE":[53,2,1,"_CPPv4N20memcached_behavior_t33MEMCACHED_BEHAVIOR_KEEPALIVE_IDLEE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_KETAMA":[53,2,1,"_CPPv4N20memcached_behavior_t25MEMCACHED_BEHAVIOR_KETAMAE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_KETAMA_COMPAT":[53,2,1,"_CPPv4N20memcached_behavior_t32MEMCACHED_BEHAVIOR_KETAMA_COMPATE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_KETAMA_HASH":[53,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_KETAMA_HASHE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_KETAMA_WEIGHTED":[53,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_KETAMA_WEIGHTEDE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_NOREPLY":[53,2,1,"_CPPv4N20memcached_behavior_t26MEMCACHED_BEHAVIOR_NOREPLYE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_NO_BLOCK":[53,2,1,"_CPPv4N20memcached_behavior_t27MEMCACHED_BEHAVIOR_NO_BLOCKE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_NUMBER_OF_REPLICAS":[53,2,1,"_CPPv4N20memcached_behavior_t37MEMCACHED_BEHAVIOR_NUMBER_OF_REPLICASE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_POLL_TIMEOUT":[53,2,1,"_CPPv4N20memcached_behavior_t31MEMCACHED_BEHAVIOR_POLL_TIMEOUTE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_RANDOMIZE_REPLICA_READ":[53,2,1,"_CPPv4N20memcached_behavior_t41MEMCACHED_BEHAVIOR_RANDOMIZE_REPLICA_READE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_RCV_TIMEOUT":[53,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_RCV_TIMEOUTE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERS":[53,2,1,"_CPPv4N20memcached_behavior_t40MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERSE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_RETRY_TIMEOUT":[53,2,1,"_CPPv4N20memcached_behavior_t32MEMCACHED_BEHAVIOR_RETRY_TIMEOUTE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_SERVER_FAILURE_LIMIT":[53,2,1,"_CPPv4N20memcached_behavior_t39MEMCACHED_BEHAVIOR_SERVER_FAILURE_LIMITE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_SND_TIMEOUT":[53,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_SND_TIMEOUTE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_SOCKET_RECV_SIZE":[53,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_SOCKET_RECV_SIZEE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_SOCKET_SEND_SIZE":[53,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_SOCKET_SEND_SIZEE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_SORT_HOSTS":[53,2,1,"_CPPv4N20memcached_behavior_t29MEMCACHED_BEHAVIOR_SORT_HOSTSE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_SUPPORT_CAS":[53,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_SUPPORT_CASE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_TCP_NODELAY":[53,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_TCP_NODELAYE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_USER_DATA":[53,2,1,"_CPPv4N20memcached_behavior_t28MEMCACHED_BEHAVIOR_USER_DATAE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_USE_UDP":[53,2,1,"_CPPv4N20memcached_behavior_t26MEMCACHED_BEHAVIOR_USE_UDPE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_VERIFY_KEY":[53,2,1,"_CPPv4N20memcached_behavior_t29MEMCACHED_BEHAVIOR_VERIFY_KEYE"],"memcached_callback_get::error":[54,4,1,"_CPPv422memcached_callback_getP12memcached_st20memcached_callback_tP18memcached_return_t"],"memcached_callback_get::flag":[54,4,1,"_CPPv422memcached_callback_getP12memcached_st20memcached_callback_tP18memcached_return_t"],"memcached_callback_get::ptr":[54,4,1,"_CPPv422memcached_callback_getP12memcached_st20memcached_callback_tP18memcached_return_t"],"memcached_callback_set::data":[54,4,1,"_CPPv422memcached_callback_setP12memcached_st20memcached_callback_tPKv"],"memcached_callback_set::flag":[54,4,1,"_CPPv422memcached_callback_setP12memcached_st20memcached_callback_tPKv"],"memcached_callback_set::ptr":[54,4,1,"_CPPv422memcached_callback_setP12memcached_st20memcached_callback_tPKv"],"memcached_callback_t::MEMCACHED_CALLBACK_CLEANUP_FUNCTION":[54,2,1,"_CPPv4N20memcached_callback_t35MEMCACHED_CALLBACK_CLEANUP_FUNCTIONE"],"memcached_callback_t::MEMCACHED_CALLBACK_CLEANUP_FUNCTION::memcached_cleanup_fn":[54,6,1,"_CPPv4N20memcached_callback_t35MEMCACHED_CALLBACK_CLEANUP_FUNCTION20memcached_cleanup_fnE"],"memcached_callback_t::MEMCACHED_CALLBACK_CLONE_FUNCTION":[54,2,1,"_CPPv4N20memcached_callback_t33MEMCACHED_CALLBACK_CLONE_FUNCTIONE"],"memcached_callback_t::MEMCACHED_CALLBACK_CLONE_FUNCTION::memcached_clone_fn":[54,6,1,"_CPPv4N20memcached_callback_t33MEMCACHED_CALLBACK_CLONE_FUNCTION18memcached_clone_fnE"],"memcached_callback_t::MEMCACHED_CALLBACK_DELETE_TRIGGER":[54,2,1,"_CPPv4N20memcached_callback_t33MEMCACHED_CALLBACK_DELETE_TRIGGERE"],"memcached_callback_t::MEMCACHED_CALLBACK_DELETE_TRIGGER::memcached_trigger_delete_key":[54,6,1,"_CPPv4N20memcached_callback_t33MEMCACHED_CALLBACK_DELETE_TRIGGER28memcached_trigger_delete_keyE"],"memcached_callback_t::MEMCACHED_CALLBACK_FREE_FUNCTION":[54,2,1,"_CPPv4N20memcached_callback_t32MEMCACHED_CALLBACK_FREE_FUNCTIONE"],"memcached_callback_t::MEMCACHED_CALLBACK_GET_FAILURE":[54,2,1,"_CPPv4N20memcached_callback_t30MEMCACHED_CALLBACK_GET_FAILUREE"],"memcached_callback_t::MEMCACHED_CALLBACK_GET_FAILURE::memcached_trigger_key":[54,6,1,"_CPPv4N20memcached_callback_t30MEMCACHED_CALLBACK_GET_FAILURE21memcached_trigger_keyE"],"memcached_callback_t::MEMCACHED_CALLBACK_MALLOC_FUNCTION":[54,2,1,"_CPPv4N20memcached_callback_t34MEMCACHED_CALLBACK_MALLOC_FUNCTIONE"],"memcached_callback_t::MEMCACHED_CALLBACK_NAMESPACE":[54,2,1,"_CPPv4N20memcached_callback_t28MEMCACHED_CALLBACK_NAMESPACEE"],"memcached_callback_t::MEMCACHED_CALLBACK_PREFIX_KEY":[54,2,1,"_CPPv4N20memcached_callback_t29MEMCACHED_CALLBACK_PREFIX_KEYE"],"memcached_callback_t::MEMCACHED_CALLBACK_REALLOC_FUNCTION":[54,2,1,"_CPPv4N20memcached_callback_t35MEMCACHED_CALLBACK_REALLOC_FUNCTIONE"],"memcached_callback_t::MEMCACHED_CALLBACK_USER_DATA":[54,2,1,"_CPPv4N20memcached_callback_t28MEMCACHED_CALLBACK_USER_DATAE"],"memcached_cas::cas":[55,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas::expiration":[55,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas::flags":[55,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas::key":[55,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas::key_length":[55,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas::ptr":[55,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas::value":[55,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas::value_length":[55,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::cas":[55,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::expiration":[55,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::flags":[55,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::group_key":[55,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::group_key_length":[55,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::key":[55,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::key_length":[55,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::ptr":[55,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::value":[55,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::value_length":[55,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_clone::destination":[56,4,1,"_CPPv415memcached_cloneP12memcached_stP12memcached_st"],"memcached_clone::source":[56,4,1,"_CPPv415memcached_cloneP12memcached_stP12memcached_st"],"memcached_continue::rc":[69,4,1,"_CPPv418memcached_continue18memcached_return_t"],"memcached_create::ptr":[56,4,1,"_CPPv416memcached_createP12memcached_st"],"memcached_decrement::key":[52,4,1,"_CPPv419memcached_decrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement::key_length":[52,4,1,"_CPPv419memcached_decrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement::offset":[52,4,1,"_CPPv419memcached_decrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement::ptr":[52,4,1,"_CPPv419memcached_decrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement::value":[52,4,1,"_CPPv419memcached_decrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_by_key::group_key":[52,4,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_by_key::group_key_length":[52,4,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_by_key::key":[52,4,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_by_key::key_length":[52,4,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_by_key::offset":[52,4,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_by_key::ptr":[52,4,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_by_key::value":[52,4,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_with_initial::expiration":[52,4,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial::initial":[52,4,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial::key":[52,4,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial::key_length":[52,4,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial::offset":[52,4,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial::ptr":[52,4,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial::value":[52,4,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::expiration":[52,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::group_key":[52,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::group_key_length":[52,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::initial":[52,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::key":[52,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::key_length":[52,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::offset":[52,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::ptr":[52,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::value":[52,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_delete::expiration":[57,4,1,"_CPPv416memcached_deleteP12memcached_stPKc6size_t6time_t"],"memcached_delete::key":[57,4,1,"_CPPv416memcached_deleteP12memcached_stPKc6size_t6time_t"],"memcached_delete::key_length":[57,4,1,"_CPPv416memcached_deleteP12memcached_stPKc6size_t6time_t"],"memcached_delete::ptr":[57,4,1,"_CPPv416memcached_deleteP12memcached_stPKc6size_t6time_t"],"memcached_delete_by_key::expiration":[57,4,1,"_CPPv423memcached_delete_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_delete_by_key::group_key":[57,4,1,"_CPPv423memcached_delete_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_delete_by_key::group_key_length":[57,4,1,"_CPPv423memcached_delete_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_delete_by_key::key":[57,4,1,"_CPPv423memcached_delete_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_delete_by_key::key_length":[57,4,1,"_CPPv423memcached_delete_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_delete_by_key::ptr":[57,4,1,"_CPPv423memcached_delete_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_destroy_sasl_auth_data::ptr":[70,4,1,"_CPPv432memcached_destroy_sasl_auth_dataP12memcached_st"],"memcached_dump::context":[58,4,1,"_CPPv414memcached_dumpP12memcached_stP17memcached_dump_fnPv8uint32_t"],"memcached_dump::function":[58,4,1,"_CPPv414memcached_dumpP12memcached_stP17memcached_dump_fnPv8uint32_t"],"memcached_dump::number_of_callbacks":[58,4,1,"_CPPv414memcached_dumpP12memcached_stP17memcached_dump_fnPv8uint32_t"],"memcached_dump::ptr":[58,4,1,"_CPPv414memcached_dumpP12memcached_stP17memcached_dump_fnPv8uint32_t"],"memcached_exist::key":[59,4,1,"_CPPv415memcached_existP12memcached_stPcP6size_t"],"memcached_exist::key_length":[59,4,1,"_CPPv415memcached_existP12memcached_stPcP6size_t"],"memcached_exist::ptr":[59,4,1,"_CPPv415memcached_existP12memcached_stPcP6size_t"],"memcached_exist_by_key::group_key":[59,4,1,"_CPPv422memcached_exist_by_keyP12memcached_stPcP6size_tPcP6size_t"],"memcached_exist_by_key::group_key_length":[59,4,1,"_CPPv422memcached_exist_by_keyP12memcached_stPcP6size_tPcP6size_t"],"memcached_exist_by_key::key":[59,4,1,"_CPPv422memcached_exist_by_keyP12memcached_stPcP6size_tPcP6size_t"],"memcached_exist_by_key::key_length":[59,4,1,"_CPPv422memcached_exist_by_keyP12memcached_stPcP6size_tPcP6size_t"],"memcached_exist_by_key::ptr":[59,4,1,"_CPPv422memcached_exist_by_keyP12memcached_stPcP6size_tPcP6size_t"],"memcached_failed::rc":[69,4,1,"_CPPv416memcached_failed18memcached_return_t"],"memcached_fatal::rc":[69,4,1,"_CPPv415memcached_fatal18memcached_return_t"],"memcached_fetch::error":[60,4,1,"_CPPv415memcached_fetchP12memcached_stPcP6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_fetch::flags":[60,4,1,"_CPPv415memcached_fetchP12memcached_stPcP6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_fetch::key":[60,4,1,"_CPPv415memcached_fetchP12memcached_stPcP6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_fetch::key_length":[60,4,1,"_CPPv415memcached_fetchP12memcached_stPcP6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_fetch::ptr":[60,4,1,"_CPPv415memcached_fetchP12memcached_stPcP6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_fetch::value_length":[60,4,1,"_CPPv415memcached_fetchP12memcached_stPcP6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_fetch_execute::callback":[64,4,1,"_CPPv423memcached_fetch_executeP12memcached_stP20memcached_execute_fnPv8uint32_t"],"memcached_fetch_execute::context":[64,4,1,"_CPPv423memcached_fetch_executeP12memcached_stP20memcached_execute_fnPv8uint32_t"],"memcached_fetch_execute::number_of_callbacks":[64,4,1,"_CPPv423memcached_fetch_executeP12memcached_stP20memcached_execute_fnPv8uint32_t"],"memcached_fetch_execute::ptr":[64,4,1,"_CPPv423memcached_fetch_executeP12memcached_stP20memcached_execute_fnPv8uint32_t"],"memcached_fetch_result::error":[64,4,1,"_CPPv422memcached_fetch_resultP12memcached_stP19memcached_result_stP18memcached_return_t"],"memcached_fetch_result::ptr":[64,4,1,"_CPPv422memcached_fetch_resultP12memcached_stP19memcached_result_stP18memcached_return_t"],"memcached_fetch_result::result":[64,4,1,"_CPPv422memcached_fetch_resultP12memcached_stP19memcached_result_stP18memcached_return_t"],"memcached_flush::expiration":[61,4,1,"_CPPv415memcached_flushP12memcached_st6time_t"],"memcached_flush::ptr":[61,4,1,"_CPPv415memcached_flushP12memcached_st6time_t"],"memcached_flush_buffers::ptr":[62,4,1,"_CPPv423memcached_flush_buffersP12memcached_st"],"memcached_free::ptr":[56,4,1,"_CPPv414memcached_freeP12memcached_st"],"memcached_generate_hash::key":[63,4,1,"_CPPv423memcached_generate_hashP12memcached_stPKc6size_t"],"memcached_generate_hash::key_length":[63,4,1,"_CPPv423memcached_generate_hashP12memcached_stPKc6size_t"],"memcached_generate_hash::ptr":[63,4,1,"_CPPv423memcached_generate_hashP12memcached_stPKc6size_t"],"memcached_generate_hash_value::hash_algorithm":[63,4,1,"_CPPv429memcached_generate_hash_valuePKc6size_t16memcached_hash_t"],"memcached_generate_hash_value::key":[63,4,1,"_CPPv429memcached_generate_hash_valuePKc6size_t16memcached_hash_t"],"memcached_generate_hash_value::key_length":[63,4,1,"_CPPv429memcached_generate_hash_valuePKc6size_t16memcached_hash_t"],"memcached_get::error":[64,4,1,"_CPPv413memcached_getP12memcached_stPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get::flags":[64,4,1,"_CPPv413memcached_getP12memcached_stPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get::key":[64,4,1,"_CPPv413memcached_getP12memcached_stPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get::key_length":[64,4,1,"_CPPv413memcached_getP12memcached_stPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get::ptr":[64,4,1,"_CPPv413memcached_getP12memcached_stPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get::value_length":[64,4,1,"_CPPv413memcached_getP12memcached_stPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::error":[64,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::flags":[64,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::group_key":[64,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::group_key_length":[64,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::key":[64,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::key_length":[64,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::ptr":[64,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::value_length":[64,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_memory_allocators::mem_calloc":[66,4,1,"_CPPv431memcached_get_memory_allocatorsP12memcached_stP19memcached_malloc_fnP17memcached_free_fnP20memcached_realloc_fnP19memcached_calloc_fn"],"memcached_get_memory_allocators::mem_free":[66,4,1,"_CPPv431memcached_get_memory_allocatorsP12memcached_stP19memcached_malloc_fnP17memcached_free_fnP20memcached_realloc_fnP19memcached_calloc_fn"],"memcached_get_memory_allocators::mem_malloc":[66,4,1,"_CPPv431memcached_get_memory_allocatorsP12memcached_stP19memcached_malloc_fnP17memcached_free_fnP20memcached_realloc_fnP19memcached_calloc_fn"],"memcached_get_memory_allocators::mem_realloc":[66,4,1,"_CPPv431memcached_get_memory_allocatorsP12memcached_stP19memcached_malloc_fnP17memcached_free_fnP20memcached_realloc_fnP19memcached_calloc_fn"],"memcached_get_memory_allocators::ptr":[66,4,1,"_CPPv431memcached_get_memory_allocatorsP12memcached_stP19memcached_malloc_fnP17memcached_free_fnP20memcached_realloc_fnP19memcached_calloc_fn"],"memcached_get_memory_allocators_context::ptr":[66,4,1,"_CPPv439memcached_get_memory_allocators_contextPK12memcached_st"],"memcached_get_sasl_callbacks::ptr":[70,4,1,"_CPPv428memcached_get_sasl_callbacksP12memcached_st"],"memcached_get_user_data::ptr":[78,4,1,"_CPPv423memcached_get_user_dataP12memcached_st"],"memcached_hash_t::MEMCACHED_HASH_CRC":[63,2,1,"_CPPv4N16memcached_hash_t18MEMCACHED_HASH_CRCE"],"memcached_hash_t::MEMCACHED_HASH_CUSTOM":[63,2,1,"_CPPv4N16memcached_hash_t21MEMCACHED_HASH_CUSTOME"],"memcached_hash_t::MEMCACHED_HASH_DEFAULT":[63,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_DEFAULTE"],"memcached_hash_t::MEMCACHED_HASH_FNV1A_32":[63,2,1,"_CPPv4N16memcached_hash_t23MEMCACHED_HASH_FNV1A_32E"],"memcached_hash_t::MEMCACHED_HASH_FNV1A_64":[63,2,1,"_CPPv4N16memcached_hash_t23MEMCACHED_HASH_FNV1A_64E"],"memcached_hash_t::MEMCACHED_HASH_FNV1_32":[63,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_FNV1_32E"],"memcached_hash_t::MEMCACHED_HASH_FNV1_64":[63,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_FNV1_64E"],"memcached_hash_t::MEMCACHED_HASH_HSIEH":[63,2,1,"_CPPv4N16memcached_hash_t20MEMCACHED_HASH_HSIEHE"],"memcached_hash_t::MEMCACHED_HASH_JENKINS":[63,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_JENKINSE"],"memcached_hash_t::MEMCACHED_HASH_MD5":[63,2,1,"_CPPv4N16memcached_hash_t18MEMCACHED_HASH_MD5E"],"memcached_hash_t::MEMCACHED_HASH_MURMUR":[63,2,1,"_CPPv4N16memcached_hash_t21MEMCACHED_HASH_MURMURE"],"memcached_hash_t::MEMCACHED_HASH_MURMUR3":[63,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_MURMUR3E"],"memcached_increment::key":[52,4,1,"_CPPv419memcached_incrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_increment::key_length":[52,4,1,"_CPPv419memcached_incrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_increment::offset":[52,4,1,"_CPPv419memcached_incrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_increment::ptr":[52,4,1,"_CPPv419memcached_incrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_increment::value":[52,4,1,"_CPPv419memcached_incrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_by_key::group_key":[52,4,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_by_key::group_key_length":[52,4,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_by_key::key":[52,4,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_by_key::key_length":[52,4,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_by_key::offset":[52,4,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_by_key::ptr":[52,4,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_by_key::value":[52,4,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_with_initial::expiration":[52,4,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial::initial":[52,4,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial::key":[52,4,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial::key_length":[52,4,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial::offset":[52,4,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial::ptr":[52,4,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial::value":[52,4,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::expiration":[52,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::group_key":[52,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::group_key_length":[52,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::initial":[52,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::key":[52,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::key_length":[52,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::offset":[52,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::ptr":[52,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::value":[52,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_last_error::ptr":[65,4,1,"_CPPv420memcached_last_errorPK12memcached_st"],"memcached_last_error_errno::ptr":[65,4,1,"_CPPv426memcached_last_error_errnoPK12memcached_st"],"memcached_last_error_message::ptr":[65,4,1,"_CPPv428memcached_last_error_messagePK12memcached_st"],"memcached_mget::key_length":[64,4,1,"_CPPv414memcached_mgetP12memcached_stPPCKcPK6size_t6size_t"],"memcached_mget::keys":[64,4,1,"_CPPv414memcached_mgetP12memcached_stPPCKcPK6size_t6size_t"],"memcached_mget::number_of_keys":[64,4,1,"_CPPv414memcached_mgetP12memcached_stPPCKcPK6size_t6size_t"],"memcached_mget::ptr":[64,4,1,"_CPPv414memcached_mgetP12memcached_stPPCKcPK6size_t6size_t"],"memcached_mget_by_key::group_key":[64,4,1,"_CPPv421memcached_mget_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_t"],"memcached_mget_by_key::group_key_length":[64,4,1,"_CPPv421memcached_mget_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_t"],"memcached_mget_by_key::key_length":[64,4,1,"_CPPv421memcached_mget_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_t"],"memcached_mget_by_key::keys":[64,4,1,"_CPPv421memcached_mget_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_t"],"memcached_mget_by_key::number_of_keys":[64,4,1,"_CPPv421memcached_mget_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_t"],"memcached_mget_by_key::ptr":[64,4,1,"_CPPv421memcached_mget_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_t"],"memcached_mget_execute::callback":[64,4,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute::context":[64,4,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute::key_length":[64,4,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute::keys":[64,4,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute::number_of_callbacks":[64,4,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute::number_of_keys":[64,4,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute::ptr":[64,4,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::callback":[64,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::context":[64,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::group_key":[64,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::group_key_length":[64,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::key_length":[64,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::keys":[64,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::number_of_callbacks":[64,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::number_of_keys":[64,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::ptr":[64,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_pool::option_string":[83,4,1,"_CPPv414memcached_poolPKc6size_t"],"memcached_pool::option_string_length":[83,4,1,"_CPPv414memcached_poolPKc6size_t"],"memcached_pool_behavior_get::flag":[83,4,1,"_CPPv427memcached_pool_behavior_getP17memcached_pool_st20memcached_behavior_tP8uint64_t"],"memcached_pool_behavior_get::pool":[83,4,1,"_CPPv427memcached_pool_behavior_getP17memcached_pool_st20memcached_behavior_tP8uint64_t"],"memcached_pool_behavior_get::value":[83,4,1,"_CPPv427memcached_pool_behavior_getP17memcached_pool_st20memcached_behavior_tP8uint64_t"],"memcached_pool_behavior_set::data":[83,4,1,"_CPPv427memcached_pool_behavior_setP17memcached_pool_st20memcached_behavior_t8uint64_t"],"memcached_pool_behavior_set::flag":[83,4,1,"_CPPv427memcached_pool_behavior_setP17memcached_pool_st20memcached_behavior_t8uint64_t"],"memcached_pool_behavior_set::pool":[83,4,1,"_CPPv427memcached_pool_behavior_setP17memcached_pool_st20memcached_behavior_t8uint64_t"],"memcached_pool_create::initial":[83,4,1,"_CPPv421memcached_pool_createP12memcached_stii"],"memcached_pool_create::max":[83,4,1,"_CPPv421memcached_pool_createP12memcached_stii"],"memcached_pool_create::mmc":[83,4,1,"_CPPv421memcached_pool_createP12memcached_stii"],"memcached_pool_destroy::pool":[83,4,1,"_CPPv422memcached_pool_destroyP17memcached_pool_st"],"memcached_pool_fetch::pool":[83,4,1,"_CPPv420memcached_pool_fetchP17memcached_pool_stP8timespecP18memcached_return_t"],"memcached_pool_fetch::rc":[83,4,1,"_CPPv420memcached_pool_fetchP17memcached_pool_stP8timespecP18memcached_return_t"],"memcached_pool_fetch::relative_time":[83,4,1,"_CPPv420memcached_pool_fetchP17memcached_pool_stP8timespecP18memcached_return_t"],"memcached_pool_pop::block":[83,4,1,"_CPPv418memcached_pool_popP17memcached_pool_stbP18memcached_return_t"],"memcached_pool_pop::pool":[83,4,1,"_CPPv418memcached_pool_popP17memcached_pool_stbP18memcached_return_t"],"memcached_pool_pop::rc":[83,4,1,"_CPPv418memcached_pool_popP17memcached_pool_stbP18memcached_return_t"],"memcached_pool_push::mmc":[83,4,1,"_CPPv419memcached_pool_pushP17memcached_pool_stP12memcached_st"],"memcached_pool_push::pool":[83,4,1,"_CPPv419memcached_pool_pushP17memcached_pool_stP12memcached_st"],"memcached_pool_release::mmc":[83,4,1,"_CPPv422memcached_pool_releaseP17memcached_pool_stP12memcached_st"],"memcached_pool_release::pool":[83,4,1,"_CPPv422memcached_pool_releaseP17memcached_pool_stP12memcached_st"],"memcached_prepend::expiration":[51,4,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend::flags":[51,4,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend::key":[51,4,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend::key_length":[51,4,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend::ptr":[51,4,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend::value":[51,4,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend::value_length":[51,4,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::expiration":[51,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::flags":[51,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::group_key":[51,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::group_key_length":[51,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::key":[51,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::key_length":[51,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::ptr":[51,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::value":[51,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::value_length":[51,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_quit::ptr":[67,4,1,"_CPPv414memcached_quitP12memcached_st"],"memcached_replace::expiration":[73,4,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace::flags":[73,4,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace::key":[73,4,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace::key_length":[73,4,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace::ptr":[73,4,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace::value":[73,4,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace::value_length":[73,4,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::expiration":[73,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::flags":[73,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::group_key":[73,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::group_key_length":[73,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::key":[73,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::key_length":[73,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::ptr":[73,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::value":[73,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::value_length":[73,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_result_cas::result":[68,4,1,"_CPPv420memcached_result_casPK19memcached_result_st"],"memcached_result_create::ptr":[68,4,1,"_CPPv423memcached_result_createP12memcached_stP19memcached_result_st"],"memcached_result_create::result":[68,4,1,"_CPPv423memcached_result_createP12memcached_stP19memcached_result_st"],"memcached_result_flags::result":[68,4,1,"_CPPv422memcached_result_flagsPK19memcached_result_st"],"memcached_result_free::result":[68,4,1,"_CPPv421memcached_result_freeP19memcached_result_st"],"memcached_result_key_length::result":[68,4,1,"_CPPv427memcached_result_key_lengthPK19memcached_result_st"],"memcached_result_key_value::result":[68,4,1,"_CPPv426memcached_result_key_valueP19memcached_result_st"],"memcached_result_length::result":[68,4,1,"_CPPv423memcached_result_lengthPK19memcached_result_st"],"memcached_result_set_expiration::expiration":[68,4,1,"_CPPv431memcached_result_set_expirationP19memcached_result_st6time_t"],"memcached_result_set_expiration::result":[68,4,1,"_CPPv431memcached_result_set_expirationP19memcached_result_st6time_t"],"memcached_result_set_flags::flags":[68,4,1,"_CPPv426memcached_result_set_flagsP19memcached_result_st8uint32_t"],"memcached_result_set_flags::result":[68,4,1,"_CPPv426memcached_result_set_flagsP19memcached_result_st8uint32_t"],"memcached_result_set_value::length":[68,4,1,"_CPPv426memcached_result_set_valueP19memcached_result_stPKc6size_t"],"memcached_result_set_value::result":[68,4,1,"_CPPv426memcached_result_set_valueP19memcached_result_stPKc6size_t"],"memcached_result_set_value::value":[68,4,1,"_CPPv426memcached_result_set_valueP19memcached_result_stPKc6size_t"],"memcached_result_take_value::result":[68,4,1,"_CPPv427memcached_result_take_valueP19memcached_result_st"],"memcached_result_value::result":[68,4,1,"_CPPv422memcached_result_valueP19memcached_result_st"],"memcached_return_t::MEMCACHED_AUTH_CONTINUE":[69,2,1,"_CPPv4N18memcached_return_t23MEMCACHED_AUTH_CONTINUEE"],"memcached_return_t::MEMCACHED_AUTH_FAILURE":[69,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_AUTH_FAILUREE"],"memcached_return_t::MEMCACHED_AUTH_PROBLEM":[69,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_AUTH_PROBLEME"],"memcached_return_t::MEMCACHED_BAD_KEY_PROVIDED":[69,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_BAD_KEY_PROVIDEDE"],"memcached_return_t::MEMCACHED_BUFFERED":[69,2,1,"_CPPv4N18memcached_return_t18MEMCACHED_BUFFEREDE"],"memcached_return_t::MEMCACHED_CLIENT_ERROR":[69,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_CLIENT_ERRORE"],"memcached_return_t::MEMCACHED_CONNECTION_BIND_FAILURE":[69,2,1,"_CPPv4N18memcached_return_t33MEMCACHED_CONNECTION_BIND_FAILUREE"],"memcached_return_t::MEMCACHED_CONNECTION_FAILURE":[69,2,1,"_CPPv4N18memcached_return_t28MEMCACHED_CONNECTION_FAILUREE"],"memcached_return_t::MEMCACHED_CONNECTION_SOCKET_CREATE_FAILURE":[69,2,1,"_CPPv4N18memcached_return_t42MEMCACHED_CONNECTION_SOCKET_CREATE_FAILUREE"],"memcached_return_t::MEMCACHED_DATA_DOES_NOT_EXIST":[69,2,1,"_CPPv4N18memcached_return_t29MEMCACHED_DATA_DOES_NOT_EXISTE"],"memcached_return_t::MEMCACHED_DATA_EXISTS":[69,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_DATA_EXISTSE"],"memcached_return_t::MEMCACHED_DELETED":[69,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_DELETEDE"],"memcached_return_t::MEMCACHED_DEPRECATED":[69,2,1,"_CPPv4N18memcached_return_t20MEMCACHED_DEPRECATEDE"],"memcached_return_t::MEMCACHED_E2BIG":[69,2,1,"_CPPv4N18memcached_return_t15MEMCACHED_E2BIGE"],"memcached_return_t::MEMCACHED_END":[69,2,1,"_CPPv4N18memcached_return_t13MEMCACHED_ENDE"],"memcached_return_t::MEMCACHED_ERRNO":[69,2,1,"_CPPv4N18memcached_return_t15MEMCACHED_ERRNOE"],"memcached_return_t::MEMCACHED_FAILURE":[69,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_FAILUREE"],"memcached_return_t::MEMCACHED_FAIL_UNIX_SOCKET":[69,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_FAIL_UNIX_SOCKETE"],"memcached_return_t::MEMCACHED_FETCH_NOTFINISHED":[69,2,1,"_CPPv4N18memcached_return_t27MEMCACHED_FETCH_NOTFINISHEDE"],"memcached_return_t::MEMCACHED_HOST_LOOKUP_FAILURE":[69,2,1,"_CPPv4N18memcached_return_t29MEMCACHED_HOST_LOOKUP_FAILUREE"],"memcached_return_t::MEMCACHED_INVALID_ARGUMENTS":[69,2,1,"_CPPv4N18memcached_return_t27MEMCACHED_INVALID_ARGUMENTSE"],"memcached_return_t::MEMCACHED_INVALID_HOST_PROTOCOL":[69,2,1,"_CPPv4N18memcached_return_t31MEMCACHED_INVALID_HOST_PROTOCOLE"],"memcached_return_t::MEMCACHED_ITEM":[69,2,1,"_CPPv4N18memcached_return_t14MEMCACHED_ITEME"],"memcached_return_t::MEMCACHED_KEY_TOO_BIG":[69,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_KEY_TOO_BIGE"],"memcached_return_t::MEMCACHED_MAXIMUM_RETURN":[69,2,1,"_CPPv4N18memcached_return_t24MEMCACHED_MAXIMUM_RETURNE"],"memcached_return_t::MEMCACHED_MEMORY_ALLOCATION_FAILURE":[69,2,1,"_CPPv4N18memcached_return_t35MEMCACHED_MEMORY_ALLOCATION_FAILUREE"],"memcached_return_t::MEMCACHED_NOTFOUND":[69,2,1,"_CPPv4N18memcached_return_t18MEMCACHED_NOTFOUNDE"],"memcached_return_t::MEMCACHED_NOTSTORED":[69,2,1,"_CPPv4N18memcached_return_t19MEMCACHED_NOTSTOREDE"],"memcached_return_t::MEMCACHED_NOT_SUPPORTED":[69,2,1,"_CPPv4N18memcached_return_t23MEMCACHED_NOT_SUPPORTEDE"],"memcached_return_t::MEMCACHED_NO_KEY_PROVIDED":[69,2,1,"_CPPv4N18memcached_return_t25MEMCACHED_NO_KEY_PROVIDEDE"],"memcached_return_t::MEMCACHED_NO_SERVERS":[69,2,1,"_CPPv4N18memcached_return_t20MEMCACHED_NO_SERVERSE"],"memcached_return_t::MEMCACHED_PARSE_ERROR":[69,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_PARSE_ERRORE"],"memcached_return_t::MEMCACHED_PARSE_USER_ERROR":[69,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_PARSE_USER_ERRORE"],"memcached_return_t::MEMCACHED_PARTIAL_READ":[69,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_PARTIAL_READE"],"memcached_return_t::MEMCACHED_PROTOCOL_ERROR":[69,2,1,"_CPPv4N18memcached_return_t24MEMCACHED_PROTOCOL_ERRORE"],"memcached_return_t::MEMCACHED_READ_FAILURE":[69,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_READ_FAILUREE"],"memcached_return_t::MEMCACHED_SERVER_ERROR":[69,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_SERVER_ERRORE"],"memcached_return_t::MEMCACHED_SERVER_MARKED_DEAD":[69,2,1,"_CPPv4N18memcached_return_t28MEMCACHED_SERVER_MARKED_DEADE"],"memcached_return_t::MEMCACHED_SOME_ERRORS":[69,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_SOME_ERRORSE"],"memcached_return_t::MEMCACHED_STAT":[69,2,1,"_CPPv4N18memcached_return_t14MEMCACHED_STATE"],"memcached_return_t::MEMCACHED_STORED":[69,2,1,"_CPPv4N18memcached_return_t16MEMCACHED_STOREDE"],"memcached_return_t::MEMCACHED_SUCCESS":[69,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_SUCCESSE"],"memcached_return_t::MEMCACHED_TIMEOUT":[69,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_TIMEOUTE"],"memcached_return_t::MEMCACHED_UNKNOWN_READ_FAILURE":[69,2,1,"_CPPv4N18memcached_return_t30MEMCACHED_UNKNOWN_READ_FAILUREE"],"memcached_return_t::MEMCACHED_UNKNOWN_STAT_KEY":[69,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_UNKNOWN_STAT_KEYE"],"memcached_return_t::MEMCACHED_VALUE":[69,2,1,"_CPPv4N18memcached_return_t15MEMCACHED_VALUEE"],"memcached_return_t::MEMCACHED_WRITE_FAILURE":[69,2,1,"_CPPv4N18memcached_return_t23MEMCACHED_WRITE_FAILUREE"],"memcached_server_add::hostname":[72,4,1,"_CPPv420memcached_server_addP12memcached_stPKc9in_port_t"],"memcached_server_add::port":[72,4,1,"_CPPv420memcached_server_addP12memcached_stPKc9in_port_t"],"memcached_server_add::ptr":[72,4,1,"_CPPv420memcached_server_addP12memcached_stPKc9in_port_t"],"memcached_server_add_udp::hostname":[72,4,1,"_CPPv424memcached_server_add_udpP12memcached_stPKc9in_port_t"],"memcached_server_add_udp::port":[72,4,1,"_CPPv424memcached_server_add_udpP12memcached_stPKc9in_port_t"],"memcached_server_add_udp::ptr":[72,4,1,"_CPPv424memcached_server_add_udpP12memcached_stPKc9in_port_t"],"memcached_server_add_unix_socket::ptr":[72,4,1,"_CPPv432memcached_server_add_unix_socketP12memcached_stPKc"],"memcached_server_add_unix_socket::socket":[72,4,1,"_CPPv432memcached_server_add_unix_socketP12memcached_stPKc"],"memcached_server_by_key::error":[72,4,1,"_CPPv423memcached_server_by_keyP12memcached_stPKc6size_tP18memcached_return_t"],"memcached_server_by_key::key":[72,4,1,"_CPPv423memcached_server_by_keyP12memcached_stPKc6size_tP18memcached_return_t"],"memcached_server_by_key::key_length":[72,4,1,"_CPPv423memcached_server_by_keyP12memcached_stPKc6size_tP18memcached_return_t"],"memcached_server_by_key::ptr":[72,4,1,"_CPPv423memcached_server_by_keyP12memcached_stPKc6size_tP18memcached_return_t"],"memcached_server_count::ptr":[72,4,1,"_CPPv422memcached_server_countP12memcached_st"],"memcached_server_cursor::callback":[72,4,1,"_CPPv423memcached_server_cursorPK12memcached_stPK19memcached_server_fnPv8uint32_t"],"memcached_server_cursor::context":[72,4,1,"_CPPv423memcached_server_cursorPK12memcached_stPK19memcached_server_fnPv8uint32_t"],"memcached_server_cursor::number_of_callbacks":[72,4,1,"_CPPv423memcached_server_cursorPK12memcached_stPK19memcached_server_fnPv8uint32_t"],"memcached_server_cursor::ptr":[72,4,1,"_CPPv423memcached_server_cursorPK12memcached_stPK19memcached_server_fnPv8uint32_t"],"memcached_server_distribution_t::MEMCACHED_DISTRIBUTION_CONSISTENT":[53,2,1,"_CPPv4N31memcached_server_distribution_t33MEMCACHED_DISTRIBUTION_CONSISTENTE"],"memcached_server_distribution_t::MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA":[53,2,1,"_CPPv4N31memcached_server_distribution_t40MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMAE"],"memcached_server_distribution_t::MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA_SPY":[53,2,1,"_CPPv4N31memcached_server_distribution_t44MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA_SPYE"],"memcached_server_distribution_t::MEMCACHED_DISTRIBUTION_CONSISTENT_WEIGHTED":[53,2,1,"_CPPv4N31memcached_server_distribution_t42MEMCACHED_DISTRIBUTION_CONSISTENT_WEIGHTEDE"],"memcached_server_distribution_t::MEMCACHED_DISTRIBUTION_MODULA":[53,2,1,"_CPPv4N31memcached_server_distribution_t29MEMCACHED_DISTRIBUTION_MODULAE"],"memcached_server_distribution_t::MEMCACHED_DISTRIBUTION_RANDOM":[53,2,1,"_CPPv4N31memcached_server_distribution_t29MEMCACHED_DISTRIBUTION_RANDOME"],"memcached_server_distribution_t::MEMCACHED_DISTRIBUTION_VIRTUAL_BUCKET":[53,2,1,"_CPPv4N31memcached_server_distribution_t37MEMCACHED_DISTRIBUTION_VIRTUAL_BUCKETE"],"memcached_server_error::instance":[71,4,1,"_CPPv422memcached_server_errorPK21memcached_instance_st"],"memcached_server_error_reset::list":[71,4,1,"_CPPv428memcached_server_error_resetPK21memcached_instance_st"],"memcached_server_get_last_disconnect::ptr":[72,4,1,"_CPPv436memcached_server_get_last_disconnectPK12memcached_st"],"memcached_server_list_append::error":[71,4,1,"_CPPv428memcached_server_list_append24memcached_server_list_stPKc9in_port_tP18memcached_return_t"],"memcached_server_list_append::hostname":[71,4,1,"_CPPv428memcached_server_list_append24memcached_server_list_stPKc9in_port_tP18memcached_return_t"],"memcached_server_list_append::list":[71,4,1,"_CPPv428memcached_server_list_append24memcached_server_list_stPKc9in_port_tP18memcached_return_t"],"memcached_server_list_append::port":[71,4,1,"_CPPv428memcached_server_list_append24memcached_server_list_stPKc9in_port_tP18memcached_return_t"],"memcached_server_list_count::list":[71,4,1,"_CPPv427memcached_server_list_count24memcached_server_list_st"],"memcached_server_list_free::list":[71,4,1,"_CPPv426memcached_server_list_free24memcached_server_list_st"],"memcached_server_push::list":[72,4,1,"_CPPv421memcached_server_pushP12memcached_stPK19memcached_server_st"],"memcached_server_push::ptr":[72,4,1,"_CPPv421memcached_server_pushP12memcached_stPK19memcached_server_st"],"memcached_servers_reset::ptr":[56,4,1,"_CPPv423memcached_servers_resetP12memcached_st"],"memcached_set::expiration":[73,4,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set::flags":[73,4,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set::key":[73,4,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set::key_length":[73,4,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set::ptr":[73,4,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set::value":[73,4,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set::value_length":[73,4,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::expiration":[73,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::flags":[73,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::group_key":[73,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::group_key_length":[73,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::key":[73,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::key_length":[73,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::ptr":[73,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::value":[73,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::value_length":[73,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_encoding_key::length":[74,4,1,"_CPPv426memcached_set_encoding_keyP12memcached_stPKcK6size_t"],"memcached_set_encoding_key::ptr":[74,4,1,"_CPPv426memcached_set_encoding_keyP12memcached_stPKcK6size_t"],"memcached_set_encoding_key::str":[74,4,1,"_CPPv426memcached_set_encoding_keyP12memcached_stPKcK6size_t"],"memcached_set_memory_allocators::context":[66,4,1,"_CPPv431memcached_set_memory_allocatorsP12memcached_st19memcached_malloc_fn17memcached_free_fn20memcached_realloc_fn19memcached_calloc_fnPv"],"memcached_set_memory_allocators::mem_calloc":[66,4,1,"_CPPv431memcached_set_memory_allocatorsP12memcached_st19memcached_malloc_fn17memcached_free_fn20memcached_realloc_fn19memcached_calloc_fnPv"],"memcached_set_memory_allocators::mem_free":[66,4,1,"_CPPv431memcached_set_memory_allocatorsP12memcached_st19memcached_malloc_fn17memcached_free_fn20memcached_realloc_fn19memcached_calloc_fnPv"],"memcached_set_memory_allocators::mem_malloc":[66,4,1,"_CPPv431memcached_set_memory_allocatorsP12memcached_st19memcached_malloc_fn17memcached_free_fn20memcached_realloc_fn19memcached_calloc_fnPv"],"memcached_set_memory_allocators::mem_realloc":[66,4,1,"_CPPv431memcached_set_memory_allocatorsP12memcached_st19memcached_malloc_fn17memcached_free_fn20memcached_realloc_fn19memcached_calloc_fnPv"],"memcached_set_memory_allocators::ptr":[66,4,1,"_CPPv431memcached_set_memory_allocatorsP12memcached_st19memcached_malloc_fn17memcached_free_fn20memcached_realloc_fn19memcached_calloc_fnPv"],"memcached_set_sasl_auth_data::password":[70,4,1,"_CPPv428memcached_set_sasl_auth_dataP12memcached_stPKcPKc"],"memcached_set_sasl_auth_data::ptr":[70,4,1,"_CPPv428memcached_set_sasl_auth_dataP12memcached_stPKcPKc"],"memcached_set_sasl_auth_data::username":[70,4,1,"_CPPv428memcached_set_sasl_auth_dataP12memcached_stPKcPKc"],"memcached_set_sasl_callbacks::callbacks":[70,4,1,"_CPPv428memcached_set_sasl_callbacksP12memcached_stPK15sasl_callback_t"],"memcached_set_sasl_callbacks::ptr":[70,4,1,"_CPPv428memcached_set_sasl_callbacksP12memcached_stPK15sasl_callback_t"],"memcached_set_user_data::data":[78,4,1,"_CPPv423memcached_set_user_dataP12memcached_stPv"],"memcached_set_user_data::ptr":[78,4,1,"_CPPv423memcached_set_user_dataP12memcached_stPv"],"memcached_stat::args":[75,4,1,"_CPPv414memcached_statP12memcached_stPcP18memcached_return_t"],"memcached_stat::error":[75,4,1,"_CPPv414memcached_statP12memcached_stPcP18memcached_return_t"],"memcached_stat::ptr":[75,4,1,"_CPPv414memcached_statP12memcached_stPcP18memcached_return_t"],"memcached_stat_execute::args":[75,4,1,"_CPPv422memcached_stat_executeP12memcached_stPKc17memcached_stat_fnPv"],"memcached_stat_execute::context":[75,4,1,"_CPPv422memcached_stat_executeP12memcached_stPKc17memcached_stat_fnPv"],"memcached_stat_execute::func":[75,4,1,"_CPPv422memcached_stat_executeP12memcached_stPKc17memcached_stat_fnPv"],"memcached_stat_execute::ptr":[75,4,1,"_CPPv422memcached_stat_executeP12memcached_stPKc17memcached_stat_fnPv"],"memcached_stat_get_keys::error":[75,4,1,"_CPPv423memcached_stat_get_keysP12memcached_stP17memcached_stat_stP18memcached_return_t"],"memcached_stat_get_keys::ptr":[75,4,1,"_CPPv423memcached_stat_get_keysP12memcached_stP17memcached_stat_stP18memcached_return_t"],"memcached_stat_get_keys::stat":[75,4,1,"_CPPv423memcached_stat_get_keysP12memcached_stP17memcached_stat_stP18memcached_return_t"],"memcached_stat_get_value::error":[75,4,1,"_CPPv424memcached_stat_get_valueP12memcached_stP17memcached_stat_stPKcP18memcached_return_t"],"memcached_stat_get_value::key":[75,4,1,"_CPPv424memcached_stat_get_valueP12memcached_stP17memcached_stat_stPKcP18memcached_return_t"],"memcached_stat_get_value::ptr":[75,4,1,"_CPPv424memcached_stat_get_valueP12memcached_stP17memcached_stat_stPKcP18memcached_return_t"],"memcached_stat_get_value::stat":[75,4,1,"_CPPv424memcached_stat_get_valueP12memcached_stP17memcached_stat_stPKcP18memcached_return_t"],"memcached_stat_servername::args":[75,4,1,"_CPPv425memcached_stat_servernameP17memcached_stat_stPcPKc9in_port_t"],"memcached_stat_servername::hostname":[75,4,1,"_CPPv425memcached_stat_servernameP17memcached_stat_stPcPKc9in_port_t"],"memcached_stat_servername::port":[75,4,1,"_CPPv425memcached_stat_servernameP17memcached_stat_stPcPKc9in_port_t"],"memcached_stat_servername::stat":[75,4,1,"_CPPv425memcached_stat_servernameP17memcached_stat_stPcPKc9in_port_t"],"memcached_strerror::ptr":[76,4,1,"_CPPv418memcached_strerrorP12memcached_st18memcached_return_t"],"memcached_strerror::rc":[76,4,1,"_CPPv418memcached_strerrorP12memcached_st18memcached_return_t"],"memcached_success::rc":[69,4,1,"_CPPv417memcached_success18memcached_return_t"],"memcached_touch::expiration":[77,4,1,"_CPPv415memcached_touchP12memcached_stPKc6size_t6time_t"],"memcached_touch::key":[77,4,1,"_CPPv415memcached_touchP12memcached_stPKc6size_t6time_t"],"memcached_touch::key_length":[77,4,1,"_CPPv415memcached_touchP12memcached_stPKc6size_t6time_t"],"memcached_touch::ptr":[77,4,1,"_CPPv415memcached_touchP12memcached_stPKc6size_t6time_t"],"memcached_touch_by_key::expiration":[77,4,1,"_CPPv422memcached_touch_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_touch_by_key::group_key":[77,4,1,"_CPPv422memcached_touch_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_touch_by_key::group_key_length":[77,4,1,"_CPPv422memcached_touch_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_touch_by_key::key":[77,4,1,"_CPPv422memcached_touch_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_touch_by_key::key_length":[77,4,1,"_CPPv422memcached_touch_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_touch_by_key::ptr":[77,4,1,"_CPPv422memcached_touch_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_verbosity::ptr":[79,4,1,"_CPPv419memcached_verbosityP12memcached_st8uint32_t"],"memcached_verbosity::verbosity":[79,4,1,"_CPPv419memcached_verbosityP12memcached_st8uint32_t"],"memcached_version::ptr":[80,4,1,"_CPPv417memcached_versionP12memcached_st"],HASHKIT_FAILURE:[30,2,1,"_CPPv4N16hashkit_return_t15HASHKIT_FAILUREE"],HASHKIT_HASH_CRC:[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t16HASHKIT_HASH_CRCE"],HASHKIT_HASH_CUSTOM:[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t19HASHKIT_HASH_CUSTOME"],HASHKIT_HASH_DEFAULT:[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_DEFAULTE"],HASHKIT_HASH_FNV1A_32:[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_32E"],HASHKIT_HASH_FNV1A_64:[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_64E"],HASHKIT_HASH_FNV1_32:[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_32E"],HASHKIT_HASH_FNV1_64:[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_64E"],HASHKIT_HASH_HSIEH:[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t18HASHKIT_HASH_HSIEHE"],HASHKIT_HASH_JENKINS:[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_JENKINSE"],HASHKIT_HASH_MD5:[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t16HASHKIT_HASH_MD5E"],HASHKIT_HASH_MURMUR3:[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_MURMUR3E"],HASHKIT_HASH_MURMUR:[30,2,1,"_CPPv4N24hashkit_hash_algorithm_t19HASHKIT_HASH_MURMURE"],HASHKIT_INVALID_ARGUMENT:[30,2,1,"_CPPv4N16hashkit_return_t24HASHKIT_INVALID_ARGUMENTE"],HASHKIT_INVALID_HASH:[30,2,1,"_CPPv4N16hashkit_return_t20HASHKIT_INVALID_HASHE"],HASHKIT_MEMORY_ALLOCATION_FAILURE:[30,2,1,"_CPPv4N16hashkit_return_t33HASHKIT_MEMORY_ALLOCATION_FAILUREE"],HASHKIT_SUCCESS:[30,2,1,"_CPPv4N16hashkit_return_t15HASHKIT_SUCCESSE"],LIBMEMCACHED:[35,8,1,"-"],LIBMEMCACHED_VERSION_HEX:[36,0,1,"c.LIBMEMCACHED_VERSION_HEX"],LIBMEMCACHED_VERSION_STRING:[36,0,1,"c.LIBMEMCACHED_VERSION_STRING"],MEMCACHED_AUTH_CONTINUE:[69,2,1,"_CPPv4N18memcached_return_t23MEMCACHED_AUTH_CONTINUEE"],MEMCACHED_AUTH_FAILURE:[69,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_AUTH_FAILUREE"],MEMCACHED_AUTH_PROBLEM:[69,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_AUTH_PROBLEME"],MEMCACHED_BAD_KEY_PROVIDED:[69,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_BAD_KEY_PROVIDEDE"],MEMCACHED_BEHAVIOR_AUTO_EJECT_HOSTS:[53,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_AUTO_EJECT_HOSTSE"],MEMCACHED_BEHAVIOR_BINARY_PROTOCOL:[53,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_BINARY_PROTOCOLE"],MEMCACHED_BEHAVIOR_BUFFER_REQUESTS:[53,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_BUFFER_REQUESTSE"],MEMCACHED_BEHAVIOR_CACHE_LOOKUPS:[53,2,1,"_CPPv4N20memcached_behavior_t32MEMCACHED_BEHAVIOR_CACHE_LOOKUPSE"],MEMCACHED_BEHAVIOR_CONNECT_TIMEOUT:[53,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_CONNECT_TIMEOUTE"],MEMCACHED_BEHAVIOR_CORK:[53,2,1,"_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_CORKE"],MEMCACHED_BEHAVIOR_DISTRIBUTION:[53,2,1,"_CPPv4N20memcached_behavior_t31MEMCACHED_BEHAVIOR_DISTRIBUTIONE"],MEMCACHED_BEHAVIOR_HASH:[53,2,1,"_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE"],MEMCACHED_BEHAVIOR_HASH_WITH_PREFIX_KEY:[53,2,1,"_CPPv4N20memcached_behavior_t39MEMCACHED_BEHAVIOR_HASH_WITH_PREFIX_KEYE"],MEMCACHED_BEHAVIOR_IO_BYTES_WATERMARK:[53,2,1,"_CPPv4N20memcached_behavior_t37MEMCACHED_BEHAVIOR_IO_BYTES_WATERMARKE"],MEMCACHED_BEHAVIOR_IO_KEY_PREFETCH:[53,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_IO_KEY_PREFETCHE"],MEMCACHED_BEHAVIOR_IO_MSG_WATERMARK:[53,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_IO_MSG_WATERMARKE"],MEMCACHED_BEHAVIOR_KEEPALIVE:[53,2,1,"_CPPv4N20memcached_behavior_t28MEMCACHED_BEHAVIOR_KEEPALIVEE"],MEMCACHED_BEHAVIOR_KEEPALIVE_IDLE:[53,2,1,"_CPPv4N20memcached_behavior_t33MEMCACHED_BEHAVIOR_KEEPALIVE_IDLEE"],MEMCACHED_BEHAVIOR_KETAMA:[53,2,1,"_CPPv4N20memcached_behavior_t25MEMCACHED_BEHAVIOR_KETAMAE"],MEMCACHED_BEHAVIOR_KETAMA_COMPAT:[53,2,1,"_CPPv4N20memcached_behavior_t32MEMCACHED_BEHAVIOR_KETAMA_COMPATE"],MEMCACHED_BEHAVIOR_KETAMA_HASH:[53,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_KETAMA_HASHE"],MEMCACHED_BEHAVIOR_KETAMA_WEIGHTED:[53,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_KETAMA_WEIGHTEDE"],MEMCACHED_BEHAVIOR_NOREPLY:[53,2,1,"_CPPv4N20memcached_behavior_t26MEMCACHED_BEHAVIOR_NOREPLYE"],MEMCACHED_BEHAVIOR_NO_BLOCK:[53,2,1,"_CPPv4N20memcached_behavior_t27MEMCACHED_BEHAVIOR_NO_BLOCKE"],MEMCACHED_BEHAVIOR_NUMBER_OF_REPLICAS:[53,2,1,"_CPPv4N20memcached_behavior_t37MEMCACHED_BEHAVIOR_NUMBER_OF_REPLICASE"],MEMCACHED_BEHAVIOR_POLL_TIMEOUT:[53,2,1,"_CPPv4N20memcached_behavior_t31MEMCACHED_BEHAVIOR_POLL_TIMEOUTE"],MEMCACHED_BEHAVIOR_RANDOMIZE_REPLICA_READ:[53,2,1,"_CPPv4N20memcached_behavior_t41MEMCACHED_BEHAVIOR_RANDOMIZE_REPLICA_READE"],MEMCACHED_BEHAVIOR_RCV_TIMEOUT:[53,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_RCV_TIMEOUTE"],MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERS:[53,2,1,"_CPPv4N20memcached_behavior_t40MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERSE"],MEMCACHED_BEHAVIOR_RETRY_TIMEOUT:[53,2,1,"_CPPv4N20memcached_behavior_t32MEMCACHED_BEHAVIOR_RETRY_TIMEOUTE"],MEMCACHED_BEHAVIOR_SERVER_FAILURE_LIMIT:[53,2,1,"_CPPv4N20memcached_behavior_t39MEMCACHED_BEHAVIOR_SERVER_FAILURE_LIMITE"],MEMCACHED_BEHAVIOR_SND_TIMEOUT:[53,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_SND_TIMEOUTE"],MEMCACHED_BEHAVIOR_SOCKET_RECV_SIZE:[53,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_SOCKET_RECV_SIZEE"],MEMCACHED_BEHAVIOR_SOCKET_SEND_SIZE:[53,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_SOCKET_SEND_SIZEE"],MEMCACHED_BEHAVIOR_SORT_HOSTS:[53,2,1,"_CPPv4N20memcached_behavior_t29MEMCACHED_BEHAVIOR_SORT_HOSTSE"],MEMCACHED_BEHAVIOR_SUPPORT_CAS:[53,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_SUPPORT_CASE"],MEMCACHED_BEHAVIOR_TCP_NODELAY:[53,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_TCP_NODELAYE"],MEMCACHED_BEHAVIOR_USER_DATA:[53,2,1,"_CPPv4N20memcached_behavior_t28MEMCACHED_BEHAVIOR_USER_DATAE"],MEMCACHED_BEHAVIOR_USE_UDP:[53,2,1,"_CPPv4N20memcached_behavior_t26MEMCACHED_BEHAVIOR_USE_UDPE"],MEMCACHED_BEHAVIOR_VERIFY_KEY:[53,2,1,"_CPPv4N20memcached_behavior_t29MEMCACHED_BEHAVIOR_VERIFY_KEYE"],MEMCACHED_BUFFERED:[69,2,1,"_CPPv4N18memcached_return_t18MEMCACHED_BUFFEREDE"],MEMCACHED_CALLBACK_CLEANUP_FUNCTION:[54,2,1,"_CPPv4N20memcached_callback_t35MEMCACHED_CALLBACK_CLEANUP_FUNCTIONE"],MEMCACHED_CALLBACK_CLONE_FUNCTION:[54,2,1,"_CPPv4N20memcached_callback_t33MEMCACHED_CALLBACK_CLONE_FUNCTIONE"],MEMCACHED_CALLBACK_DELETE_TRIGGER:[54,2,1,"_CPPv4N20memcached_callback_t33MEMCACHED_CALLBACK_DELETE_TRIGGERE"],MEMCACHED_CALLBACK_FREE_FUNCTION:[54,2,1,"_CPPv4N20memcached_callback_t32MEMCACHED_CALLBACK_FREE_FUNCTIONE"],MEMCACHED_CALLBACK_GET_FAILURE:[54,2,1,"_CPPv4N20memcached_callback_t30MEMCACHED_CALLBACK_GET_FAILUREE"],MEMCACHED_CALLBACK_MALLOC_FUNCTION:[54,2,1,"_CPPv4N20memcached_callback_t34MEMCACHED_CALLBACK_MALLOC_FUNCTIONE"],MEMCACHED_CALLBACK_NAMESPACE:[54,2,1,"_CPPv4N20memcached_callback_t28MEMCACHED_CALLBACK_NAMESPACEE"],MEMCACHED_CALLBACK_PREFIX_KEY:[54,2,1,"_CPPv4N20memcached_callback_t29MEMCACHED_CALLBACK_PREFIX_KEYE"],MEMCACHED_CALLBACK_REALLOC_FUNCTION:[54,2,1,"_CPPv4N20memcached_callback_t35MEMCACHED_CALLBACK_REALLOC_FUNCTIONE"],MEMCACHED_CALLBACK_USER_DATA:[54,2,1,"_CPPv4N20memcached_callback_t28MEMCACHED_CALLBACK_USER_DATAE"],MEMCACHED_CLIENT_ERROR:[69,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_CLIENT_ERRORE"],MEMCACHED_CONNECTION_BIND_FAILURE:[69,2,1,"_CPPv4N18memcached_return_t33MEMCACHED_CONNECTION_BIND_FAILUREE"],MEMCACHED_CONNECTION_FAILURE:[69,2,1,"_CPPv4N18memcached_return_t28MEMCACHED_CONNECTION_FAILUREE"],MEMCACHED_CONNECTION_SOCKET_CREATE_FAILURE:[69,2,1,"_CPPv4N18memcached_return_t42MEMCACHED_CONNECTION_SOCKET_CREATE_FAILUREE"],MEMCACHED_CONTINUUM_ADDITION:[36,0,1,"c.MEMCACHED_CONTINUUM_ADDITION"],MEMCACHED_DATA_DOES_NOT_EXIST:[69,2,1,"_CPPv4N18memcached_return_t29MEMCACHED_DATA_DOES_NOT_EXISTE"],MEMCACHED_DATA_EXISTS:[69,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_DATA_EXISTSE"],MEMCACHED_DEFAULT_CONNECT_TIMEOUT:[36,0,1,"c.MEMCACHED_DEFAULT_CONNECT_TIMEOUT"],MEMCACHED_DEFAULT_PORT:[36,0,1,"c.MEMCACHED_DEFAULT_PORT"],MEMCACHED_DEFAULT_TIMEOUT:[36,0,1,"c.MEMCACHED_DEFAULT_TIMEOUT"],MEMCACHED_DELETED:[69,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_DELETEDE"],MEMCACHED_DEPRECATED:[69,2,1,"_CPPv4N18memcached_return_t20MEMCACHED_DEPRECATEDE"],MEMCACHED_DISTRIBUTION_CONSISTENT:[53,2,1,"_CPPv4N31memcached_server_distribution_t33MEMCACHED_DISTRIBUTION_CONSISTENTE"],MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA:[53,2,1,"_CPPv4N31memcached_server_distribution_t40MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMAE"],MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA_SPY:[53,2,1,"_CPPv4N31memcached_server_distribution_t44MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA_SPYE"],MEMCACHED_DISTRIBUTION_CONSISTENT_WEIGHTED:[53,2,1,"_CPPv4N31memcached_server_distribution_t42MEMCACHED_DISTRIBUTION_CONSISTENT_WEIGHTEDE"],MEMCACHED_DISTRIBUTION_MODULA:[53,2,1,"_CPPv4N31memcached_server_distribution_t29MEMCACHED_DISTRIBUTION_MODULAE"],MEMCACHED_DISTRIBUTION_RANDOM:[53,2,1,"_CPPv4N31memcached_server_distribution_t29MEMCACHED_DISTRIBUTION_RANDOME"],MEMCACHED_DISTRIBUTION_VIRTUAL_BUCKET:[53,2,1,"_CPPv4N31memcached_server_distribution_t37MEMCACHED_DISTRIBUTION_VIRTUAL_BUCKETE"],MEMCACHED_E2BIG:[69,2,1,"_CPPv4N18memcached_return_t15MEMCACHED_E2BIGE"],MEMCACHED_END:[69,2,1,"_CPPv4N18memcached_return_t13MEMCACHED_ENDE"],MEMCACHED_ERRNO:[69,2,1,"_CPPv4N18memcached_return_t15MEMCACHED_ERRNOE"],MEMCACHED_EXPIRATION_NOT_ADD:[36,0,1,"c.MEMCACHED_EXPIRATION_NOT_ADD"],MEMCACHED_FAILURE:[69,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_FAILUREE"],MEMCACHED_FAIL_UNIX_SOCKET:[69,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_FAIL_UNIX_SOCKETE"],MEMCACHED_FETCH_NOTFINISHED:[69,2,1,"_CPPv4N18memcached_return_t27MEMCACHED_FETCH_NOTFINISHEDE"],MEMCACHED_HASH_CRC:[63,2,1,"_CPPv4N16memcached_hash_t18MEMCACHED_HASH_CRCE"],MEMCACHED_HASH_CUSTOM:[63,2,1,"_CPPv4N16memcached_hash_t21MEMCACHED_HASH_CUSTOME"],MEMCACHED_HASH_DEFAULT:[63,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_DEFAULTE"],MEMCACHED_HASH_FNV1A_32:[63,2,1,"_CPPv4N16memcached_hash_t23MEMCACHED_HASH_FNV1A_32E"],MEMCACHED_HASH_FNV1A_64:[63,2,1,"_CPPv4N16memcached_hash_t23MEMCACHED_HASH_FNV1A_64E"],MEMCACHED_HASH_FNV1_32:[63,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_FNV1_32E"],MEMCACHED_HASH_FNV1_64:[63,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_FNV1_64E"],MEMCACHED_HASH_HSIEH:[63,2,1,"_CPPv4N16memcached_hash_t20MEMCACHED_HASH_HSIEHE"],MEMCACHED_HASH_JENKINS:[63,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_JENKINSE"],MEMCACHED_HASH_MD5:[63,2,1,"_CPPv4N16memcached_hash_t18MEMCACHED_HASH_MD5E"],MEMCACHED_HASH_MURMUR3:[63,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_MURMUR3E"],MEMCACHED_HASH_MURMUR:[63,2,1,"_CPPv4N16memcached_hash_t21MEMCACHED_HASH_MURMURE"],MEMCACHED_HOST_LOOKUP_FAILURE:[69,2,1,"_CPPv4N18memcached_return_t29MEMCACHED_HOST_LOOKUP_FAILUREE"],MEMCACHED_INVALID_ARGUMENTS:[69,2,1,"_CPPv4N18memcached_return_t27MEMCACHED_INVALID_ARGUMENTSE"],MEMCACHED_INVALID_HOST_PROTOCOL:[69,2,1,"_CPPv4N18memcached_return_t31MEMCACHED_INVALID_HOST_PROTOCOLE"],MEMCACHED_ITEM:[69,2,1,"_CPPv4N18memcached_return_t14MEMCACHED_ITEME"],MEMCACHED_KEY_TOO_BIG:[69,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_KEY_TOO_BIGE"],MEMCACHED_MAXIMUM_RETURN:[69,2,1,"_CPPv4N18memcached_return_t24MEMCACHED_MAXIMUM_RETURNE"],MEMCACHED_MAX_BUFFER:[36,0,1,"c.MEMCACHED_MAX_BUFFER"],MEMCACHED_MAX_HOST_LENGTH:[36,0,1,"c.MEMCACHED_MAX_HOST_LENGTH"],MEMCACHED_MAX_HOST_SORT_LENGTH:[36,0,1,"c.MEMCACHED_MAX_HOST_SORT_LENGTH"],MEMCACHED_MAX_INTEGER_DISPLAY_LENGTH:[36,0,1,"c.MEMCACHED_MAX_INTEGER_DISPLAY_LENGTH"],MEMCACHED_MAX_KEY:[36,0,1,"c.MEMCACHED_MAX_KEY"],MEMCACHED_MAX_NAMESPACE:[36,0,1,"c.MEMCACHED_MAX_NAMESPACE"],MEMCACHED_MEMORY_ALLOCATION_FAILURE:[69,2,1,"_CPPv4N18memcached_return_t35MEMCACHED_MEMORY_ALLOCATION_FAILUREE"],MEMCACHED_NOTFOUND:[69,2,1,"_CPPv4N18memcached_return_t18MEMCACHED_NOTFOUNDE"],MEMCACHED_NOTSTORED:[69,2,1,"_CPPv4N18memcached_return_t19MEMCACHED_NOTSTOREDE"],MEMCACHED_NOT_SUPPORTED:[69,2,1,"_CPPv4N18memcached_return_t23MEMCACHED_NOT_SUPPORTEDE"],MEMCACHED_NO_KEY_PROVIDED:[69,2,1,"_CPPv4N18memcached_return_t25MEMCACHED_NO_KEY_PROVIDEDE"],MEMCACHED_NO_SERVERS:[69,2,1,"_CPPv4N18memcached_return_t20MEMCACHED_NO_SERVERSE"],MEMCACHED_PARSE_ERROR:[69,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_PARSE_ERRORE"],MEMCACHED_PARSE_USER_ERROR:[69,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_PARSE_USER_ERRORE"],MEMCACHED_PARTIAL_READ:[69,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_PARTIAL_READE"],MEMCACHED_PROTOCOL_ERROR:[69,2,1,"_CPPv4N18memcached_return_t24MEMCACHED_PROTOCOL_ERRORE"],MEMCACHED_READ_FAILURE:[69,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_READ_FAILUREE"],MEMCACHED_SERVERS:[16,8,1,"-"],MEMCACHED_SERVER_ERROR:[69,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_SERVER_ERRORE"],MEMCACHED_SERVER_FAILURE_DEAD_TIMEOUT:[36,0,1,"c.MEMCACHED_SERVER_FAILURE_DEAD_TIMEOUT"],MEMCACHED_SERVER_FAILURE_LIMIT:[36,0,1,"c.MEMCACHED_SERVER_FAILURE_LIMIT"],MEMCACHED_SERVER_FAILURE_RETRY_TIMEOUT:[36,0,1,"c.MEMCACHED_SERVER_FAILURE_RETRY_TIMEOUT"],MEMCACHED_SERVER_MARKED_DEAD:[69,2,1,"_CPPv4N18memcached_return_t28MEMCACHED_SERVER_MARKED_DEADE"],MEMCACHED_SOME_ERRORS:[69,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_SOME_ERRORSE"],MEMCACHED_STAT:[69,2,1,"_CPPv4N18memcached_return_t14MEMCACHED_STATE"],MEMCACHED_STORED:[69,2,1,"_CPPv4N18memcached_return_t16MEMCACHED_STOREDE"],MEMCACHED_STRIDE:[36,0,1,"c.MEMCACHED_STRIDE"],MEMCACHED_SUCCESS:[69,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_SUCCESSE"],MEMCACHED_TIMEOUT:[69,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_TIMEOUTE"],MEMCACHED_UNKNOWN_READ_FAILURE:[69,2,1,"_CPPv4N18memcached_return_t30MEMCACHED_UNKNOWN_READ_FAILUREE"],MEMCACHED_UNKNOWN_STAT_KEY:[69,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_UNKNOWN_STAT_KEYE"],MEMCACHED_VALUE:[69,2,1,"_CPPv4N18memcached_return_t15MEMCACHED_VALUEE"],MEMCACHED_VERSION_STRING_LENGTH:[36,0,1,"c.MEMCACHED_VERSION_STRING_LENGTH"],MEMCACHED_WRITE_FAILURE:[69,2,1,"_CPPv4N18memcached_return_t23MEMCACHED_WRITE_FAILUREE"],hashkit_clone:[29,3,1,"_CPPv413hashkit_cloneP10hashkit_stPK10hashkit_st"],hashkit_crc32:[31,3,1,"_CPPv413hashkit_crc32PKc6size_t"],hashkit_create:[29,3,1,"_CPPv414hashkit_createP10hashkit_st"],hashkit_default:[31,3,1,"_CPPv415hashkit_defaultPKc6size_t"],hashkit_fnv1_32:[31,3,1,"_CPPv415hashkit_fnv1_32PKc6size_t"],hashkit_fnv1_64:[31,3,1,"_CPPv415hashkit_fnv1_64PKc6size_t"],hashkit_fnv1a_32:[31,3,1,"_CPPv416hashkit_fnv1a_32PKc6size_t"],hashkit_fnv1a_64:[31,3,1,"_CPPv416hashkit_fnv1a_64PKc6size_t"],hashkit_free:[29,3,1,"_CPPv412hashkit_freeP10hashkit_st"],hashkit_get_distribution_function:[30,3,1,"_CPPv433hashkit_get_distribution_functionPK10hashkit_st"],hashkit_get_function:[30,3,1,"_CPPv420hashkit_get_functionPK10hashkit_st"],hashkit_hash_algorithm_t:[30,5,1,"_CPPv424hashkit_hash_algorithm_t"],hashkit_hash_fn:[30,6,1,"_CPPv415hashkit_hash_fn"],hashkit_hsieh:[31,3,1,"_CPPv413hashkit_hsiehPKc6size_t"],hashkit_is_allocated:[29,3,1,"_CPPv420hashkit_is_allocatedPK10hashkit_st"],hashkit_jenkins:[31,3,1,"_CPPv415hashkit_jenkinsPKc6size_t"],hashkit_md5:[31,3,1,"_CPPv411hashkit_md5PKc6size_t"],hashkit_murmur3:[31,3,1,"_CPPv415hashkit_murmur3PKc6size_t"],hashkit_murmur:[31,3,1,"_CPPv414hashkit_murmurPKc6size_t"],hashkit_return_t:[30,5,1,"_CPPv416hashkit_return_t"],hashkit_set_custom_distribution_function:[30,3,1,"_CPPv440hashkit_set_custom_distribution_functionP10hashkit_st15hashkit_hash_fnPv"],hashkit_set_custom_function:[30,3,1,"_CPPv427hashkit_set_custom_functionP10hashkit_st15hashkit_hash_fnPv"],hashkit_set_distribution_function:[30,3,1,"_CPPv433hashkit_set_distribution_functionP10hashkit_st24hashkit_hash_algorithm_t"],hashkit_set_function:[30,3,1,"_CPPv420hashkit_set_functionP10hashkit_st24hashkit_hash_algorithm_t"],hashkit_st:[29,6,1,"_CPPv410hashkit_st"],hashkit_value:[32,3,1,"_CPPv413hashkit_valueP10hashkit_stPKc6size_t"],libmemcached_check_configuration:[35,3,1,"_CPPv432libmemcached_check_configurationPKc6size_tPc6size_t"],memcached:[35,3,1,"_CPPv49memcachedPKc6size_t"],memcached_add:[73,3,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_add_by_key:[73,3,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_analysis_st:[50,6,1,"_CPPv421memcached_analysis_st"],memcached_analyze:[50,3,1,"_CPPv417memcached_analyzeP12memcached_stP17memcached_stat_stP18memcached_return_t"],memcached_append:[51,3,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_append_by_key:[51,3,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_behavior_get:[53,3,1,"_CPPv422memcached_behavior_getP12memcached_st20memcached_behavior_t"],memcached_behavior_set:[53,3,1,"_CPPv422memcached_behavior_setP12memcached_st20memcached_behavior_t8uint64_t"],memcached_behavior_t:[53,5,1,"_CPPv420memcached_behavior_t"],memcached_callback_get:[54,3,1,"_CPPv422memcached_callback_getP12memcached_st20memcached_callback_tP18memcached_return_t"],memcached_callback_set:[54,3,1,"_CPPv422memcached_callback_setP12memcached_st20memcached_callback_tPKv"],memcached_callback_t:[54,5,1,"_CPPv420memcached_callback_t"],memcached_calloc_fn:[66,6,1,"_CPPv419memcached_calloc_fn"],memcached_cas:[55,3,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],memcached_cas_by_key:[55,3,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],memcached_clone:[56,3,1,"_CPPv415memcached_cloneP12memcached_stP12memcached_st"],memcached_continue:[69,3,1,"_CPPv418memcached_continue18memcached_return_t"],memcached_create:[56,3,1,"_CPPv416memcached_createP12memcached_st"],memcached_decrement:[52,3,1,"_CPPv419memcached_decrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],memcached_decrement_by_key:[52,3,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],memcached_decrement_with_initial:[52,3,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],memcached_decrement_with_initial_by_key:[52,3,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],memcached_delete:[57,3,1,"_CPPv416memcached_deleteP12memcached_stPKc6size_t6time_t"],memcached_delete_by_key:[57,3,1,"_CPPv423memcached_delete_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],memcached_destroy_sasl_auth_data:[70,3,1,"_CPPv432memcached_destroy_sasl_auth_dataP12memcached_st"],memcached_dump:[58,3,1,"_CPPv414memcached_dumpP12memcached_stP17memcached_dump_fnPv8uint32_t"],memcached_dump_fn:[58,6,1,"_CPPv417memcached_dump_fn"],memcached_execute_fn:[64,6,1,"_CPPv420memcached_execute_fn"],memcached_exist:[59,3,1,"_CPPv415memcached_existP12memcached_stPcP6size_t"],memcached_exist_by_key:[59,3,1,"_CPPv422memcached_exist_by_keyP12memcached_stPcP6size_tPcP6size_t"],memcached_failed:[69,3,1,"_CPPv416memcached_failed18memcached_return_t"],memcached_fatal:[69,3,1,"_CPPv415memcached_fatal18memcached_return_t"],memcached_fetch:[60,3,1,"_CPPv415memcached_fetchP12memcached_stPcP6size_tP6size_tP8uint32_tP18memcached_return_t"],memcached_fetch_execute:[64,3,1,"_CPPv423memcached_fetch_executeP12memcached_stP20memcached_execute_fnPv8uint32_t"],memcached_fetch_result:[64,3,1,"_CPPv422memcached_fetch_resultP12memcached_stP19memcached_result_stP18memcached_return_t"],memcached_flush:[61,3,1,"_CPPv415memcached_flushP12memcached_st6time_t"],memcached_flush_buffers:[62,3,1,"_CPPv423memcached_flush_buffersP12memcached_st"],memcached_free:[56,3,1,"_CPPv414memcached_freeP12memcached_st"],memcached_free_fn:[66,6,1,"_CPPv417memcached_free_fn"],memcached_generate_hash:[63,3,1,"_CPPv423memcached_generate_hashP12memcached_stPKc6size_t"],memcached_generate_hash_value:[63,3,1,"_CPPv429memcached_generate_hash_valuePKc6size_t16memcached_hash_t"],memcached_get:[64,3,1,"_CPPv413memcached_getP12memcached_stPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],memcached_get_by_key:[64,3,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],memcached_get_memory_allocators:[66,3,1,"_CPPv431memcached_get_memory_allocatorsP12memcached_stP19memcached_malloc_fnP17memcached_free_fnP20memcached_realloc_fnP19memcached_calloc_fn"],memcached_get_memory_allocators_context:[66,3,1,"_CPPv439memcached_get_memory_allocators_contextPK12memcached_st"],memcached_get_sasl_callbacks:[70,3,1,"_CPPv428memcached_get_sasl_callbacksP12memcached_st"],memcached_get_user_data:[78,3,1,"_CPPv423memcached_get_user_dataP12memcached_st"],memcached_hash_t:[63,5,1,"_CPPv416memcached_hash_t"],memcached_increment:[52,3,1,"_CPPv419memcached_incrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],memcached_increment_by_key:[52,3,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],memcached_increment_with_initial:[52,3,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],memcached_increment_with_initial_by_key:[52,3,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],memcached_instance_st:[71,1,1,"c.memcached_instance_st"],memcached_last_error:[65,3,1,"_CPPv420memcached_last_errorPK12memcached_st"],memcached_last_error_errno:[65,3,1,"_CPPv426memcached_last_error_errnoPK12memcached_st"],memcached_last_error_message:[65,3,1,"_CPPv428memcached_last_error_messagePK12memcached_st"],memcached_lib_version:[80,3,1,"_CPPv421memcached_lib_versionv"],memcached_malloc_fn:[66,6,1,"_CPPv419memcached_malloc_fn"],memcached_mget:[64,3,1,"_CPPv414memcached_mgetP12memcached_stPPCKcPK6size_t6size_t"],memcached_mget_by_key:[64,3,1,"_CPPv421memcached_mget_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_t"],memcached_mget_execute:[64,3,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],memcached_mget_execute_by_key:[64,3,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],memcached_pool:[83,3,1,"_CPPv414memcached_poolPKc6size_t"],memcached_pool_behavior_get:[83,3,1,"_CPPv427memcached_pool_behavior_getP17memcached_pool_st20memcached_behavior_tP8uint64_t"],memcached_pool_behavior_set:[83,3,1,"_CPPv427memcached_pool_behavior_setP17memcached_pool_st20memcached_behavior_t8uint64_t"],memcached_pool_create:[83,3,1,"_CPPv421memcached_pool_createP12memcached_stii"],memcached_pool_destroy:[83,3,1,"_CPPv422memcached_pool_destroyP17memcached_pool_st"],memcached_pool_fetch:[83,3,1,"_CPPv420memcached_pool_fetchP17memcached_pool_stP8timespecP18memcached_return_t"],memcached_pool_pop:[83,3,1,"_CPPv418memcached_pool_popP17memcached_pool_stbP18memcached_return_t"],memcached_pool_push:[83,3,1,"_CPPv419memcached_pool_pushP17memcached_pool_stP12memcached_st"],memcached_pool_release:[83,3,1,"_CPPv422memcached_pool_releaseP17memcached_pool_stP12memcached_st"],memcached_pool_st:[83,6,1,"_CPPv417memcached_pool_st"],memcached_prepend:[51,3,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_prepend_by_key:[51,3,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_quit:[67,3,1,"_CPPv414memcached_quitP12memcached_st"],memcached_realloc_fn:[66,6,1,"_CPPv420memcached_realloc_fn"],memcached_replace:[73,3,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_replace_by_key:[73,3,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_result_cas:[68,3,1,"_CPPv420memcached_result_casPK19memcached_result_st"],memcached_result_create:[68,3,1,"_CPPv423memcached_result_createP12memcached_stP19memcached_result_st"],memcached_result_flags:[68,3,1,"_CPPv422memcached_result_flagsPK19memcached_result_st"],memcached_result_free:[68,3,1,"_CPPv421memcached_result_freeP19memcached_result_st"],memcached_result_key_length:[68,3,1,"_CPPv427memcached_result_key_lengthPK19memcached_result_st"],memcached_result_key_value:[68,3,1,"_CPPv426memcached_result_key_valueP19memcached_result_st"],memcached_result_length:[68,3,1,"_CPPv423memcached_result_lengthPK19memcached_result_st"],memcached_result_set_expiration:[68,3,1,"_CPPv431memcached_result_set_expirationP19memcached_result_st6time_t"],memcached_result_set_flags:[68,3,1,"_CPPv426memcached_result_set_flagsP19memcached_result_st8uint32_t"],memcached_result_set_value:[68,3,1,"_CPPv426memcached_result_set_valueP19memcached_result_stPKc6size_t"],memcached_result_st:[68,6,1,"_CPPv419memcached_result_st"],memcached_result_take_value:[68,3,1,"_CPPv427memcached_result_take_valueP19memcached_result_st"],memcached_result_value:[68,3,1,"_CPPv422memcached_result_valueP19memcached_result_st"],memcached_return_t:[69,5,1,"_CPPv418memcached_return_t"],memcached_server_add:[72,3,1,"_CPPv420memcached_server_addP12memcached_stPKc9in_port_t"],memcached_server_add_udp:[72,3,1,"_CPPv424memcached_server_add_udpP12memcached_stPKc9in_port_t"],memcached_server_add_unix_socket:[72,3,1,"_CPPv432memcached_server_add_unix_socketP12memcached_stPKc"],memcached_server_by_key:[72,3,1,"_CPPv423memcached_server_by_keyP12memcached_stPKc6size_tP18memcached_return_t"],memcached_server_count:[72,3,1,"_CPPv422memcached_server_countP12memcached_st"],memcached_server_cursor:[72,3,1,"_CPPv423memcached_server_cursorPK12memcached_stPK19memcached_server_fnPv8uint32_t"],memcached_server_distribution_t:[53,5,1,"_CPPv431memcached_server_distribution_t"],memcached_server_error:[71,3,1,"_CPPv422memcached_server_errorPK21memcached_instance_st"],memcached_server_error_reset:[71,3,1,"_CPPv428memcached_server_error_resetPK21memcached_instance_st"],memcached_server_fn:[72,6,1,"_CPPv419memcached_server_fn"],memcached_server_get_last_disconnect:[72,3,1,"_CPPv436memcached_server_get_last_disconnectPK12memcached_st"],memcached_server_list_append:[71,3,1,"_CPPv428memcached_server_list_append24memcached_server_list_stPKc9in_port_tP18memcached_return_t"],memcached_server_list_count:[71,3,1,"_CPPv427memcached_server_list_count24memcached_server_list_st"],memcached_server_list_free:[71,3,1,"_CPPv426memcached_server_list_free24memcached_server_list_st"],memcached_server_list_st:[71,1,1,"c.memcached_server_list_st"],memcached_server_push:[72,3,1,"_CPPv421memcached_server_pushP12memcached_stPK19memcached_server_st"],memcached_server_st:[71,1,1,"c.memcached_server_st"],memcached_servers_parse:[71,3,1,"_CPPv423memcached_servers_parsev"],memcached_servers_reset:[56,3,1,"_CPPv423memcached_servers_resetP12memcached_st"],memcached_set:[73,3,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_set_by_key:[73,3,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_set_encoding_key:[74,3,1,"_CPPv426memcached_set_encoding_keyP12memcached_stPKcK6size_t"],memcached_set_memory_allocators:[66,3,1,"_CPPv431memcached_set_memory_allocatorsP12memcached_st19memcached_malloc_fn17memcached_free_fn20memcached_realloc_fn19memcached_calloc_fnPv"],memcached_set_sasl_auth_data:[70,3,1,"_CPPv428memcached_set_sasl_auth_dataP12memcached_stPKcPKc"],memcached_set_sasl_callbacks:[70,3,1,"_CPPv428memcached_set_sasl_callbacksP12memcached_stPK15sasl_callback_t"],memcached_set_user_data:[78,3,1,"_CPPv423memcached_set_user_dataP12memcached_stPv"],memcached_st:[56,6,1,"_CPPv412memcached_st"],memcached_stat:[75,3,1,"_CPPv414memcached_statP12memcached_stPcP18memcached_return_t"],memcached_stat_execute:[75,3,1,"_CPPv422memcached_stat_executeP12memcached_stPKc17memcached_stat_fnPv"],memcached_stat_fn:[75,6,1,"_CPPv417memcached_stat_fn"],memcached_stat_get_keys:[75,3,1,"_CPPv423memcached_stat_get_keysP12memcached_stP17memcached_stat_stP18memcached_return_t"],memcached_stat_get_value:[75,3,1,"_CPPv424memcached_stat_get_valueP12memcached_stP17memcached_stat_stPKcP18memcached_return_t"],memcached_stat_servername:[75,3,1,"_CPPv425memcached_stat_servernameP17memcached_stat_stPcPKc9in_port_t"],memcached_stat_st:[75,6,1,"_CPPv417memcached_stat_st"],memcached_strerror:[76,3,1,"_CPPv418memcached_strerrorP12memcached_st18memcached_return_t"],memcached_success:[69,3,1,"_CPPv417memcached_success18memcached_return_t"],memcached_touch:[77,3,1,"_CPPv415memcached_touchP12memcached_stPKc6size_t6time_t"],memcached_touch_by_key:[77,3,1,"_CPPv422memcached_touch_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],memcached_verbosity:[79,3,1,"_CPPv419memcached_verbosityP12memcached_st8uint32_t"],memcached_version:[80,3,1,"_CPPv417memcached_versionP12memcached_st"]},memaslap:{"--help":[4,7,1,"cmdoption-memaslap-help"]},memcapable:{"-c":[5,7,1,"cmdoption-memcapable-c"],"-h":[5,7,1,"cmdoption-memcapable-h"],"-p":[5,7,1,"cmdoption-memcapable-p"],"-t":[5,7,1,"cmdoption-memcapable-t"],"-v":[5,7,1,"cmdoption-memcapable-v"]},memcat:{"--binary":[6,7,1,"cmdoption-memcat-binary"],"--debug":[6,7,1,"cmdoption-memcat-debug"],"--flag":[6,7,1,"cmdoption-memcat-flag"],"--hash":[6,7,1,"cmdoption-memcat-hash"],"--help":[6,7,1,"cmdoption-memcat-help"],"--quiet":[6,7,1,"cmdoption-memcat-quiet"],"--servers":[6,7,1,"cmdoption-memcat-servers"],"--verbose":[6,7,1,"cmdoption-memcat-verbose"],"--version":[6,7,1,"cmdoption-memcat-version"]},memcp:{"--add":[7,7,1,"cmdoption-memcp-add"],"--binary":[7,7,1,"cmdoption-memcp-binary"],"--buffer":[7,7,1,"cmdoption-memcp-buffer"],"--debug":[7,7,1,"cmdoption-memcp-debug"],"--expire":[7,7,1,"cmdoption-memcp-expire"],"--flag":[7,7,1,"cmdoption-memcp-flag"],"--hash":[7,7,1,"cmdoption-memcp-hash"],"--help":[7,7,1,"cmdoption-memcp-help"],"--password":[7,7,1,"cmdoption-memcp-password"],"--quiet":[7,7,1,"cmdoption-memcp-quiet"],"--replace":[7,7,1,"cmdoption-memcp-replace"],"--servers":[7,7,1,"cmdoption-memcp-servers"],"--set":[7,7,1,"cmdoption-memcp-set"],"--udp":[7,7,1,"cmdoption-memcp-udp"],"--username":[7,7,1,"cmdoption-memcp-username"],"--verbose":[7,7,1,"cmdoption-memcp-verbose"],"--version":[7,7,1,"cmdoption-memcp-version"]},memdump:{"--binary":[8,7,1,"cmdoption-memdump-binary"],"--debug":[8,7,1,"cmdoption-memdump-debug"],"--hash":[8,7,1,"cmdoption-memdump-hash"],"--help":[8,7,1,"cmdoption-memdump-help"],"--password":[8,7,1,"cmdoption-memdump-password"],"--quiet":[8,7,1,"cmdoption-memdump-quiet"],"--servers":[8,7,1,"cmdoption-memdump-servers"],"--username":[8,7,1,"cmdoption-memdump-username"],"--verbose":[8,7,1,"cmdoption-memdump-verbose"],"--version":[8,7,1,"cmdoption-memdump-version"]},memerror:{"--help":[9,7,1,"cmdoption-memerror-help"],"--version":[9,7,1,"cmdoption-memerror-version"]},memexist:{"--binary":[10,7,1,"cmdoption-memexist-binary"],"--debug":[10,7,1,"cmdoption-memexist-debug"],"--hash":[10,7,1,"cmdoption-memexist-hash"],"--help":[10,7,1,"cmdoption-memexist-help"],"--password":[10,7,1,"cmdoption-memexist-password"],"--quiet":[10,7,1,"cmdoption-memexist-quiet"],"--servers":[10,7,1,"cmdoption-memexist-servers"],"--username":[10,7,1,"cmdoption-memexist-username"],"--verbose":[10,7,1,"cmdoption-memexist-verbose"],"--version":[10,7,1,"cmdoption-memexist-version"]},memflush:{"--binary":[11,7,1,"cmdoption-memflush-binary"],"--debug":[11,7,1,"cmdoption-memflush-debug"],"--expire":[11,7,1,"cmdoption-memflush-expire"],"--help":[11,7,1,"cmdoption-memflush-help"],"--password":[11,7,1,"cmdoption-memflush-password"],"--quiet":[11,7,1,"cmdoption-memflush-quiet"],"--servers":[11,7,1,"cmdoption-memflush-servers"],"--username":[11,7,1,"cmdoption-memflush-username"],"--verbose":[11,7,1,"cmdoption-memflush-verbose"],"--version":[11,7,1,"cmdoption-memflush-version"]},memping:{"--binary":[13,7,1,"cmdoption-memping-binary"],"--debug":[13,7,1,"cmdoption-memping-debug"],"--help":[13,7,1,"cmdoption-memping-help"],"--password":[13,7,1,"cmdoption-memping-password"],"--quiet":[13,7,1,"cmdoption-memping-quiet"],"--servers":[13,7,1,"cmdoption-memping-servers"],"--username":[13,7,1,"cmdoption-memping-username"],"--verbose":[13,7,1,"cmdoption-memping-verbose"],"--version":[13,7,1,"cmdoption-memping-version"]},memrm:{"--binary":[14,7,1,"cmdoption-memrm-binary"],"--debug":[14,7,1,"cmdoption-memrm-debug"],"--hash":[14,7,1,"cmdoption-memrm-hash"],"--help":[14,7,1,"cmdoption-memrm-help"],"--password":[14,7,1,"cmdoption-memrm-password"],"--quiet":[14,7,1,"cmdoption-memrm-quiet"],"--servers":[14,7,1,"cmdoption-memrm-servers"],"--username":[14,7,1,"cmdoption-memrm-username"],"--verbose":[14,7,1,"cmdoption-memrm-verbose"],"--version":[14,7,1,"cmdoption-memrm-version"]},memslap:{"--binary":[15,7,1,"cmdoption-memslap-binary"],"--debug":[15,7,1,"cmdoption-memslap-debug"],"--help":[15,7,1,"cmdoption-memslap-help"],"--quiet":[15,7,1,"cmdoption-memslap-quiet"],"--servers":[15,7,1,"cmdoption-memslap-servers"],"--verbose":[15,7,1,"cmdoption-memslap-verbose"],"--version":[15,7,1,"cmdoption-memslap-version"]},memstat:{"--analyze":[16,7,1,"cmdoption-memstat-analyze"],"--binary":[16,7,1,"cmdoption-memstat-binary"],"--debug":[16,7,1,"cmdoption-memstat-debug"],"--help":[16,7,1,"cmdoption-memstat-help"],"--password":[16,7,1,"cmdoption-memstat-password"],"--quiet":[16,7,1,"cmdoption-memstat-quiet"],"--server-version":[16,7,1,"cmdoption-memstat-server-version"],"--servers":[16,7,1,"cmdoption-memstat-servers"],"--username":[16,7,1,"cmdoption-memstat-username"],"--verbose":[16,7,1,"cmdoption-memstat-verbose"],"--version":[16,7,1,"cmdoption-memstat-version"]},memtouch:{"--binary":[17,7,1,"cmdoption-memtouch-binary"],"--debug":[17,7,1,"cmdoption-memtouch-debug"],"--expire":[17,7,1,"cmdoption-memtouch-expire"],"--hash":[17,7,1,"cmdoption-memtouch-hash"],"--help":[17,7,1,"cmdoption-memtouch-help"],"--password":[17,7,1,"cmdoption-memtouch-password"],"--quiet":[17,7,1,"cmdoption-memtouch-quiet"],"--servers":[17,7,1,"cmdoption-memtouch-servers"],"--username":[17,7,1,"cmdoption-memtouch-username"],"--verbose":[17,7,1,"cmdoption-memtouch-verbose"],"--version":[17,7,1,"cmdoption-memtouch-version"]}},objnames:{"0":["c","macro","C macro"],"1":["c","type","C type"],"2":["cpp","enumerator","C++ enumerator"],"3":["cpp","function","C++ function"],"4":["cpp","functionParam","functionParam"],"5":["cpp","enum","C++ enum"],"6":["cpp","type","C++ type"],"7":["std","cmdoption","program option"],"8":["std","envvar","environment variable"]},objtypes:{"0":"c:macro","1":"c:type","2":"cpp:enumerator","3":"cpp:function","4":"cpp:functionParam","5":"cpp:enum","6":"cpp:type","7":"std:cmdoption","8":"std:envvar"},terms:{"0x00048000":36,"0xffffffffu":36,"10k":4,"10m":4,"10s":4,"11k":4,"16g":4,"16k":0,"20s":4,"30s":4,"32bit":30,"32k":4,"40k":4,"46k":4,"4byte":73,"64bit":0,"byte":[4,30,32,35,51,53,55,66,68,73,83],"case":[0,1,4,37,51,53,54,69,73,76],"catch":0,"char":[0,2,30,31,32,35,37,51,52,54,55,57,58,59,60,63,64,65,68,70,71,72,73,74,75,76,77,80,83],"class":0,"const":[0,29,30,31,32,35,37,51,52,54,55,57,58,63,64,65,66,68,70,71,72,73,74,75,76,77,80,83],"default":[0,2,4,5,7,11,16,29,30,35,53,54,56,63,66,71,75],"enum":[30,53,54,63,69,76],"export":1,"final":[57,60,64],"function":[0,4,27,29,31,32,33,34,38,51,54,55,56,58,60,63,64,66,67,68,69,70,71,72,73,75,76,82,83],"import":[0,4,34],"int":[0,37,53,65,83],"long":[4,53,54,55],"new":[0,1,4,35,56,59,66,68,71,77,83],"null":[0,4,35,36,50,54,56,60,64,65,66,71,75,83],"public":[0,2],"return":[0,1,2,6,11,34,37,69],"short":83,"static":[0,2,34,56],"switch":[2,76],"throw":35,"true":[4,29,73],"try":[4,28,53,64,69,82,83],"void":[29,30,54,56,58,64,66,67,68,70,71,72,75,78,80],"while":[32,37,53,64,69,75,83],AES:[1,2,74],AND:26,ARE:26,Added:[0,1],Adding:0,And:4,BUT:26,CAS:[0,35,53,68],DNS:[0,53,69],FOR:26,For:[0,4,37,51,52,53,55,63,64,73,81],Its:[11,54],NOT:[26,70],Not:53,One:28,Ops:4,SUCH:26,THE:26,TPS:4,That:61,The:[0,2,4,5,7,11,28,29,31,32,34,36,37,50,51,52,53,54,55,56,57,58,59,60,61,64,66,68,69,72,73,75,81,83],Then:4,There:[4,34],These:[30,31,34,36,37,54,72],USE:[26,35],Use:[0,4,6,7,8,10,11,13,14,16,17,20,21,22,23,27,30,38,39,42,51,52,54,55,57,58,60,61,62,67,68,69,73,74,77,79,80,83],Used:36,Using:11,WITH:35,_by_kei:0,abi:[1,56],abil:[0,50,52,75],abl:69,abort:5,about:[0,34,53],abov:[4,26,37,51,52,60,64,73],accept:13,access:[2,27,34,35,68,75,82],accid:0,accomplish:35,accord:[4,31],account:[4,53],accumul:4,accur:53,act:[53,68],action:[2,53],activ:0,actual:[51,55,64,73],add:[0,1,2,4,7,28,53,57,71,72,73],added:[0,1,35,53,61,68,69],adding:35,addit:[0,1,4,16,28,53,82],address:[29,66,72,75],advanc:[27,38],advantag:53,advis:[26,75],affect:[27,38,39],affin:4,after:[2,4,11,52,53,57,64],again:[4,11],against:[2,34,53],aka:0,aker:26,algo:[6,7,8,10,14,17,22,28],algorithm:[0,4,6,7,8,10,14,17,22,30,31,33,34,35,53,63],alia:53,alias:71,align:2,all:[0,1,3,4,8,11,16,26,27,28,34,35,37,51,52,53,54,55,56,58,60,62,63,64,66,67,68,69,71,73,75,76,83],allevi:34,alloc:[0,1,27,29,30,34,35,38,39,42,50,56,64,65,68,69,75,83],allow:[0,1,2,4,34,36,51,53,54,55,56,60,63,64,66,70,72,73,78],along:51,alongsid:73,alreadi:73,also:[0,2],alwai:[0,35,37,53,60,64,73],amd64:2,among:[51,55,73],amount:53,analyz:[16,27,38,39,44],ani:[0,4,6,7,26,28,29,30,32,35,37,50,51,52,53,54,55,57,58,59,60,63,64,65,66,67,68,71,72,74,75,77,83],api:[0,1,2,27,33,34],append:[0,27,38,46,53,55],appli:[0,36,54],applic:[0,4,27,34,35,50,53,56,64,66,75,76],appropri:[31,53,71],arg:[0,75],argument:[0,2,29,30,32,53,54,56,66,69,75,83],aris:26,around:0,arrai:[58,64,68,71,72,75],artifact:2,ascii:[0,2,4,51,55,60,73],assert:[0,1,2],assign:[4,54,72],associ:[37,56,68,71],assum:[4,53,58],async:0,asynchron:[4,28,34,53,64],atom:[0,27,38,46,51,61,73],attach:68,attempt:53,auth_continu:2,authent:[7,8,10,11,13,14,16,17,23,27,38,39,69,70],auto:0,automat:[0,53,54,67],avail:[0,13,16,27,30,32,33,35,51,52,53,55,64,68,73,75,83],averag:4,avg:4,avoid:[51,56,70,73],awesom:[2,26],ax_libmemcach:1,babi:0,back:[0,4,53,83],bad:0,badli:28,bake:4,balanc:0,base:[0,4,34,35,36,50,53,54,56,61,63],basic:[0,4,27,38,70],bean:11,becaus:[0,4,8,28,53,58,64],becom:83,been:[0,1,11,27,28,30,34,53,60,63,64,68,69,75],befor:[0,4,51,53,60,64,70,71],begin:4,behav:[1,51,55,64,66,73],behavior:[0,1,2,7,27,28,35,38,39,51,54,55,60,62,64,72,73,75,80,83],behavior_remove_failed_serv:2,behind:34,being:[0,1,29,35,51,53,54,55,58,60,64,72,73,75,80],below:[4,51,73],benchmark:[3,15,27,34],benefit:[4,68],best:[4,37,68,81],beta1:25,beta2:25,beta3:25,better:[0,1,4,53],between:[4,36],bewar:35,big:[0,2],bin:2,binari:[0,1,2,6,7,8,10,11,13,14,15,16,17,19,26,28,35,51,52,53,55,58,64,69,70,73],bind:[4,63,69],bison:2,bit:[0,2,28,31,32,51,53,55,63],bitmap:[51,73],block:[0,2,4,51,53,57,73,83],bool:[29,69,83],both:[0,4,34,51,53,73,83],bottleneck:4,bound:[0,4],bracket:2,branch:0,brian:26,broken:0,bsd:[1,28],bucket:53,buffer:[0,1,2,4,7,27,35,36,38,46,53,54,64,69],bug:[0,1,2,69],bugfix:0,build:[0,2,36,63],built:[30,31,34,53,82],busi:[2,26],bust:0,by_kei:0,c99:66,cach:[0,3,4,27,34,53,54],cache_s:4,cal:0,calcul:[4,35],call:[0,1,34,35,50,53,54,55,56,60,64,66,67,68,70,72,75,80],callback:[0,27,38,39,42,58,64,66,70,72,75],caller:[60,64,72,83],calloc:0,came:65,can:[0,1,2,4,12,13,28,31,34,35,36,53,54,55,58,59,64,67,68,71,72,75,76],candid:72,cannot:[4,53,66,83],capabl:[3,5,27],captur:76,care:53,cas:[0,51,55,68,73],cast:53,cat:[3,6,27],catch2:2,caught:0,caus:[0,1,2,4,11,26,35,53,54,61],ceas:11,cento:0,certain:[0,53],cfg_cmd:4,chang:[0,1,2,27,28,53,54,64,67,83],changelog:25,charact:[0,4,51,68,72,73],check:[0,3,5,10,27,50,53,55,59,72],chen:0,chines:0,choos:70,chunk:53,clang:1,clarif:2,clarifi:[0,2],clean:[0,11,27,38,39,41,56,71],cleaner:0,cleanup:[0,68],cli:0,client:[0,1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,27,28,33,35,38,39,42,45,50,51,52,53,54,55,56,57,58,59,60,61,62,64,65,66,68,69,70,71,72,73,74,75,76,77,79,80,82,83],client_error:1,clone:[34,54,56,64,66,82],close:[0,1,2,4,53,54],cluster:[10,16,53],cmake:2,cmd:4,cmd_get:4,cmd_proport:4,cmd_set:4,cmd_type:4,cnf:[0,4],code:[0,3,9,26,27,34,35,37,38,48,50,51,52,53,54,55,57,58,59,60,61,62,64,66,67,68,70,71,72,73,74,75,77,79,80,83],collect:[4,7,14,33,50,75],collis:[2,73],com:[0,2,26,35,37],combin:[51,53,55,73],come:[4,34],command:[0,1,2,5,7,11,27,28,38,46,50,51,53,55,57,69,73,75],comment:[4,28],commit:28,common:[0,56],commun:[4,53,56,69],compar:[36,55],comparison:[2,5,16],compat:[0,1,3,5,27,28,53,64,68],compil:[0,1,2,29,30,31,32,33,34,35,36,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,82,83],complet:[1,8,34,66,69],complianc:1,concept:71,conclus:[60,64],concurr:[0,15],condit:[26,69],config:0,config_str:[35,37],configur:[0,1,2,6,7,12,15,27,34,49,63,69,72,83],conflict:0,conjunct:62,conn_sock:4,connect:[0,1,2,5,13,15,35,36,53,54,67,69,70,72,80,83],consequenti:26,consid:[2,53],consist:[0,2,34,36,53],constant:[0,2,27,30,49],constantli:0,constructor:0,consum:29,contain:[4,35,60,64,75],content:[11,27,38,39,41],context:[0,30,35,54,58,64,66,72,75],continu:[0,2,35,53,64],continuum:[0,2,36,53],contract:26,contributor:26,control:[0,4],conveni:[36,63],convert:[0,27,35,38,48,50,51,52,53,54,55,57,58,59,60,61,62,64,65,66,67,68,69,70,71,72,73,74,75,77,79,83],copi:[7,29,54,56,72],copyright:27,core:[0,4],corner:[0,1],correct:0,correctli:1,correspond:54,could:[0,4,11,66,83],count:[0,2,4,71,72],counter:2,coupl:0,cpp:2,cpu:4,crash:[0,2,4],crc:0,creat:[0,4,27,30,31,32,33,34,35,38,45,53,54,68,71,83],credenti:69,current:[4,30,50,51,53,55,58,64,66,67,68,70,72,73,74,75,78],cursor:72,cursor_serv:0,custom:[0,1,27,30,35,38,39,42,54,68],cut:0,cycl:0,daemon:[11,27,38,39],dai:4,dallei:0,damag:26,darwin:2,data:[0,2,4,8,11,14,16,26,27,28,34,35,38,39,41,45,53,54,60,69,74,78,83],databas:[11,34],datadifferenti:26,datagram:[51,55,73],date:[4,37],dbuild_shared_lib:2,dead:[0,1,69,72],deadlock:[53,64],dealloc:[56,68,71],death:0,debian:[0,1],debug:[0,6,7,8,10,11,13,14,15,16,17,19],dec:0,decent:0,decim:4,declar:56,decreas:4,decrement:[0,27,38,46,73],decrypt:74,dedic:53,defeat:53,defens:2,defin:[0,2,37,63,69,70,71,75],defini:0,definit:11,delai:11,delet:[0,11,14,27,28,38,45,53,54,69],deliv:53,deliveri:57,demand:0,deo:28,depend:[51,55,73],deprec:[0,2,27,38,53,54,60,69,71,83],deriv:[26,39],describ:[4,65,76],descriptor:[2,69],design:[27,34,35],destin:[29,54,56],destroi:[27,37,38,45,83],detail:[35,50,83],detect:[2,5,52],determin:[0,5,10,27,35,38,46,53,64,69,72],develop:[0,4,34,81],deviat:4,did:0,differ:[0,1,2,4,16,51,53,55,64,73],direct:26,directli:[1,27,34,35,38,39,40,64,68,71,75],directori:[2,7],disabl:[1,53,54,63],discard:4,disclaim:26,disconnect:[0,4,27,38,45],disord:4,displai:[4,6,7,8,9,10,11,13,14,15,16,17,18,36],dist:[0,4],distribut:[0,26,30,32,33,34,35,37,53],divis:4,dns:0,doc:[0,2],document:[0,1,2,11,26,34,63,71],doe:[2,4,8,11,17,28,51,52,53,55,58,64,65,69,72,73],doesn:4,doing:0,domain:[0,2,54,69],don:[0,4,53,66],done:[4,53,71],down:53,drain:53,drbrain:0,driver:[28,69,80],drop:[1,4],dtrace:[0,2,34],dubiou:69,due:[2,51,55,73],dump:[0,2,3,8,16,27,38,39,41],duplic:72,dure:[0,1,53,66,67,69,81],dynam:[0,4,29,34,64],each:[4,35,37,53,54,64,72,75,80],eagain:2,earlier:11,easier:0,edit:4,effect:11,effici:4,effort:0,eintr:2,either:[34,51,53,54,56,61,68,69,73,75,82],eject:0,element:66,els:0,elsiz:66,embed:[27,34,38,39,42,68],empti:2,enabl:[0,1,4,6,7,8,10,11,13,14,15,16,17,19,24,31,34,35,51,53,55,63,66,73],encapsul:[34,68],encount:64,encrypt:[1,2,27,38,39],end:[4,35,51,71,72],end_len:4,endian:[0,2],endors:26,enforc:53,enough:4,ensur:[2,4,53],entir:[0,53],entri:2,enumer:[30,53,54,63,69],env:1,environ:4,environment:0,eof:0,equal:4,equival:[30,52],eras:[3,27],eric:0,errno:[0,53,65,69],error:[0,1,2,3,4,5,6,9,27,35,38,50,51,52,53,54,55,57,58,59,60,61,62,64,66,67,68,70,71,72,73,74,75,77,79,83],error_buff:35,error_buffer_s:35,establish:69,etc:4,ethernet:69,evan:0,even:[0,4,26],event:[4,26],ever:0,everi:4,exact:[51,55,73],exampl:[0,27,34,49,68],example1:4,example2:4,exce:[51,55,73,83],exceed:83,except:[0,4],exec:1,execut:[0,11,51,53,54,55,58,60,64,69,72,73,75],execute_numb:4,exemplari:26,exhibit:28,exist:[1,3,10,11,27,38,46,52,71,73,77],exit:4,exp_verifi:4,expect:[4,15,28,50,75],expens:53,expir:[2,4,7,11,17,20,27,37,38,46,51,52,55,57,61,68,73],expired_get:4,expiri:[51,55,73],explicit:[0,28],exponenti:4,expos:1,express:26,extend:[0,1,34],extra:[36,82],fail:[0,2,4,30,52,57,64,69],failur:[0,2,29,30,35,37,50,53,54,56,60,64,68,69,71,83],fals:[4,29,37],fashion:[27,38,46,51,73],faster:[0,1,4,53,64],fastest:[51,73],fatal:1,favor:0,featur:[0,2,28,34],fedora:1,fetch:[0,8,58,60,64,69,75,83],few:34,field:[51,68,73],file:[0,1,2,3,7,27,28,35,69],filenam:72,filepath:35,fill:[0,4,50,60,64,75],find:[0,1,50,53,57,75,77],finish:[56,69],fire:[0,53],first:[0,4,28,53,66],fisher:0,fit:[26,35],fix:[0,1,2,4,28],fixed_s:4,flag:[0,2,6,7,21,31,37,51,52,53,54,55,60,64,68,73,83],flow:0,fluctuat:[51,55,73],flush:[0,3,11,27,38,46,53,61],flush_al:11,fnv1:28,fnv1_32:0,fnv1_64:0,fnv1a_32:0,fnv1a_64:0,follow:[2,4,11,26,53],foo:37,food:37,forc:35,forev:2,forget:[0,53],fork:34,form:26,format:[2,83],formula:4,forward:[64,68],found:[0,2,6,11,37,58,59,60,64,69,73,75,81],framework:0,free:[0,2,29,37,50,56,64,68,71,75,83],freebsd:[0,2],freed:[37,50,60,64,75],frequenc:4,from:[0,1,2,3,4,5,8,9,14,16,26,27,28,29,31,32,34,35,37,38,39,41,44,45,53,54,56,60,65,69,71,72,74,76,80,82,83],fudg:37,full:[2,27,34,37,53,64],func:[75,80],furthermor:4,futur:[64,68],gain:0,gather:[3,16,27],gcc:[0,1],gear:28,gearman:0,gener:[0,15,27,28,29,30,31,33,34,38,39,40,52],geo:4,geo_dist:4,geometr:4,get:[0,2,8,15,27,28,35,38,39,44,53,55,57,58,66,75,83],get_by_kei:0,get_miss:4,get_prop:4,gethostbyname_r:0,github:[2,28],give:[52,60,64],given:[0,4,32,57,63,69,77],global:[4,34],gmail:0,goe:0,going:0,good:[26,72],gotten:4,govern:4,greater:[0,4,54],greatest:34,group:34,group_kei:[51,52,55,57,59,64,73,77],group_key_length:[51,52,55,57,59,64,73,77],guarante:[8,53,58],guaranti:28,guard:2,guid:34,guppi:0,had:0,half:4,hand:68,handl:[0,1,2,4,34,37,53,66,67,70],handler:2,hanr:0,happen:[0,1,4,52,54],har:0,harden:1,has:[0,1,4,11,27,30,34,50,53,56,60,64,65,68,69,75],hash:[0,2,6,7,8,10,14,17,22,27,28,29,34,35,36,38,39,53,67,72],hash_algorithm:[30,63],hashkit:[2,27,28,30,31,32,33],hashkit_clon:29,hashkit_cr:29,hashkit_crc32:31,hashkit_default:31,hashkit_failur:30,hashkit_fnv1_32:31,hashkit_fnv1_64:31,hashkit_fnv1a_32:31,hashkit_fnv1a_64:31,hashkit_fre:29,hashkit_get_distribution_funct:30,hashkit_get_funct:30,hashkit_hash_algorithm_t:30,hashkit_hash_algrothm_t:30,hashkit_hash_crc:30,hashkit_hash_custom:30,hashkit_hash_default:30,hashkit_hash_fn:30,hashkit_hash_fnv1_32:30,hashkit_hash_fnv1_64:30,hashkit_hash_fnv1a_32:30,hashkit_hash_fnv1a_64:30,hashkit_hash_hsieh:30,hashkit_hash_jenkin:30,hashkit_hash_md5:30,hashkit_hash_murmur3:[1,30],hashkit_hash_murmur:30,hashkit_hsieh:31,hashkit_invalid_argu:30,hashkit_invalid_hash:30,hashkit_is_alloc:29,hashkit_jenkin:31,hashkit_md5:31,hashkit_memory_allocation_failur:30,hashkit_murmur3:31,hashkit_murmur:31,hashkit_return_t:30,hashkit_set_custom_distribution_funct:30,hashkit_set_custom_funct:30,hashkit_set_distribution_funct:[30,31],hashkit_set_funct:[30,31],hashkit_st:[29,30,32],hashkit_success:30,hashkit_valu:32,haul:1,have:[0,4,11,28,34,36,52,53,54,58,60,63,64,66,68,69,70,75],have_htol:0,header:[0,1,2,28],heap:56,hei:0,heldenbrand:0,help:[0,4,6,7,8,9,10,11,13,14,15,16,17,18,64,71],helper:70,here:54,hex:[0,36],high:[4,34,53],higher:[4,63],highli:35,histor:81,hit:53,hodel:0,hold:[60,64,70],holder:26,host10:[35,37],host11:[35,37],host:[0,2,35,36,53,71,72],host_reset:0,hostnam:[0,2,5,6,7,8,10,11,13,14,15,16,17,19,36,65,71,72,75],hour:4,how:[0,4,34,36],howev:[4,26,34,51,55,57,73],hseih:0,hsieh:[30,63],http:[2,26,27,34],hudson:0,human:[0,9],idea:0,identifi:[0,4],idl:53,idnentifi:2,ignor:[0,11],illeg:[2,4],immedi:[11,53,54,61],implement:[2,28,34,35,51,53,54,55,66,68,73,82],impli:26,impos:53,improv:[0,2,4,53],in_port_t:[71,72,75],inc:[0,26],incident:26,includ:[0,2,4,26,29,30,31,32,33,34,35,36,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83],incompat:[0,2],incorrectli:71,increas:[0,1,69],increment:[0,2,27,38,46,73],indic:[4,30,35,50,51,52,53,54,55,57,58,59,61,62,65,66,68,70,71,72,74,75,77,79,80,83],indirect:26,individu:[34,60,64],infinit:[0,53],inform:[16,27,34,35,38,39,42,44,50,51,53,63,64,69,73],init:0,initi:[4,29,30,32,34,35,50,51,52,53,54,55,56,57,58,59,61,62,63,65,66,67,68,70,71,72,74,75,76,77,78,79,80,83],input:[53,64],insid:[0,29,54,66,78],insist:4,inspect:50,instal:[0,2],instanc:[1,4,34,53,66,68,71,72,82,83],instead:[0,2,4,29,53,54,60,64,69],instruct:0,integ:[30,36,63],integr:2,intend:[28,34],intent:[11,28],interfac:[0,1,81],intern:[0,2,7,27,38,39,69],interrupt:26,introducd:0,introduct:27,inttyp:2,invalid:[0,11,30,69,83],involv:56,io_wait:0,ipv6:[0,2],issu:[0,1,7,27,56,69],item:[11,14,53,57,68,69],its:[0,1,4,5,26,28,53,54,60,63,64,65,72,73],itself:[2,4],jacek:0,jai:0,java:53,jeff:0,jenkin:0,just:[0,4,53,61,64],keep:[0,4,34],keepal:35,keepidl:35,kei:[0,2,3,6,7,8,10,11,14,15,17,22,27,28,30,31,32,34,35,36,37,38,39,40,46,51,52,53,54,55,57,58,60,63,64,68,69,72,73,75],kept:0,kernel:[53,64],ketama:[0,1,2,36],kevin:0,key_length:[30,31,32,37,51,52,54,55,57,58,59,60,63,64,72,73,75,77],key_prefix:[51,55,73],key_siz:4,kick:4,know:[35,53,76],known:27,kop:4,laid:81,languag:[35,63],larg:[0,34,53,64,69],larger:60,largest:60,last:[0,1,2,51,53,65,69,71,72],latenc:[0,16,53],later:28,latest:4,launchpad:[2,28],layer:4,leak:[0,68,70],least:[4,51,53,55,63,66,73],legaci:[2,83],legitim:73,length:[0,4,30,32,35,36,51,52,55,57,58,59,60,63,64,68,72,73,74,75,77,83],less:[0,4,51,55,72,73],let:0,level:[63,79],lhashkit:[29,30,31,32,33],liabil:26,liabl:26,libcrypto:2,libev:4,libhashkit:[0,27,29,30,31,32,34,63],libmemcach:[0,1,2,3,6,7,9,12,33,34,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,83],libmemcached_awesom:2,libmemcached_check_configur:35,libmemcached_configur:2,libmemcached_util:0,libmemcached_util_version_check:2,libmemcached_version_hex:36,libmemcached_version_str:36,libmemcachedpotocol:2,libmemcachedprotocol:2,libmemcachedutil:[2,27,34,83],librari:[0,2,5,6,7,8,9,10,11,12,13,14,15,16,17,27,28,29,30,31,32,35,37,38,39,42,50,51,52,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,82,83],libsasl2:2,libsasl:70,libtool:0,libxxx_version_hex:2,licens:1,life:4,light:[27,34],like:[4,29,69],limemcached_p:0,limit:[0,4,26,28,35,36,51,53,55,73],limit_maxbyt:0,line:[0,50,75],linger:0,link:[2,29,30,31,32,33,34,35,36,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,82,83],linux:[0,2,34,53],lion:[0,1],list:[0,2,4,6,7,8,9,10,11,13,14,15,16,17,19,26,27,38,39,53,56,58,64,72,75],live:83,lmemcach:[34,35,36,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,82,83],lmemcachedutil:[63,68,82,83],load:[0,3,11,15,27,34,35,53],local:[4,34,65],localhost:[4,5,71],locat:[2,4],lock:[34,83],log2:4,log:[2,27],logarithm:4,logic:0,longer:0,look:[37,51,64,71,73],lookup:[0,53,72],loop:[0,2,72],loss:[26,53],lost:4,lot:4,lower:28,m6w6:2,machin:4,maco:2,macro:0,made:[0,53,68,69,72],maesaka:0,mai:[4,26,50,51,52,53,55,56,64,68,73,83],main:[28,37,51,73],mainli:67,maintain:0,major:80,make:[0,1,2,4,37,51,53,54,56,66,73],malloc:[0,66,68],man:0,manag:[4,27,30,34,38,39,43,58,66],mani:[0,4,36,51,73],manipul:[0,53,72],manner:51,manpag:34,map:[34,51,53,55,73],marc:0,mark:[28,53,69],master:[0,36,52,54,57,64,77,83],match:[0,34],materi:26,max:[4,35,83],maxim:35,maximum:[4,36,83],mcfarland:0,mean:[0,4,11,53,57,72],meant:[51,73],mechan:[0,4],mem:66,mem_calloc:66,mem_fre:66,mem_malloc:66,mem_realloc:66,memached_behavior_set:0,memaslap:[2,3,27,34],member:[0,68],memc:[35,37],memc_ptr:37,memcach:[0,1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,27,28,33,36,37,38,39,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82],memcachd:0,memcachd_dump:0,memcache_behavior_set:0,memcached_add:73,memcached_add_by_kei:73,memcached_analysis_st:50,memcached_analysis_t:50,memcached_analyz:50,memcached_append:51,memcached_append_by_kei:51,memcached_auth_continu:69,memcached_auth_failur:69,memcached_auth_problem:69,memcached_bad_key_provid:[0,54,69],memcached_behavior:0,memcached_behavior_auto_eject_host:53,memcached_behavior_binary_protocol:[51,53,55,73],memcached_behavior_buffer_request:[0,2,35,53,62],memcached_behavior_cache_lookup:[0,53],memcached_behavior_connect_timeout:[0,35,53],memcached_behavior_cork:[0,53],memcached_behavior_distribut:53,memcached_behavior_get:53,memcached_behavior_hash:[6,7,8,10,14,17,22,53],memcached_behavior_hash_with_prefix_kei:[0,53],memcached_behavior_io_bytes_watermark:53,memcached_behavior_io_key_prefetch:53,memcached_behavior_io_msg_watermark:53,memcached_behavior_keepal:53,memcached_behavior_keepalive_idl:53,memcached_behavior_ketama:53,memcached_behavior_ketama_compat:53,memcached_behavior_ketama_compat_mod:0,memcached_behavior_ketama_hash:53,memcached_behavior_ketama_weight:53,memcached_behavior_no_block:[0,53],memcached_behavior_norepli:53,memcached_behavior_number_of_replica:[28,53],memcached_behavior_poll_timeout:53,memcached_behavior_randomize_replica_read:[28,53],memcached_behavior_rcv_timeout:[0,53],memcached_behavior_remove_failed_serv:[0,35,53],memcached_behavior_retry_timeout:[0,1,35,53],memcached_behavior_server_failure_limit:[35,53],memcached_behavior_set:[0,34,35,53],memcached_behavior_set_distribut:0,memcached_behavior_snd_timeout:[0,35,53],memcached_behavior_socket_recv_s:[35,53],memcached_behavior_socket_send_s:[35,53],memcached_behavior_sort_host:[0,53],memcached_behavior_support_ca:[35,53],memcached_behavior_t:[6,7,8,10,14,17,22,53,83],memcached_behavior_tcp_keepal:35,memcached_behavior_tcp_nodelai:[35,53],memcached_behavior_use_udp:[35,51,53,55,60,64,72,73,75,80],memcached_behavior_user_data:[0,53],memcached_behavior_verify_kei:[0,53],memcached_buff:[0,54,69],memcached_ca:[0,55],memcached_callback_cleanup_funct:54,memcached_callback_clone_funct:54,memcached_callback_delete_trigg:[0,54],memcached_callback_free_funct:54,memcached_callback_get:[0,54],memcached_callback_get_failur:[2,54],memcached_callback_malloc_funct:54,memcached_callback_namespac:[53,54],memcached_callback_prefix_kei:[0,54],memcached_callback_realloc_funct:54,memcached_callback_set:[0,54],memcached_callback_t:54,memcached_callback_user_data:54,memcached_calloc_fn:66,memcached_cas_by_kei:55,memcached_cleanup_fn:54,memcached_client_error:[2,69],memcached_clon:[0,2,54,56,83],memcached_clone_fn:54,memcached_connect:0,memcached_connection_bind_failur:69,memcached_connection_failur:69,memcached_connection_socket_create_failur:69,memcached_continu:69,memcached_continuum_addit:36,memcached_cr:[34,37,56],memcached_data_does_not_exist:69,memcached_data_exist:69,memcached_decr:52,memcached_decrement_by_kei:52,memcached_decrement_with_initi:52,memcached_decrement_with_initial_by_kei:52,memcached_defailt_timeout:0,memcached_default_connect_timeout:36,memcached_default_port:36,memcached_default_timeout:36,memcached_delet:[57,69],memcached_delete_by_kei:57,memcached_deprec:69,memcached_destroy_sasl_auth_data:70,memcached_distribution_consist:53,memcached_distribution_consistent_ketama:53,memcached_distribution_consistent_ketama_spi:53,memcached_distribution_consistent_weight:53,memcached_distribution_modula:53,memcached_distribution_random:53,memcached_distribution_virtual_bucket:53,memcached_dump:[1,2,58],memcached_dump_fn:58,memcached_e2big:69,memcached_end:[0,60,64,69],memcached_errno:69,memcached_execute_fn:64,memcached_exist:[0,1,59],memcached_exist_by_kei:59,memcached_expiration_not_add:[36,52],memcached_fail:[2,69],memcached_fail_unix_socket:69,memcached_failur:[54,66,69],memcached_fat:69,memcached_fetch:[0,27,37,38,47,53,67],memcached_fetch_execut:[0,53,54,64],memcached_fetch_notfinish:69,memcached_fetch_result:[0,2,53,60,64],memcached_flush:61,memcached_flush_buff:62,memcached_fre:[35,37,54,56,67,70],memcached_free_fn:66,memcached_generate_hash:[0,63],memcached_generate_hash_valu:63,memcached_get:[0,53,64],memcached_get_by_kei:[53,64],memcached_get_memory_alloc:66,memcached_get_memory_allocators_context:66,memcached_get_sasl_callback:70,memcached_get_user_data:78,memcached_hash_crc:63,memcached_hash_custom:63,memcached_hash_default:63,memcached_hash_fnv1_32:63,memcached_hash_fnv1_64:63,memcached_hash_fnv1a_32:63,memcached_hash_fnv1a_64:63,memcached_hash_hsieh:[0,63],memcached_hash_jenkin:63,memcached_hash_md5:[53,63],memcached_hash_murmur3:63,memcached_hash_murmur:[0,63],memcached_hash_t:63,memcached_host_lookup_failur:[0,69],memcached_in_progress:83,memcached_incr:52,memcached_increment_by_kei:52,memcached_increment_with_initi:52,memcached_increment_with_initial_by_kei:52,memcached_instance_st:[2,71,72,75],memcached_invalid_argu:[69,83],memcached_invalid_host_protocol:[53,69,72],memcached_item:69,memcached_ketama_compat_libmemcach:53,memcached_ketama_compat_spi:53,memcached_key_too_big:[60,69],memcached_last_error:65,memcached_last_error_errno:65,memcached_last_error_messag:65,memcached_lib_vers:80,memcached_light:0,memcached_malloc_fn:66,memcached_max_buff:[2,36],memcached_max_host_length:[36,72],memcached_max_host_sort_length:36,memcached_max_integer_display_length:36,memcached_max_kei:[36,37,54,60],memcached_max_namespac:[36,54],memcached_maximum_return:69,memcached_memory_allocation_failur:69,memcached_mget:[0,37,53,60,64],memcached_mget_by_kei:[0,53,64],memcached_mget_execut:64,memcached_mget_execute_by_kei:64,memcached_no_key_provid:69,memcached_no_serv:69,memcached_not_support:[53,60,64,69,75,80],memcached_notfound:[53,59,60,64,69,83],memcached_notstor:[69,73],memcached_parse_error:69,memcached_parse_user_error:69,memcached_partial_read:69,memcached_pool:[37,82,83],memcached_pool_behavior_get:83,memcached_pool_behavior_set:83,memcached_pool_cr:83,memcached_pool_destroi:[37,83],memcached_pool_fetch:83,memcached_pool_pop:[37,83],memcached_pool_push:[37,83],memcached_pool_releas:83,memcached_pool_st:[37,83],memcached_prepend:51,memcached_prepend_by_kei:51,memcached_protocol_error:69,memcached_purg:0,memcached_quit:[34,64,67],memcached_read_failur:69,memcached_realloc_fn:66,memcached_replac:73,memcached_replace_by_kei:73,memcached_reset:54,memcached_result_ca:[55,68],memcached_result_cr:68,memcached_result_flag:68,memcached_result_fre:68,memcached_result_key_length:68,memcached_result_key_valu:68,memcached_result_length:68,memcached_result_set_expir:68,memcached_result_set_flag:68,memcached_result_set_valu:68,memcached_result_st:[0,54,55,64,68],memcached_result_take_valu:[1,68],memcached_result_valu:68,memcached_return_t:[2,27,34,35,37,38,48,50,51,52,53,54,55,57,58,59,60,61,62,64,65,66,67,68,70,71,72,73,74,75,76,77,79,80,83],memcached_send_ascii:2,memcached_serv:[0,4,6,7,8,9,10,11,13,14,15,16],memcached_server_add:72,memcached_server_add_udp:72,memcached_server_add_unix_socket:72,memcached_server_by_kei:[0,72],memcached_server_count:72,memcached_server_cursor:[0,72],memcached_server_distribution_t:53,memcached_server_error:[0,69,71],memcached_server_error_reset:[0,71],memcached_server_failure_dead_timeout:36,memcached_server_failure_limit:36,memcached_server_failure_retry_timeout:36,memcached_server_fn:72,memcached_server_fre:0,memcached_server_get_last_disconnect:[0,72],memcached_server_list:[0,71],memcached_server_list_append:[0,71],memcached_server_list_count:71,memcached_server_list_fre:71,memcached_server_list_st:71,memcached_server_marked_dead:69,memcached_server_push:72,memcached_server_remov:0,memcached_server_st:[0,71,72],memcached_servers_pars:[2,71],memcached_servers_reset:[0,56],memcached_set:[37,51,53,73],memcached_set_by_kei:73,memcached_set_encoding_kei:74,memcached_set_memory_alloc:[0,54,66],memcached_set_sasl_auth_data:70,memcached_set_sasl_callback:70,memcached_set_user_data:78,memcached_some_error:69,memcached_st:[0,1,27,34,35,37,38,39,43,45,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,73,74,75,76,77,78,79,80,82,83],memcached_stat:[0,2,53,69,75],memcached_stat_execut:[0,1,75],memcached_stat_fn:75,memcached_stat_get_kei:75,memcached_stat_get_valu:[2,75],memcached_stat_servernam:75,memcached_stat_st:[50,75],memcached_stor:69,memcached_strerror:[34,51,52,55,57,58,61,62,67,73,74,76,77,79,80],memcached_strid:36,memcached_success:[37,51,52,53,54,55,57,58,59,61,62,64,66,67,69,70,73,74,77,79,80,83],memcached_timeout:[69,83],memcached_touch:[1,2,77],memcached_touch_by_kei:[1,77],memcached_trigger_delete_kei:54,memcached_trigger_kei:54,memcached_unknown_read_failur:69,memcached_unknown_stat_kei:69,memcached_util:1,memcached_valu:69,memcached_verbos:[0,79],memcached_vers:[0,53,80],memcached_version_string_length:36,memcached_write_failur:[51,55,69,73],memcap:[0,2,3,27,34],memcat:[0,2,3,27,34],memcp:[0,2,3,27,34],memdump:[0,3,27,34],memerror:[0,3,27,34],memexist:[3,27,34],memflush:[2,3,27,34],memori:[0,4,16,27,29,30,34,37,50,56,57,64,66,68,69,70,71,75],memp:[3,27,34],mempars:[2,3,27,34,69],memrm:[0,3,27,34],memset:0,memslap:[0,2,3,4,27,34],memstat:[0,1,2,3,27,34,50,75],memtouch:[3,27,34],mention:0,merchant:26,merg:0,messag:[0,2,4,9,27,35,38,50,51,52,53,54,55,57,58,59,60,61,62,64,66,67,68,69,70,71,72,73,74,75,77,79,83],met:26,method:[0,27,28,34,50,51,53,55,60,61,63,64,69,70,73,75,83],mget:[0,28],michael:26,micro:80,microsecond:53,middl:[64,67],might:0,millisecond:[2,36,53],min:[4,35],minim:53,minimum:4,minor:[2,80],minut:4,miscellan:27,mismatch:0,miss:[2,4,15],mistak:0,mmc:83,mode:[0,7,16,24,53,57,73],model:35,modif:26,modifi:[0,35,51,53,66,71,75,76,79],modul:4,modular:34,modulo:53,more:[0,2,4,6,7,8,10,11,13,14,15,16,17,19,28,34,35,53,63,64],most:[4,11,51,56,69,73],mountain:1,move:[0,2],msb:28,msg:35,much:[4,29],mucho:0,multi:[0,2,51,55,69,73],multiget:[53,64],multipl:[0,4,34,53,61,64,82],murmur3:[1,2,28],murmur:[0,2,30],murur3:2,must:[0,4,26,34,50,51,53,54,60,64,68,72,73,75,76],mysql:0,nagl:53,name:[2,7,26,28,35,53],name_link:2,namespac:[1,34,35,36,51,52,55,57,59,77],natur:[4,34,64],nearli:[34,76],necessari:63,need:[0,4,11,53,54,64,65,66,67,69,75,83],neg:2,neglig:26,neither:26,nelem:66,net:[0,4],net_rat:4,network:[0,16,34,73],never:[2,4],newer:2,newli:56,next:[4,53],nic:69,nikkhil:0,nodelai:35,non:[0,2,4,51,55,57,73],none:[11,12],nor:[26,53,75],norepli:35,normal:[0,53,63],note:[2,56,57,64,70],notfound:2,noth:[0,54],notic:[26,37],now:[0,1,53],nth:4,nullptr:[29,68,71,83],number:[0,2,5,7,21,28,34,35,36,53,58,66,69,72],number_of_callback:[58,64,72],number_of_kei:[0,64],numer:[0,1],object:[0,4,29,32,34,35,37,51,52,53,54,55,58,60,64,68,69,71,73,75,83],object_byt:4,obsolet:57,obtain:[16,65,75,83],occur:[0,4,35,53,65,69,73,83],octob:28,off:[2,53],offset:[4,52],old:[0,2,4],older:[1,69],onc:[4,53,64],one:[0,4,6,7,28,34,52,63,64,66,71,72],one_at_a_tim:30,onli:[0,2,4,16,28,30,31,35,36,52,53,54,56,57,63,64,66,68,69,74],opaqu:[30,78],open:[4,27,34,53],openbsd:[0,2],oper:[0,1,4,5,6,7,8,10,11,13,14,15,16,17,19,24,30,34,37,51,52,53,55,61,63,64,65,66,67,69,71,72,73],ops:4,optim:[0,66],option:[0,1,2,3,27,34,51,53,63,64,68,72,73,75],option_str:[35,83],option_string_length:83,optional_port:35,optional_weight:35,options_str:83,order:[0,4,34,35,53,54,61,66,72],org:[0,2,27,34],origin:[60,72],ostrowski:0,osx:[0,1],other:[0,1,4,26,28,52,53,56],otherwis:[11,26,29,54,73,83],out:[0,4,5,26,50,53,56,64,69,81,83],output:[0,2,6],outsid:4,over:[0,56,68],overal:1,overflow:[2,52],overhead:[51,55,73,83],overrid:66,overwrit:[4,15,55,73],overwritten:4,own:[0,34,66,67,68,70],ownership:83,pack:4,packag:[0,4],packet:4,packet_disord:4,packet_drop:4,pad:0,page:0,pair:[4,75],parallel:4,paramet:[0,4,29,30,32,35,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,83],pars:[0,1,3,12,27,69],parser:[0,1],part:[1,4],partial:69,particular:[0,26,34,51,53,54,55,57,68,71,72,73,75],partit:[0,34,64],pass:[0,29,30,35,52,53,56,57,60,61,64,66,68,71,72,75,83],password:[7,8,10,11,13,14,16,17,23,70],patch:0,path:[0,7,71,72],paus:69,payload:[51,55,73],penalti:53,per:[4,34,66],perform:[0,4,16,34,51,53,64,70,72,73],period:11,permiss:26,permit:26,piec:[29,51,54],ping:[3,13,27],pipe:[0,53],pipelin:2,pkg:0,pkg_check_modul:0,pkgconfig:0,place:[0,1,4,35,51,53,57,63,72],platform:[2,53],pleas:[34,35,53,56,57,63,64,66,70,71,83],plu:0,plug:[1,70],point:[53,54],pointer:[0,2,29,30,32,35,36,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,70,71,72,74,75,76,77,78,79,80,83],poll:[0,2,35,53],pool:[0,4,11,27,82],popul:54,port:[0,2,4,5,6,7,8,10,11,13,14,15,16,17,19,36,65,71,72,75],portabl:[0,1],possibl:[0,2,8,26,34,56,57,75,76],postgr:28,pove:0,practic:[37,81],pre:[29,72],precis:[4,11],predict:0,prefetch:35,prefix:[0,4,35,53,54],prelimanari:0,prepend:[0,27,35,38,46,53,55],preserv:1,preset:4,previou:[0,78],previous:[2,54,66,78],primari:[53,54],print:[5,16],printabl:[34,51,52,55,57,58,61,62,67,73,74,77,79,80],printf:0,prior:[1,2,26],probabl:75,problem:[0,4,64,72],problemat:53,process:[4,35,53,54,62,64],procur:26,produc:63,product:[0,26],profit:26,project:2,promot:26,proper:[4,28],proport:[4,15],propper:0,protocol:[0,2,6,7,8,10,11,13,14,15,16,17,19,34,35,51,52,53,55,58,64,69,70,73,75],prototyp:[0,54],provi:2,provid:[0,2,4,8,26,27,28,33,34,35,36,37,50,52,54,63,64,65,67,69,71,72,75,82],pthread:2,ptr:[29,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,70,72,73,74,75,76,77,78,79,80],pull:37,purg:0,purpos:[4,11,26,28,68],push:[34,53,72],queri:[50,53,54,64,75,76],queu:57,queue:[53,57],quick:53,quiet:[0,6,7,8,10,11,13,14,15,16,17,19],quietli:[6,7,8,10,11,13,14,15,16,17,19],quit:[53,64],quot:11,rais:0,rand:53,random:[0,2,4,28,35,53],randomli:[4,35],rang:[0,4],rare:69,rate:[4,15],rcv:35,read:[0,4,6,28,35,36,53,54,68,69,75,83],read_byt:4,readabl:[0,9],readinng:0,realign:0,realli:[53,64],realloc:2,reappli:0,reason:[4,51,55,71,73],receiv:[53,74,83],recent:53,recogn:2,recommend:[4,34,35],reconnect:[0,2,4],recreat:11,recurs:0,recv:[0,35],redistribut:26,reduc:54,refactor:0,refer:[4,28,34,64],referenc:79,regist:0,regress:0,reject:0,rel:[51,52,55,61,77,83],relat:[0,56],relative_tim:83,releas:[0,1,2,28,37,64,68,83],reliabl:34,remot:53,remov:[0,1,2,14,53,57,83],remove_failed_serv:35,renam:2,reorder:4,rep_writ:4,replac:[7,53,57,73],repli:35,replic:[0,2,34,35,53],replica:[28,35,36,53],report:[28,29,69,72],repres:[36,80],represent:76,reproduc:26,request:[0,2,35,51,53,55,64,69,73],requir:[0,2,28,53,54,64,68,70,71],reserv:26,reset:[2,11,35,53,54,66,67],resolv:0,resourc:[29,83],resp_freq:4,respect:83,respond:53,respons:[2,4,5,11,50,54,68,75,76],rest:[4,53],restart:1,restrict:2,restructur:1,result:[0,1,4,27,28,34,38,46,50,52,53,54,55,60,63,64,72],retain:26,retri:[0,35],retriev:[11,27,30,34,38,45,48,54,57,60,72,78],return_kei:37,return_key_length:37,return_valu:37,return_value_length:37,reus:68,revert:2,rework:0,rewrit:0,rewrot:0,rfc:53,right:26,robei:0,ross:0,rossi:0,round:4,rout:[34,72],rpath:0,rpm:0,rsync:2,rubi:0,rule:[0,1],run:[0,5,15,37,51,55,73],runtim:0,safe:[27,33,34,53,82,83],safeti:[0,56],same:[0,1,4,11,34,53,55,56,57,77,82],sampl:4,san:28,sasl:[0,2,7,8,10,11,13,14,16,17,23,27,38,39,40],sasl_callback:70,sasl_callback_t:70,sasl_callbacks_t:70,sasl_client_new:70,sasl_pwdb_conf:2,satisfi:83,save:[0,4,68,72],scale:0,schooner:4,script:0,second:[0,4,5,7,11,17,20,51,52,53,55,61,77],section:4,see:[0,1,2,19,22,28],seed:52,seem:28,segment7:0,segment:51,select:[0,4,35,53,64],self:4,semant:2,semver:2,send:[0,1,4,27,35,38,46,53,64],sent:[0,4,51,53,54,55,71,73,74],seper:1,sequenc:52,sequenti:4,server:[0,1,2,5,6,7,8,9,10,11,13,14,15,16,17,19,27,28,34,35,38,39,41,44,45,46,51,52,53,54,56,60,62,65,68,69,70,74,80],server_error_memory_allocation_failur:2,server_failure_count:0,server_timeout_counter_query_id:2,servernam:35,servic:26,set:[0,1,2,4,5,6,7,11,15,27,28,29,31,32,33,34,35,38,39,40,41,46,50,51,52,53,54,55,57,60,64,66,69,71,72,73,75,76,78,80,83],set_benchmark:0,set_by_kei:0,set_prop:4,setsockopt:53,setup:[0,54],sever:[0,4],shall:26,share:[34,52,53],should:[1,4,28,30,36,51,53,56,64,66,68,69,70,71,73,81,82,83],show:0,shown:4,shutdown:[0,1],side:[0,27,34],sign:[0,53],signatur:54,signific:63,sigpip:0,similar:[4,6,7,51,55,56,64,73],simpl:[53,80],simplifi:0,simul:4,sinc:[2,4,53,54,57,60,69,71,83],singl:[4,6,34,53,61,72],size:[0,1,15,35,36,51,53,55,60,64,66,68,73,83],size_t:[0,30,31,32,35,37,51,52,54,55,57,58,59,60,63,64,66,68,72,73,74,75,77,83],slab:2,slight:[0,53],slot:36,small:[4,33,34,82],smasher:0,snd:35,so_ling:53,so_rcvbuf:53,so_rcvtimeo:53,so_sndbuf:53,so_sndtimeo:53,sock:4,socket:[0,1,2,4,35,53,64,69,71,72],softwar:26,solari:0,solv:[0,64],some:[0,4,34,53,64,69,71],somehow:2,someth:4,somewhat:28,son:37,sonam:2,sort:[0,1,2,35,36,53],sourc:[2,26,27,34,54,56],sourcehut:2,space:[4,51,66,73],speak:[0,69],spec:0,special:[0,4,26],specif:[2,4,26,34,53,54,65,78],specifi:[0,4,5,6,7,8,9,10,11,13,14,15,16,17,19,28,29,34,52,53,54,66,70,75,83],speed:[0,4,34],sphinx:2,spike:11,split:[51,55,73],spot:0,sprintf:0,spy:53,spymemcach:0,sructur:0,ssd:4,ssize_t:2,stabl:[0,2],stack:[0,2,56],standalon:[31,75],standard:[0,4,6,7,66],stap:34,start:[0,4,53],start_len:4,startup:4,stat:[0,2,50,69,75],stat_freq:4,state:[11,16,50,60,64,67,69,72,75],statist:[3,16,27,38,39],statu:65,std:[0,4],std_dev:4,stdout:16,still:55,storag:[0,36,53,64],store:[0,4,6,11,27,28,34,35,38,39,42,45,51,53,54,55,60,64,66,68,69,70,71,72],str:74,strerror_r:2,strict:[0,26],stride:36,string:[0,1,2,3,4,9,12,27,34,35,36,51,52,55,57,58,61,62,67,69,73,74,75,76,77,79,80,83],string_length:35,strive:53,strlen:[35,37],struct:[29,30,32,35,50,51,52,53,54,55,56,57,58,59,61,62,63,65,66,67,68,70,71,72,74,75,76,77,78,79,80,83],structur:[0,1,27,30,31,32,33,34,50,53,54,55,56,63,64,66,67,68,71,72,75,78,80,83],studio:0,style:[0,71],sub:[51,73],subscript:2,substitut:26,succe:[52,57],succeed:30,success:[29,30,35,50,51,52,53,54,55,57,58,59,60,61,62,64,65,66,67,68,69,70,71,72,73,74,75,77,79,80,83],successfulli:69,suddenli:11,suffix:4,suggest:68,suit:2,suppli:[29,34,51,55,58,60,64,66,69,72,73,75,78],support:[0,1,2,27,28,30,34,35,38,39,40,53,63,69,74],supposedli:28,sur:2,sure:[0,4,56],suse:0,symbol:2,synchron:34,synonym:83,syntax:2,system:[0,2,4,34,53],systemtap:0,tabl:4,take:[0,51,52,53,54,57,58,63,64,68,72,73,76,77],tba:2,tcp:[1,35,53,72],tcp_keepal:53,tcp_nodelai:0,techmonkei:0,ten:4,termin:[0,30,32,35,51,52,57,58,59,63,67,68,72,74,75,77],test:[0,1,2,13,15,27,34,37,51,53,55,57,58,60,63,64,68,73],testss:4,text:[0,51,71,73],textual:53,than:[4,11,51,53,55,72,73],thank:0,thei:[4,51,53,58,61,64,68,73,75],them:[0,2,4,66,68],theori:[4,26],theses:71,thi:[0,1,2,4,7,11,26,28,32,34,35,36,50,51,52,53,54,55,57,58,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,79,80],thing:52,those:[60,64],though:[0,4],thread:[0,15,27,33,83],three:[28,37,60,64],through:[0,30,34,54,68,72],throughput:[4,15],till:71,time:[0,11,15,34,36,51,52,53,55,57,61,63,69,73,77,82,83],time_t:[37,51,52,55,57,61,68,73,77],timeout:[0,2,4,5,35,36,53,67,83],timespec:83,timestamp:[7,11,17,20,51,52,55,61,77],togeth:[4,53],toggl:[1,53],told:8,too:[2,54,69],tool:[0,4,15,27,34,50,75],top:82,topic:[27,38],tort:26,toru:0,total:[4,51,55,73],touch:[3,17,27,77],tps:4,track:0,traffic:53,trail:[55,83],translat:[3,9,27,34,51,52,55,57,58,61,62,67,73,74,77,79,80],transpar:1,transport:[34,53],treat:[0,1],tree:0,tri:[4,5],trigger:[0,54,64,68],tunabl:34,tune:53,turn:0,twitter:0,two:[0,1,4,52],type:[0,2,4,32,51,52,55,57,58,61,62,67,73,74,76,77,79],typedef:[2,29,30,50,54,56,58,64,66,68,72,75,83],typo:2,ubuntu:[0,1],udp:[0,1,2,7,24,35,53,72],udp_timeout:4,uin64_t:53,uint16_t:0,uint32_t:[2,30,31,32,37,51,52,55,58,60,63,64,68,71,72,73,79],uint64_c:2,uint64_t:[0,2,4,52,53,55,68,83],unaffect:28,unavail:2,undeclar:2,undefin:2,under:[0,1,11],underflow:[2,52],underlink:2,understand:[0,2,34],undetermin:69,undocu:[0,1],unexpir:4,unexpired_unget:4,uninti:2,uniqu:4,unix:[0,2,6,7,11,17,20,35,51,52,55,61,69,72,77],unknown:[0,69],unless:[11,68,73,83],unlik:35,unreli:4,unsign:[0,30,37,53],unstabl:0,until:[11,53,64],unweight:53,updat:[0,1,4,11,17,27,38,46],upon:[54,60,64,66,70,83],upper:28,uptim:16,usabl:28,usag:[0,2,27,28,34,37,38,39,42,53,54,68],use:[0,2,4,26,29,30,34,35,37,51,52,53,54,55,56,58,63,64,66,68,69,70,71,73,74,82,83],use_sort:0,used:[0,1,2,4,12,13,26,27,30,31,32,34,35,36,37,38,39,43,51,53,54,56,57,58,59,60,61,62,64,66,68,70,71,73,74,75,77,78,80,81,83],useful:[33,34,50],user:[0,4,29,30,34,51,55,56,58,66,72,73,75,78],usernam:[7,8,10,11,13,14,16,17,23,70],uses:[0,4,55,75],using:[0,1,4,29,31,34,35,51,52,53,55,56,57,60,63,64,73,83],util:[0,4,6],valid:[3,12,27,30,53,69],valu:[0,2,6,15,27,33,34,36,38,39,40,46,69],value_length:[37,51,55,60,64,73,75],value_s:4,vari:[68,71,72,75],variabl:[0,1,4,34,60,64],varieti:31,variou:5,vaue:53,vector:[1,2],verbos:[4,6,7,8,10,11,13,14,15,16,17,19,27,38,39,41],veri:[4,72],verifi:[4,5,35,53],verify_fail:4,verify_miss:4,version:[0,1,2,4,6,7,8,9,10,11,13,14,15,16,17,18,27,36,38,39,44,49,51,53,54,57,59,60,63,66,69,71,73,83],via:[0,1,4,52,64,69,72],virtual:53,visual:0,wai:[4,26,51,53,55,56,73],wait:[0,2,4,83],walk:0,wallner:26,want:[4,66,75,82],warn:[0,2],warranti:26,wasn:1,watchpoint:0,watermark:35,weak:53,weaver:0,web:34,weight:[0,35,53],well:[0,4,51,55,73],were:[0,29,53,60,61,64,66,69],what:[11,64,69,73],whatev:[60,64],wheel:0,when:[0,2,4,5,34,35,37,51,52,53,54,55,56,60,64,67,69,73,83],whenev:60,where:[0,1,11,28,69],whether:[4,26,28,29,51,53,55,73],which:[0,1,2,4,11,28,35,36,51,53,54,55,57,60,63,64,65,66,68,69,71,72,73],whole:4,whose:11,width:36,win_siz:4,window:[0,2],wipe:[11,27,38,39,41],wish:[56,75],within:[4,10,35,53],without:[0,7,26,28,30,32,34,35,51,52,53,55,57,58,59,63,72,74,75,77,83],won:[28,57],work:[0,1,2,4,16,27,34,37,38,39,44,51,53,57,64,73,77,82],workload:[4,15],wothout:68,would:[0,11,28,63,66,72,81],write:[0,4,36,53,56,64,68,69,73,75],written:[0,4,26,34,73],written_byt:4,wrong:[0,2],year:28,yet:[0,28],yin:0,you:[0,4,11,29,34,35,37,50,51,52,53,54,55,56,57,58,60,63,64,66,67,68,69,70,71,72,73,75,76,78,81,82,83],your:[0,4,34,35,53,54,66,67,68,70],zero:[0,1,30,32,35,51,52,55,56,57,58,59,61,63,66,68,71,72,74,75,77,83]},titles:["ChangeLog v0.x","ChangeLog v1.0","ChangeLog v1.1","Client Applications","memaslap - Load testing  and benchmarking a server","memcapable","memcat","memcp","memdump","memerror","memexist","memflush","memparse","memping","memrm","memslap","memstat","memtouch","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","Change Logs","Copyright","libmemcached-awesome Manual","Bugs, Known Issues and Insufficiencies","Creating a hashkit structure","Set Hash Function","Available Hashes","Generate hash value","libhashkit - C/C++ hashing library","C/C++ Client Library for memcached","libmemcached Configuration","libmemcached Constants and Defaults","libmemcached Examples","libmemcached API","Advanced Topics","Authentication, Encryption &amp; Hashing","Affecting the memcached Daemon","Internal Behavior","Servers and Server Lists","Statistics","Basics","Working with Data","Deprecated Functionality","Messages and Errors","Miscellaneous","Analyzing servers","Appending or Prepending Data","Incrementing and Decrementing Values","Behaviors of the library","Library callbacks","Working with data on the server in an atomic fashion","Creating and destroying a memcached_st","Deleting data from a server","Dumping data from a server","Determine if a keys exists","memcached_fetch","Wiping clean the contents of a server","Flush and send buffered commands","Generating hash values directly","Retrieving data from the server","Retrieving Error Codes and Messages","Use custom allocators for embedded usage","Disconnecting a client from a server","Working with result sets","Error Codes - memcached_return_t","SASL support","Managing lists of servers","Managing the servers used by memcached_st","Storing data on the server","Set encryption key","Working with statistical information from a server","Converting Error Codes to Messages","Update expiration on a key","Storing custom information in the client","Setting the verbosity of a server","Getting version information","libmemcached Versioning","libmemcachedutil - C/C++ utilities extending libmemcached","Working with memcached pools"],titleterms:{"default":36,"function":[30,47],"return":[29,30,31,32,35,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,83],AND:[34,82],Adding:37,TLS:28,Use:66,Useful:4,administr:3,advanc:39,affect:41,alloc:66,also:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,29,30,31,32,33,34,35,37,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,82,83],analysi:3,analyz:50,api:38,append:51,applic:3,atom:55,authent:40,avail:31,awesom:27,basic:45,behavior:[42,53],benchmark:4,beta1:2,beta2:2,beta3:2,binari:4,buffer:62,bug:28,callback:54,chang:25,changelog:[0,1,2],clean:61,client:[3,34,67,78],code:[65,69,76],command:[4,62],concurr:4,config:4,configur:[4,35],connect:[4,37],constant:36,content:61,convert:76,copyright:26,coroutin:28,crc32:28,creat:[29,37,56],custom:[66,78],daemon:41,data:[3,46,51,55,57,58,64,73],decrement:52,delet:57,deprec:47,descript:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,29,30,31,32,33,34,35,36,37,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,82,83],destroi:56,detail:4,determin:59,directli:63,disconnect:67,distribut:4,dump:[4,58],effect:4,embed:66,encrypt:[40,74],environ:[6,7,8,9,10,11,13,14,15,16,35],error:[48,65,69,76],event:28,exampl:[4,35,37],execut:4,exist:59,expir:77,extend:82,facebook:4,fashion:55,featur:4,fetch:37,file:4,flush:62,format:4,from:[57,58,64,67,75],gener:[4,32,35,63],get:[4,80],hash:[30,31,32,33,40,63],hashkit:29,implement:4,increment:52,index:27,inform:[4,75,78,80],insuffici:28,intern:42,issu:28,kei:[4,59,74,77],known:28,libhashkit:[28,33],libmemcach:[27,28,35,36,37,38,81,82],libmemcachedutil:82,librari:[33,34,53,54],list:[43,71],load:4,log:25,loop:28,manag:[71,72],manipul:3,manual:27,memaslap:4,memcach:[34,35,41,83],memcached_fetch:60,memcached_return_t:69,memcached_st:[56,72],memcap:5,memcat:6,memcp:7,memdump:8,memerror:9,memexist:10,memflush:11,memp:13,mempars:12,memrm:14,memslap:15,memstat:16,memtouch:17,messag:[48,65,76],meta:28,miscellan:49,mode:4,multi:4,multipl:37,murmur:28,network:4,note:[53,66],number:4,option:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,35],other:35,output:4,period:4,pool:[35,37,83],prepend:51,process:[34,82],program:34,protocol:[4,28],replic:[4,28],result:68,retriev:[64,65],run:4,sasl:70,schedul:4,see:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,29,30,31,32,33,34,35,37,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,82,83],send:62,server:[3,4,37,43,50,55,57,58,61,64,67,71,72,73,75,79],set:[30,68,74,79],simpl:4,size:4,ssl:28,statist:[4,44,75],store:[73,78],structur:29,support:[4,70],synopsi:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,29,30,31,32,33,34,35,36,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,82,83],systemtap:34,task:4,tcp:4,test:[3,4],thousand:4,thread:[4,34,82],time:4,topic:39,udp:4,updat:77,usag:[4,66],used:72,useful:4,util:[34,82],valu:[4,29,30,31,32,35,37,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,83],verbos:79,verif:4,version:[80,81],where:4,window:4,wipe:61,work:[46,55,68,75,83]}})
\ No newline at end of file
+Search.setIndex({docnames:["ChangeLog-0","ChangeLog-1.0","ChangeLog-1.1","bin/index","bin/memaslap","bin/memcapable","bin/memcat","bin/memcp","bin/memdump","bin/memerror","bin/memexist","bin/memflush","bin/memparse","bin/memping","bin/memrm","bin/memslap","bin/memstat","bin/memtouch","bin/options/all","bin/options/common","bin/options/common_get","bin/options/common_set","bin/options/expire","bin/options/file_out","bin/options/flags_noarg","bin/options/flags_reqarg","bin/options/hash","bin/options/net","bin/options/proto","bin/options/sasl","bin/options/udp","changelogs","copyright","index","issues","libhashkit/hashkit_create","libhashkit/hashkit_function","libhashkit/hashkit_functions","libhashkit/hashkit_value","libhashkit/index","libmemcached","libmemcached/configuration","libmemcached/constants","libmemcached/examples","libmemcached/index","libmemcached/index_advanced","libmemcached/index_advanced_aeh","libmemcached/index_advanced_daemon","libmemcached/index_advanced_internals","libmemcached/index_advanced_servers","libmemcached/index_advanced_stats","libmemcached/index_basics","libmemcached/index_data","libmemcached/index_deprecated","libmemcached/index_errors","libmemcached/index_misc","libmemcached/memcached_analyze","libmemcached/memcached_append","libmemcached/memcached_auto","libmemcached/memcached_behavior","libmemcached/memcached_callback","libmemcached/memcached_cas","libmemcached/memcached_create","libmemcached/memcached_delete","libmemcached/memcached_dump","libmemcached/memcached_exist","libmemcached/memcached_fetch","libmemcached/memcached_flush","libmemcached/memcached_flush_buffers","libmemcached/memcached_generate_hash_value","libmemcached/memcached_get","libmemcached/memcached_last_error","libmemcached/memcached_memory_allocators","libmemcached/memcached_quit","libmemcached/memcached_result_st","libmemcached/memcached_return_t","libmemcached/memcached_sasl","libmemcached/memcached_server_st","libmemcached/memcached_servers","libmemcached/memcached_set","libmemcached/memcached_set_encoding_key","libmemcached/memcached_stats","libmemcached/memcached_strerror","libmemcached/memcached_touch","libmemcached/memcached_user_data","libmemcached/memcached_verbosity","libmemcached/memcached_version","libmemcached/versioning","libmemcachedutil/index","libmemcachedutil/memcached_pool"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.cpp":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:55},filenames:["ChangeLog-0.rst","ChangeLog-1.0.rst","ChangeLog-1.1.rst","bin/index.rst","bin/memaslap.rst","bin/memcapable.rst","bin/memcat.rst","bin/memcp.rst","bin/memdump.rst","bin/memerror.rst","bin/memexist.rst","bin/memflush.rst","bin/memparse.rst","bin/memping.rst","bin/memrm.rst","bin/memslap.rst","bin/memstat.rst","bin/memtouch.rst","bin/options/all.rst","bin/options/common.rst","bin/options/common_get.rst","bin/options/common_set.rst","bin/options/expire.rst","bin/options/file_out.rst","bin/options/flags_noarg.rst","bin/options/flags_reqarg.rst","bin/options/hash.rst","bin/options/net.rst","bin/options/proto.rst","bin/options/sasl.rst","bin/options/udp.rst","changelogs.rst","copyright.rst","index.rst","issues.rst","libhashkit/hashkit_create.rst","libhashkit/hashkit_function.rst","libhashkit/hashkit_functions.rst","libhashkit/hashkit_value.rst","libhashkit/index.rst","libmemcached.rst","libmemcached/configuration.rst","libmemcached/constants.rst","libmemcached/examples.rst","libmemcached/index.rst","libmemcached/index_advanced.rst","libmemcached/index_advanced_aeh.rst","libmemcached/index_advanced_daemon.rst","libmemcached/index_advanced_internals.rst","libmemcached/index_advanced_servers.rst","libmemcached/index_advanced_stats.rst","libmemcached/index_basics.rst","libmemcached/index_data.rst","libmemcached/index_deprecated.rst","libmemcached/index_errors.rst","libmemcached/index_misc.rst","libmemcached/memcached_analyze.rst","libmemcached/memcached_append.rst","libmemcached/memcached_auto.rst","libmemcached/memcached_behavior.rst","libmemcached/memcached_callback.rst","libmemcached/memcached_cas.rst","libmemcached/memcached_create.rst","libmemcached/memcached_delete.rst","libmemcached/memcached_dump.rst","libmemcached/memcached_exist.rst","libmemcached/memcached_fetch.rst","libmemcached/memcached_flush.rst","libmemcached/memcached_flush_buffers.rst","libmemcached/memcached_generate_hash_value.rst","libmemcached/memcached_get.rst","libmemcached/memcached_last_error.rst","libmemcached/memcached_memory_allocators.rst","libmemcached/memcached_quit.rst","libmemcached/memcached_result_st.rst","libmemcached/memcached_return_t.rst","libmemcached/memcached_sasl.rst","libmemcached/memcached_server_st.rst","libmemcached/memcached_servers.rst","libmemcached/memcached_set.rst","libmemcached/memcached_set_encoding_key.rst","libmemcached/memcached_stats.rst","libmemcached/memcached_strerror.rst","libmemcached/memcached_touch.rst","libmemcached/memcached_user_data.rst","libmemcached/memcached_verbosity.rst","libmemcached/memcached_version.rst","libmemcached/versioning.rst","libmemcachedutil/index.rst","libmemcachedutil/memcached_pool.rst"],objects:{"":{"-B|--buffer":[28,7,1,"cmdoption-b-buffer"],"-F|--flags":[25,7,1,"cmdoption-f-flags"],"-H|--hash":[26,7,1,"cmdoption-h-hash"],"-N|--tcp-nodelay":[27,7,1,"cmdoption-n-tcp-nodelay"],"-U|--udp":[30,7,1,"cmdoption-u-udp"],"-V|--version":[21,7,1,"cmdoption-v-version"],"-b|--binary":[28,7,1,"cmdoption-b-binary"],"-d|--debug":[21,7,1,"cmdoption-d-debug"],"-e|--expire":[22,7,1,"cmdoption-e-expire"],"-f|--file":[23,7,1,"cmdoption-f-file"],"-h|--help":[21,7,1,"cmdoption-h-help"],"-n|--non-blocking":[27,7,1,"cmdoption-n-non-blocking"],"-p|--password":[29,7,1,"cmdoption-p-password"],"-q|--quiet":[21,7,1,"cmdoption-q-quiet"],"-s|--servers":[27,7,1,"cmdoption-s-servers"],"-u|--username":[29,7,1,"cmdoption-u-username"],"-v|--verbose":[21,7,1,"cmdoption-v-verbose"],"hashkit_clone::destination":[35,4,1,"_CPPv413hashkit_cloneP10hashkit_stPK10hashkit_st"],"hashkit_clone::ptr":[35,4,1,"_CPPv413hashkit_cloneP10hashkit_stPK10hashkit_st"],"hashkit_crc32::key":[37,4,1,"_CPPv413hashkit_crc32PKc6size_t"],"hashkit_crc32::key_length":[37,4,1,"_CPPv413hashkit_crc32PKc6size_t"],"hashkit_create::hash":[35,4,1,"_CPPv414hashkit_createP10hashkit_st"],"hashkit_default::key":[37,4,1,"_CPPv415hashkit_defaultPKc6size_t"],"hashkit_default::key_length":[37,4,1,"_CPPv415hashkit_defaultPKc6size_t"],"hashkit_fnv1_32::key":[37,4,1,"_CPPv415hashkit_fnv1_32PKc6size_t"],"hashkit_fnv1_32::key_length":[37,4,1,"_CPPv415hashkit_fnv1_32PKc6size_t"],"hashkit_fnv1_64::key":[37,4,1,"_CPPv415hashkit_fnv1_64PKc6size_t"],"hashkit_fnv1_64::key_length":[37,4,1,"_CPPv415hashkit_fnv1_64PKc6size_t"],"hashkit_fnv1a_32::key":[37,4,1,"_CPPv416hashkit_fnv1a_32PKc6size_t"],"hashkit_fnv1a_32::key_length":[37,4,1,"_CPPv416hashkit_fnv1a_32PKc6size_t"],"hashkit_fnv1a_64::key":[37,4,1,"_CPPv416hashkit_fnv1a_64PKc6size_t"],"hashkit_fnv1a_64::key_length":[37,4,1,"_CPPv416hashkit_fnv1a_64PKc6size_t"],"hashkit_free::hash":[35,4,1,"_CPPv412hashkit_freeP10hashkit_st"],"hashkit_get_distribution_function::hash":[36,4,1,"_CPPv433hashkit_get_distribution_functionPK10hashkit_st"],"hashkit_get_function::hash":[36,4,1,"_CPPv420hashkit_get_functionPK10hashkit_st"],"hashkit_hash_algorithm_t::HASHKIT_HASH_CRC":[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t16HASHKIT_HASH_CRCE"],"hashkit_hash_algorithm_t::HASHKIT_HASH_CUSTOM":[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t19HASHKIT_HASH_CUSTOME"],"hashkit_hash_algorithm_t::HASHKIT_HASH_DEFAULT":[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_DEFAULTE"],"hashkit_hash_algorithm_t::HASHKIT_HASH_FNV1A_32":[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_32E"],"hashkit_hash_algorithm_t::HASHKIT_HASH_FNV1A_64":[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_64E"],"hashkit_hash_algorithm_t::HASHKIT_HASH_FNV1_32":[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_32E"],"hashkit_hash_algorithm_t::HASHKIT_HASH_FNV1_64":[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_64E"],"hashkit_hash_algorithm_t::HASHKIT_HASH_HSIEH":[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t18HASHKIT_HASH_HSIEHE"],"hashkit_hash_algorithm_t::HASHKIT_HASH_JENKINS":[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_JENKINSE"],"hashkit_hash_algorithm_t::HASHKIT_HASH_MD5":[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t16HASHKIT_HASH_MD5E"],"hashkit_hash_algorithm_t::HASHKIT_HASH_MURMUR":[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t19HASHKIT_HASH_MURMURE"],"hashkit_hash_algorithm_t::HASHKIT_HASH_MURMUR3":[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_MURMUR3E"],"hashkit_hsieh::key":[37,4,1,"_CPPv413hashkit_hsiehPKc6size_t"],"hashkit_hsieh::key_length":[37,4,1,"_CPPv413hashkit_hsiehPKc6size_t"],"hashkit_is_allocated::hash":[35,4,1,"_CPPv420hashkit_is_allocatedPK10hashkit_st"],"hashkit_jenkins::key":[37,4,1,"_CPPv415hashkit_jenkinsPKc6size_t"],"hashkit_jenkins::key_length":[37,4,1,"_CPPv415hashkit_jenkinsPKc6size_t"],"hashkit_md5::key":[37,4,1,"_CPPv411hashkit_md5PKc6size_t"],"hashkit_md5::key_length":[37,4,1,"_CPPv411hashkit_md5PKc6size_t"],"hashkit_murmur3::key":[37,4,1,"_CPPv415hashkit_murmur3PKc6size_t"],"hashkit_murmur3::key_length":[37,4,1,"_CPPv415hashkit_murmur3PKc6size_t"],"hashkit_murmur::key":[37,4,1,"_CPPv414hashkit_murmurPKc6size_t"],"hashkit_murmur::key_length":[37,4,1,"_CPPv414hashkit_murmurPKc6size_t"],"hashkit_return_t::HASHKIT_FAILURE":[36,2,1,"_CPPv4N16hashkit_return_t15HASHKIT_FAILUREE"],"hashkit_return_t::HASHKIT_INVALID_ARGUMENT":[36,2,1,"_CPPv4N16hashkit_return_t24HASHKIT_INVALID_ARGUMENTE"],"hashkit_return_t::HASHKIT_INVALID_HASH":[36,2,1,"_CPPv4N16hashkit_return_t20HASHKIT_INVALID_HASHE"],"hashkit_return_t::HASHKIT_MEMORY_ALLOCATION_FAILURE":[36,2,1,"_CPPv4N16hashkit_return_t33HASHKIT_MEMORY_ALLOCATION_FAILUREE"],"hashkit_return_t::HASHKIT_SUCCESS":[36,2,1,"_CPPv4N16hashkit_return_t15HASHKIT_SUCCESSE"],"hashkit_set_custom_distribution_function::context":[36,4,1,"_CPPv440hashkit_set_custom_distribution_functionP10hashkit_st15hashkit_hash_fnPv"],"hashkit_set_custom_distribution_function::function":[36,4,1,"_CPPv440hashkit_set_custom_distribution_functionP10hashkit_st15hashkit_hash_fnPv"],"hashkit_set_custom_distribution_function::hash":[36,4,1,"_CPPv440hashkit_set_custom_distribution_functionP10hashkit_st15hashkit_hash_fnPv"],"hashkit_set_custom_function::context":[36,4,1,"_CPPv427hashkit_set_custom_functionP10hashkit_st15hashkit_hash_fnPv"],"hashkit_set_custom_function::function":[36,4,1,"_CPPv427hashkit_set_custom_functionP10hashkit_st15hashkit_hash_fnPv"],"hashkit_set_custom_function::hash":[36,4,1,"_CPPv427hashkit_set_custom_functionP10hashkit_st15hashkit_hash_fnPv"],"hashkit_set_distribution_function::hash":[36,4,1,"_CPPv433hashkit_set_distribution_functionP10hashkit_st24hashkit_hash_algorithm_t"],"hashkit_set_distribution_function::hash_algorithm":[36,4,1,"_CPPv433hashkit_set_distribution_functionP10hashkit_st24hashkit_hash_algorithm_t"],"hashkit_set_function::hash":[36,4,1,"_CPPv420hashkit_set_functionP10hashkit_st24hashkit_hash_algorithm_t"],"hashkit_set_function::hash_algorithm":[36,4,1,"_CPPv420hashkit_set_functionP10hashkit_st24hashkit_hash_algorithm_t"],"hashkit_value::hash":[38,4,1,"_CPPv413hashkit_valueP10hashkit_stPKc6size_t"],"hashkit_value::key":[38,4,1,"_CPPv413hashkit_valueP10hashkit_stPKc6size_t"],"hashkit_value::key_length":[38,4,1,"_CPPv413hashkit_valueP10hashkit_stPKc6size_t"],"libmemcached_check_configuration::error_buffer":[41,4,1,"_CPPv432libmemcached_check_configurationPKc6size_tPc6size_t"],"libmemcached_check_configuration::error_buffer_size":[41,4,1,"_CPPv432libmemcached_check_configurationPKc6size_tPc6size_t"],"libmemcached_check_configuration::length":[41,4,1,"_CPPv432libmemcached_check_configurationPKc6size_tPc6size_t"],"libmemcached_check_configuration::option_string":[41,4,1,"_CPPv432libmemcached_check_configurationPKc6size_tPc6size_t"],"memcached::string":[41,4,1,"_CPPv49memcachedPKc6size_t"],"memcached::string_length":[41,4,1,"_CPPv49memcachedPKc6size_t"],"memcached_add::expiration":[79,4,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add::flags":[79,4,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add::key":[79,4,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add::key_length":[79,4,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add::ptr":[79,4,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add::value":[79,4,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add::value_length":[79,4,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::expiration":[79,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::flags":[79,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::group_key":[79,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::group_key_length":[79,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::key":[79,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::key_length":[79,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::ptr":[79,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::value":[79,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_add_by_key::value_length":[79,4,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_analyze::error":[56,4,1,"_CPPv417memcached_analyzeP12memcached_stP17memcached_stat_stP18memcached_return_t"],"memcached_analyze::ptr":[56,4,1,"_CPPv417memcached_analyzeP12memcached_stP17memcached_stat_stP18memcached_return_t"],"memcached_analyze::stat":[56,4,1,"_CPPv417memcached_analyzeP12memcached_stP17memcached_stat_stP18memcached_return_t"],"memcached_append::expiration":[57,4,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append::flags":[57,4,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append::key":[57,4,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append::key_length":[57,4,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append::ptr":[57,4,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append::value":[57,4,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append::value_length":[57,4,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::expiration":[57,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::flags":[57,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::group_key":[57,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::group_key_length":[57,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::key":[57,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::key_length":[57,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::ptr":[57,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::value":[57,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_append_by_key::value_length":[57,4,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_behavior_get::flag":[59,4,1,"_CPPv422memcached_behavior_getP12memcached_st20memcached_behavior_t"],"memcached_behavior_get::ptr":[59,4,1,"_CPPv422memcached_behavior_getP12memcached_st20memcached_behavior_t"],"memcached_behavior_set::data":[59,4,1,"_CPPv422memcached_behavior_setP12memcached_st20memcached_behavior_t8uint64_t"],"memcached_behavior_set::flag":[59,4,1,"_CPPv422memcached_behavior_setP12memcached_st20memcached_behavior_t8uint64_t"],"memcached_behavior_set::ptr":[59,4,1,"_CPPv422memcached_behavior_setP12memcached_st20memcached_behavior_t8uint64_t"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_AUTO_EJECT_HOSTS":[59,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_AUTO_EJECT_HOSTSE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_BINARY_PROTOCOL":[59,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_BINARY_PROTOCOLE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_BUFFER_REQUESTS":[59,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_BUFFER_REQUESTSE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_CACHE_LOOKUPS":[59,2,1,"_CPPv4N20memcached_behavior_t32MEMCACHED_BEHAVIOR_CACHE_LOOKUPSE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_CONNECT_TIMEOUT":[59,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_CONNECT_TIMEOUTE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_CORK":[59,2,1,"_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_CORKE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_DISTRIBUTION":[59,2,1,"_CPPv4N20memcached_behavior_t31MEMCACHED_BEHAVIOR_DISTRIBUTIONE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH":[59,2,1,"_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH_WITH_PREFIX_KEY":[59,2,1,"_CPPv4N20memcached_behavior_t39MEMCACHED_BEHAVIOR_HASH_WITH_PREFIX_KEYE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_IO_BYTES_WATERMARK":[59,2,1,"_CPPv4N20memcached_behavior_t37MEMCACHED_BEHAVIOR_IO_BYTES_WATERMARKE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_IO_KEY_PREFETCH":[59,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_IO_KEY_PREFETCHE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_IO_MSG_WATERMARK":[59,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_IO_MSG_WATERMARKE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_KEEPALIVE":[59,2,1,"_CPPv4N20memcached_behavior_t28MEMCACHED_BEHAVIOR_KEEPALIVEE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_KEEPALIVE_IDLE":[59,2,1,"_CPPv4N20memcached_behavior_t33MEMCACHED_BEHAVIOR_KEEPALIVE_IDLEE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_KETAMA":[59,2,1,"_CPPv4N20memcached_behavior_t25MEMCACHED_BEHAVIOR_KETAMAE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_KETAMA_COMPAT":[59,2,1,"_CPPv4N20memcached_behavior_t32MEMCACHED_BEHAVIOR_KETAMA_COMPATE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_KETAMA_HASH":[59,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_KETAMA_HASHE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_KETAMA_WEIGHTED":[59,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_KETAMA_WEIGHTEDE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_NOREPLY":[59,2,1,"_CPPv4N20memcached_behavior_t26MEMCACHED_BEHAVIOR_NOREPLYE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_NO_BLOCK":[59,2,1,"_CPPv4N20memcached_behavior_t27MEMCACHED_BEHAVIOR_NO_BLOCKE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_NUMBER_OF_REPLICAS":[59,2,1,"_CPPv4N20memcached_behavior_t37MEMCACHED_BEHAVIOR_NUMBER_OF_REPLICASE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_POLL_TIMEOUT":[59,2,1,"_CPPv4N20memcached_behavior_t31MEMCACHED_BEHAVIOR_POLL_TIMEOUTE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_RANDOMIZE_REPLICA_READ":[59,2,1,"_CPPv4N20memcached_behavior_t41MEMCACHED_BEHAVIOR_RANDOMIZE_REPLICA_READE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_RCV_TIMEOUT":[59,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_RCV_TIMEOUTE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERS":[59,2,1,"_CPPv4N20memcached_behavior_t40MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERSE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_RETRY_TIMEOUT":[59,2,1,"_CPPv4N20memcached_behavior_t32MEMCACHED_BEHAVIOR_RETRY_TIMEOUTE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_SERVER_FAILURE_LIMIT":[59,2,1,"_CPPv4N20memcached_behavior_t39MEMCACHED_BEHAVIOR_SERVER_FAILURE_LIMITE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_SND_TIMEOUT":[59,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_SND_TIMEOUTE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_SOCKET_RECV_SIZE":[59,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_SOCKET_RECV_SIZEE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_SOCKET_SEND_SIZE":[59,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_SOCKET_SEND_SIZEE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_SORT_HOSTS":[59,2,1,"_CPPv4N20memcached_behavior_t29MEMCACHED_BEHAVIOR_SORT_HOSTSE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_SUPPORT_CAS":[59,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_SUPPORT_CASE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_TCP_NODELAY":[59,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_TCP_NODELAYE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_USER_DATA":[59,2,1,"_CPPv4N20memcached_behavior_t28MEMCACHED_BEHAVIOR_USER_DATAE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_USE_UDP":[59,2,1,"_CPPv4N20memcached_behavior_t26MEMCACHED_BEHAVIOR_USE_UDPE"],"memcached_behavior_t::MEMCACHED_BEHAVIOR_VERIFY_KEY":[59,2,1,"_CPPv4N20memcached_behavior_t29MEMCACHED_BEHAVIOR_VERIFY_KEYE"],"memcached_callback_get::error":[60,4,1,"_CPPv422memcached_callback_getP12memcached_st20memcached_callback_tP18memcached_return_t"],"memcached_callback_get::flag":[60,4,1,"_CPPv422memcached_callback_getP12memcached_st20memcached_callback_tP18memcached_return_t"],"memcached_callback_get::ptr":[60,4,1,"_CPPv422memcached_callback_getP12memcached_st20memcached_callback_tP18memcached_return_t"],"memcached_callback_set::data":[60,4,1,"_CPPv422memcached_callback_setP12memcached_st20memcached_callback_tPKv"],"memcached_callback_set::flag":[60,4,1,"_CPPv422memcached_callback_setP12memcached_st20memcached_callback_tPKv"],"memcached_callback_set::ptr":[60,4,1,"_CPPv422memcached_callback_setP12memcached_st20memcached_callback_tPKv"],"memcached_callback_t::MEMCACHED_CALLBACK_CLEANUP_FUNCTION":[60,2,1,"_CPPv4N20memcached_callback_t35MEMCACHED_CALLBACK_CLEANUP_FUNCTIONE"],"memcached_callback_t::MEMCACHED_CALLBACK_CLEANUP_FUNCTION::memcached_cleanup_fn":[60,6,1,"_CPPv4N20memcached_callback_t35MEMCACHED_CALLBACK_CLEANUP_FUNCTION20memcached_cleanup_fnE"],"memcached_callback_t::MEMCACHED_CALLBACK_CLONE_FUNCTION":[60,2,1,"_CPPv4N20memcached_callback_t33MEMCACHED_CALLBACK_CLONE_FUNCTIONE"],"memcached_callback_t::MEMCACHED_CALLBACK_CLONE_FUNCTION::memcached_clone_fn":[60,6,1,"_CPPv4N20memcached_callback_t33MEMCACHED_CALLBACK_CLONE_FUNCTION18memcached_clone_fnE"],"memcached_callback_t::MEMCACHED_CALLBACK_DELETE_TRIGGER":[60,2,1,"_CPPv4N20memcached_callback_t33MEMCACHED_CALLBACK_DELETE_TRIGGERE"],"memcached_callback_t::MEMCACHED_CALLBACK_DELETE_TRIGGER::memcached_trigger_delete_key":[60,6,1,"_CPPv4N20memcached_callback_t33MEMCACHED_CALLBACK_DELETE_TRIGGER28memcached_trigger_delete_keyE"],"memcached_callback_t::MEMCACHED_CALLBACK_FREE_FUNCTION":[60,2,1,"_CPPv4N20memcached_callback_t32MEMCACHED_CALLBACK_FREE_FUNCTIONE"],"memcached_callback_t::MEMCACHED_CALLBACK_GET_FAILURE":[60,2,1,"_CPPv4N20memcached_callback_t30MEMCACHED_CALLBACK_GET_FAILUREE"],"memcached_callback_t::MEMCACHED_CALLBACK_GET_FAILURE::memcached_trigger_key":[60,6,1,"_CPPv4N20memcached_callback_t30MEMCACHED_CALLBACK_GET_FAILURE21memcached_trigger_keyE"],"memcached_callback_t::MEMCACHED_CALLBACK_MALLOC_FUNCTION":[60,2,1,"_CPPv4N20memcached_callback_t34MEMCACHED_CALLBACK_MALLOC_FUNCTIONE"],"memcached_callback_t::MEMCACHED_CALLBACK_NAMESPACE":[60,2,1,"_CPPv4N20memcached_callback_t28MEMCACHED_CALLBACK_NAMESPACEE"],"memcached_callback_t::MEMCACHED_CALLBACK_PREFIX_KEY":[60,2,1,"_CPPv4N20memcached_callback_t29MEMCACHED_CALLBACK_PREFIX_KEYE"],"memcached_callback_t::MEMCACHED_CALLBACK_REALLOC_FUNCTION":[60,2,1,"_CPPv4N20memcached_callback_t35MEMCACHED_CALLBACK_REALLOC_FUNCTIONE"],"memcached_callback_t::MEMCACHED_CALLBACK_USER_DATA":[60,2,1,"_CPPv4N20memcached_callback_t28MEMCACHED_CALLBACK_USER_DATAE"],"memcached_cas::cas":[61,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas::expiration":[61,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas::flags":[61,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas::key":[61,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas::key_length":[61,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas::ptr":[61,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas::value":[61,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas::value_length":[61,4,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::cas":[61,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::expiration":[61,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::flags":[61,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::group_key":[61,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::group_key_length":[61,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::key":[61,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::key_length":[61,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::ptr":[61,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::value":[61,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_cas_by_key::value_length":[61,4,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],"memcached_clone::destination":[62,4,1,"_CPPv415memcached_cloneP12memcached_stP12memcached_st"],"memcached_clone::source":[62,4,1,"_CPPv415memcached_cloneP12memcached_stP12memcached_st"],"memcached_continue::rc":[75,4,1,"_CPPv418memcached_continue18memcached_return_t"],"memcached_create::ptr":[62,4,1,"_CPPv416memcached_createP12memcached_st"],"memcached_decrement::key":[58,4,1,"_CPPv419memcached_decrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement::key_length":[58,4,1,"_CPPv419memcached_decrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement::offset":[58,4,1,"_CPPv419memcached_decrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement::ptr":[58,4,1,"_CPPv419memcached_decrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement::value":[58,4,1,"_CPPv419memcached_decrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_by_key::group_key":[58,4,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_by_key::group_key_length":[58,4,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_by_key::key":[58,4,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_by_key::key_length":[58,4,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_by_key::offset":[58,4,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_by_key::ptr":[58,4,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_by_key::value":[58,4,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_decrement_with_initial::expiration":[58,4,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial::initial":[58,4,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial::key":[58,4,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial::key_length":[58,4,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial::offset":[58,4,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial::ptr":[58,4,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial::value":[58,4,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::expiration":[58,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::group_key":[58,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::group_key_length":[58,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::initial":[58,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::key":[58,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::key_length":[58,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::offset":[58,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::ptr":[58,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_decrement_with_initial_by_key::value":[58,4,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_delete::expiration":[63,4,1,"_CPPv416memcached_deleteP12memcached_stPKc6size_t6time_t"],"memcached_delete::key":[63,4,1,"_CPPv416memcached_deleteP12memcached_stPKc6size_t6time_t"],"memcached_delete::key_length":[63,4,1,"_CPPv416memcached_deleteP12memcached_stPKc6size_t6time_t"],"memcached_delete::ptr":[63,4,1,"_CPPv416memcached_deleteP12memcached_stPKc6size_t6time_t"],"memcached_delete_by_key::expiration":[63,4,1,"_CPPv423memcached_delete_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_delete_by_key::group_key":[63,4,1,"_CPPv423memcached_delete_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_delete_by_key::group_key_length":[63,4,1,"_CPPv423memcached_delete_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_delete_by_key::key":[63,4,1,"_CPPv423memcached_delete_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_delete_by_key::key_length":[63,4,1,"_CPPv423memcached_delete_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_delete_by_key::ptr":[63,4,1,"_CPPv423memcached_delete_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_destroy_sasl_auth_data::ptr":[76,4,1,"_CPPv432memcached_destroy_sasl_auth_dataP12memcached_st"],"memcached_dump::context":[64,4,1,"_CPPv414memcached_dumpP12memcached_stP17memcached_dump_fnPv8uint32_t"],"memcached_dump::function":[64,4,1,"_CPPv414memcached_dumpP12memcached_stP17memcached_dump_fnPv8uint32_t"],"memcached_dump::number_of_callbacks":[64,4,1,"_CPPv414memcached_dumpP12memcached_stP17memcached_dump_fnPv8uint32_t"],"memcached_dump::ptr":[64,4,1,"_CPPv414memcached_dumpP12memcached_stP17memcached_dump_fnPv8uint32_t"],"memcached_exist::key":[65,4,1,"_CPPv415memcached_existP12memcached_stPcP6size_t"],"memcached_exist::key_length":[65,4,1,"_CPPv415memcached_existP12memcached_stPcP6size_t"],"memcached_exist::ptr":[65,4,1,"_CPPv415memcached_existP12memcached_stPcP6size_t"],"memcached_exist_by_key::group_key":[65,4,1,"_CPPv422memcached_exist_by_keyP12memcached_stPcP6size_tPcP6size_t"],"memcached_exist_by_key::group_key_length":[65,4,1,"_CPPv422memcached_exist_by_keyP12memcached_stPcP6size_tPcP6size_t"],"memcached_exist_by_key::key":[65,4,1,"_CPPv422memcached_exist_by_keyP12memcached_stPcP6size_tPcP6size_t"],"memcached_exist_by_key::key_length":[65,4,1,"_CPPv422memcached_exist_by_keyP12memcached_stPcP6size_tPcP6size_t"],"memcached_exist_by_key::ptr":[65,4,1,"_CPPv422memcached_exist_by_keyP12memcached_stPcP6size_tPcP6size_t"],"memcached_failed::rc":[75,4,1,"_CPPv416memcached_failed18memcached_return_t"],"memcached_fatal::rc":[75,4,1,"_CPPv415memcached_fatal18memcached_return_t"],"memcached_fetch::error":[66,4,1,"_CPPv415memcached_fetchP12memcached_stPcP6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_fetch::flags":[66,4,1,"_CPPv415memcached_fetchP12memcached_stPcP6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_fetch::key":[66,4,1,"_CPPv415memcached_fetchP12memcached_stPcP6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_fetch::key_length":[66,4,1,"_CPPv415memcached_fetchP12memcached_stPcP6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_fetch::ptr":[66,4,1,"_CPPv415memcached_fetchP12memcached_stPcP6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_fetch::value_length":[66,4,1,"_CPPv415memcached_fetchP12memcached_stPcP6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_fetch_execute::callback":[70,4,1,"_CPPv423memcached_fetch_executeP12memcached_stP20memcached_execute_fnPv8uint32_t"],"memcached_fetch_execute::context":[70,4,1,"_CPPv423memcached_fetch_executeP12memcached_stP20memcached_execute_fnPv8uint32_t"],"memcached_fetch_execute::number_of_callbacks":[70,4,1,"_CPPv423memcached_fetch_executeP12memcached_stP20memcached_execute_fnPv8uint32_t"],"memcached_fetch_execute::ptr":[70,4,1,"_CPPv423memcached_fetch_executeP12memcached_stP20memcached_execute_fnPv8uint32_t"],"memcached_fetch_result::error":[70,4,1,"_CPPv422memcached_fetch_resultP12memcached_stP19memcached_result_stP18memcached_return_t"],"memcached_fetch_result::ptr":[70,4,1,"_CPPv422memcached_fetch_resultP12memcached_stP19memcached_result_stP18memcached_return_t"],"memcached_fetch_result::result":[70,4,1,"_CPPv422memcached_fetch_resultP12memcached_stP19memcached_result_stP18memcached_return_t"],"memcached_flush::expiration":[67,4,1,"_CPPv415memcached_flushP12memcached_st6time_t"],"memcached_flush::ptr":[67,4,1,"_CPPv415memcached_flushP12memcached_st6time_t"],"memcached_flush_buffers::ptr":[68,4,1,"_CPPv423memcached_flush_buffersP12memcached_st"],"memcached_free::ptr":[62,4,1,"_CPPv414memcached_freeP12memcached_st"],"memcached_generate_hash::key":[69,4,1,"_CPPv423memcached_generate_hashP12memcached_stPKc6size_t"],"memcached_generate_hash::key_length":[69,4,1,"_CPPv423memcached_generate_hashP12memcached_stPKc6size_t"],"memcached_generate_hash::ptr":[69,4,1,"_CPPv423memcached_generate_hashP12memcached_stPKc6size_t"],"memcached_generate_hash_value::hash_algorithm":[69,4,1,"_CPPv429memcached_generate_hash_valuePKc6size_t16memcached_hash_t"],"memcached_generate_hash_value::key":[69,4,1,"_CPPv429memcached_generate_hash_valuePKc6size_t16memcached_hash_t"],"memcached_generate_hash_value::key_length":[69,4,1,"_CPPv429memcached_generate_hash_valuePKc6size_t16memcached_hash_t"],"memcached_get::error":[70,4,1,"_CPPv413memcached_getP12memcached_stPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get::flags":[70,4,1,"_CPPv413memcached_getP12memcached_stPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get::key":[70,4,1,"_CPPv413memcached_getP12memcached_stPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get::key_length":[70,4,1,"_CPPv413memcached_getP12memcached_stPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get::ptr":[70,4,1,"_CPPv413memcached_getP12memcached_stPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get::value_length":[70,4,1,"_CPPv413memcached_getP12memcached_stPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::error":[70,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::flags":[70,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::group_key":[70,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::group_key_length":[70,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::key":[70,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::key_length":[70,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::ptr":[70,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_by_key::value_length":[70,4,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],"memcached_get_memory_allocators::mem_calloc":[72,4,1,"_CPPv431memcached_get_memory_allocatorsP12memcached_stP19memcached_malloc_fnP17memcached_free_fnP20memcached_realloc_fnP19memcached_calloc_fn"],"memcached_get_memory_allocators::mem_free":[72,4,1,"_CPPv431memcached_get_memory_allocatorsP12memcached_stP19memcached_malloc_fnP17memcached_free_fnP20memcached_realloc_fnP19memcached_calloc_fn"],"memcached_get_memory_allocators::mem_malloc":[72,4,1,"_CPPv431memcached_get_memory_allocatorsP12memcached_stP19memcached_malloc_fnP17memcached_free_fnP20memcached_realloc_fnP19memcached_calloc_fn"],"memcached_get_memory_allocators::mem_realloc":[72,4,1,"_CPPv431memcached_get_memory_allocatorsP12memcached_stP19memcached_malloc_fnP17memcached_free_fnP20memcached_realloc_fnP19memcached_calloc_fn"],"memcached_get_memory_allocators::ptr":[72,4,1,"_CPPv431memcached_get_memory_allocatorsP12memcached_stP19memcached_malloc_fnP17memcached_free_fnP20memcached_realloc_fnP19memcached_calloc_fn"],"memcached_get_memory_allocators_context::ptr":[72,4,1,"_CPPv439memcached_get_memory_allocators_contextPK12memcached_st"],"memcached_get_sasl_callbacks::ptr":[76,4,1,"_CPPv428memcached_get_sasl_callbacksP12memcached_st"],"memcached_get_user_data::ptr":[84,4,1,"_CPPv423memcached_get_user_dataP12memcached_st"],"memcached_hash_t::MEMCACHED_HASH_CRC":[69,2,1,"_CPPv4N16memcached_hash_t18MEMCACHED_HASH_CRCE"],"memcached_hash_t::MEMCACHED_HASH_CUSTOM":[69,2,1,"_CPPv4N16memcached_hash_t21MEMCACHED_HASH_CUSTOME"],"memcached_hash_t::MEMCACHED_HASH_DEFAULT":[69,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_DEFAULTE"],"memcached_hash_t::MEMCACHED_HASH_FNV1A_32":[69,2,1,"_CPPv4N16memcached_hash_t23MEMCACHED_HASH_FNV1A_32E"],"memcached_hash_t::MEMCACHED_HASH_FNV1A_64":[69,2,1,"_CPPv4N16memcached_hash_t23MEMCACHED_HASH_FNV1A_64E"],"memcached_hash_t::MEMCACHED_HASH_FNV1_32":[69,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_FNV1_32E"],"memcached_hash_t::MEMCACHED_HASH_FNV1_64":[69,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_FNV1_64E"],"memcached_hash_t::MEMCACHED_HASH_HSIEH":[69,2,1,"_CPPv4N16memcached_hash_t20MEMCACHED_HASH_HSIEHE"],"memcached_hash_t::MEMCACHED_HASH_JENKINS":[69,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_JENKINSE"],"memcached_hash_t::MEMCACHED_HASH_MD5":[69,2,1,"_CPPv4N16memcached_hash_t18MEMCACHED_HASH_MD5E"],"memcached_hash_t::MEMCACHED_HASH_MURMUR":[69,2,1,"_CPPv4N16memcached_hash_t21MEMCACHED_HASH_MURMURE"],"memcached_hash_t::MEMCACHED_HASH_MURMUR3":[69,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_MURMUR3E"],"memcached_increment::key":[58,4,1,"_CPPv419memcached_incrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_increment::key_length":[58,4,1,"_CPPv419memcached_incrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_increment::offset":[58,4,1,"_CPPv419memcached_incrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_increment::ptr":[58,4,1,"_CPPv419memcached_incrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_increment::value":[58,4,1,"_CPPv419memcached_incrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_by_key::group_key":[58,4,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_by_key::group_key_length":[58,4,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_by_key::key":[58,4,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_by_key::key_length":[58,4,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_by_key::offset":[58,4,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_by_key::ptr":[58,4,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_by_key::value":[58,4,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],"memcached_increment_with_initial::expiration":[58,4,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial::initial":[58,4,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial::key":[58,4,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial::key_length":[58,4,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial::offset":[58,4,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial::ptr":[58,4,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial::value":[58,4,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::expiration":[58,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::group_key":[58,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::group_key_length":[58,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::initial":[58,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::key":[58,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::key_length":[58,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::offset":[58,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::ptr":[58,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_increment_with_initial_by_key::value":[58,4,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],"memcached_last_error::ptr":[71,4,1,"_CPPv420memcached_last_errorPK12memcached_st"],"memcached_last_error_errno::ptr":[71,4,1,"_CPPv426memcached_last_error_errnoPK12memcached_st"],"memcached_last_error_message::ptr":[71,4,1,"_CPPv428memcached_last_error_messagePK12memcached_st"],"memcached_mget::key_length":[70,4,1,"_CPPv414memcached_mgetP12memcached_stPPCKcPK6size_t6size_t"],"memcached_mget::keys":[70,4,1,"_CPPv414memcached_mgetP12memcached_stPPCKcPK6size_t6size_t"],"memcached_mget::number_of_keys":[70,4,1,"_CPPv414memcached_mgetP12memcached_stPPCKcPK6size_t6size_t"],"memcached_mget::ptr":[70,4,1,"_CPPv414memcached_mgetP12memcached_stPPCKcPK6size_t6size_t"],"memcached_mget_by_key::group_key":[70,4,1,"_CPPv421memcached_mget_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_t"],"memcached_mget_by_key::group_key_length":[70,4,1,"_CPPv421memcached_mget_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_t"],"memcached_mget_by_key::key_length":[70,4,1,"_CPPv421memcached_mget_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_t"],"memcached_mget_by_key::keys":[70,4,1,"_CPPv421memcached_mget_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_t"],"memcached_mget_by_key::number_of_keys":[70,4,1,"_CPPv421memcached_mget_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_t"],"memcached_mget_by_key::ptr":[70,4,1,"_CPPv421memcached_mget_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_t"],"memcached_mget_execute::callback":[70,4,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute::context":[70,4,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute::key_length":[70,4,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute::keys":[70,4,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute::number_of_callbacks":[70,4,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute::number_of_keys":[70,4,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute::ptr":[70,4,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::callback":[70,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::context":[70,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::group_key":[70,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::group_key_length":[70,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::key_length":[70,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::keys":[70,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::number_of_callbacks":[70,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::number_of_keys":[70,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_mget_execute_by_key::ptr":[70,4,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],"memcached_pool::option_string":[89,4,1,"_CPPv414memcached_poolPKc6size_t"],"memcached_pool::option_string_length":[89,4,1,"_CPPv414memcached_poolPKc6size_t"],"memcached_pool_behavior_get::flag":[89,4,1,"_CPPv427memcached_pool_behavior_getP17memcached_pool_st20memcached_behavior_tP8uint64_t"],"memcached_pool_behavior_get::pool":[89,4,1,"_CPPv427memcached_pool_behavior_getP17memcached_pool_st20memcached_behavior_tP8uint64_t"],"memcached_pool_behavior_get::value":[89,4,1,"_CPPv427memcached_pool_behavior_getP17memcached_pool_st20memcached_behavior_tP8uint64_t"],"memcached_pool_behavior_set::data":[89,4,1,"_CPPv427memcached_pool_behavior_setP17memcached_pool_st20memcached_behavior_t8uint64_t"],"memcached_pool_behavior_set::flag":[89,4,1,"_CPPv427memcached_pool_behavior_setP17memcached_pool_st20memcached_behavior_t8uint64_t"],"memcached_pool_behavior_set::pool":[89,4,1,"_CPPv427memcached_pool_behavior_setP17memcached_pool_st20memcached_behavior_t8uint64_t"],"memcached_pool_create::initial":[89,4,1,"_CPPv421memcached_pool_createP12memcached_stii"],"memcached_pool_create::max":[89,4,1,"_CPPv421memcached_pool_createP12memcached_stii"],"memcached_pool_create::mmc":[89,4,1,"_CPPv421memcached_pool_createP12memcached_stii"],"memcached_pool_destroy::pool":[89,4,1,"_CPPv422memcached_pool_destroyP17memcached_pool_st"],"memcached_pool_fetch::pool":[89,4,1,"_CPPv420memcached_pool_fetchP17memcached_pool_stP8timespecP18memcached_return_t"],"memcached_pool_fetch::rc":[89,4,1,"_CPPv420memcached_pool_fetchP17memcached_pool_stP8timespecP18memcached_return_t"],"memcached_pool_fetch::relative_time":[89,4,1,"_CPPv420memcached_pool_fetchP17memcached_pool_stP8timespecP18memcached_return_t"],"memcached_pool_pop::block":[89,4,1,"_CPPv418memcached_pool_popP17memcached_pool_stbP18memcached_return_t"],"memcached_pool_pop::pool":[89,4,1,"_CPPv418memcached_pool_popP17memcached_pool_stbP18memcached_return_t"],"memcached_pool_pop::rc":[89,4,1,"_CPPv418memcached_pool_popP17memcached_pool_stbP18memcached_return_t"],"memcached_pool_push::mmc":[89,4,1,"_CPPv419memcached_pool_pushP17memcached_pool_stP12memcached_st"],"memcached_pool_push::pool":[89,4,1,"_CPPv419memcached_pool_pushP17memcached_pool_stP12memcached_st"],"memcached_pool_release::mmc":[89,4,1,"_CPPv422memcached_pool_releaseP17memcached_pool_stP12memcached_st"],"memcached_pool_release::pool":[89,4,1,"_CPPv422memcached_pool_releaseP17memcached_pool_stP12memcached_st"],"memcached_prepend::expiration":[57,4,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend::flags":[57,4,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend::key":[57,4,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend::key_length":[57,4,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend::ptr":[57,4,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend::value":[57,4,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend::value_length":[57,4,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::expiration":[57,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::flags":[57,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::group_key":[57,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::group_key_length":[57,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::key":[57,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::key_length":[57,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::ptr":[57,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::value":[57,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_prepend_by_key::value_length":[57,4,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_quit::ptr":[73,4,1,"_CPPv414memcached_quitP12memcached_st"],"memcached_replace::expiration":[79,4,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace::flags":[79,4,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace::key":[79,4,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace::key_length":[79,4,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace::ptr":[79,4,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace::value":[79,4,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace::value_length":[79,4,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::expiration":[79,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::flags":[79,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::group_key":[79,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::group_key_length":[79,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::key":[79,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::key_length":[79,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::ptr":[79,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::value":[79,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_replace_by_key::value_length":[79,4,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_result_cas::result":[74,4,1,"_CPPv420memcached_result_casPK19memcached_result_st"],"memcached_result_create::ptr":[74,4,1,"_CPPv423memcached_result_createP12memcached_stP19memcached_result_st"],"memcached_result_create::result":[74,4,1,"_CPPv423memcached_result_createP12memcached_stP19memcached_result_st"],"memcached_result_flags::result":[74,4,1,"_CPPv422memcached_result_flagsPK19memcached_result_st"],"memcached_result_free::result":[74,4,1,"_CPPv421memcached_result_freeP19memcached_result_st"],"memcached_result_key_length::result":[74,4,1,"_CPPv427memcached_result_key_lengthPK19memcached_result_st"],"memcached_result_key_value::result":[74,4,1,"_CPPv426memcached_result_key_valueP19memcached_result_st"],"memcached_result_length::result":[74,4,1,"_CPPv423memcached_result_lengthPK19memcached_result_st"],"memcached_result_set_expiration::expiration":[74,4,1,"_CPPv431memcached_result_set_expirationP19memcached_result_st6time_t"],"memcached_result_set_expiration::result":[74,4,1,"_CPPv431memcached_result_set_expirationP19memcached_result_st6time_t"],"memcached_result_set_flags::flags":[74,4,1,"_CPPv426memcached_result_set_flagsP19memcached_result_st8uint32_t"],"memcached_result_set_flags::result":[74,4,1,"_CPPv426memcached_result_set_flagsP19memcached_result_st8uint32_t"],"memcached_result_set_value::length":[74,4,1,"_CPPv426memcached_result_set_valueP19memcached_result_stPKc6size_t"],"memcached_result_set_value::result":[74,4,1,"_CPPv426memcached_result_set_valueP19memcached_result_stPKc6size_t"],"memcached_result_set_value::value":[74,4,1,"_CPPv426memcached_result_set_valueP19memcached_result_stPKc6size_t"],"memcached_result_take_value::result":[74,4,1,"_CPPv427memcached_result_take_valueP19memcached_result_st"],"memcached_result_value::result":[74,4,1,"_CPPv422memcached_result_valueP19memcached_result_st"],"memcached_return_t::MEMCACHED_AUTH_CONTINUE":[75,2,1,"_CPPv4N18memcached_return_t23MEMCACHED_AUTH_CONTINUEE"],"memcached_return_t::MEMCACHED_AUTH_FAILURE":[75,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_AUTH_FAILUREE"],"memcached_return_t::MEMCACHED_AUTH_PROBLEM":[75,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_AUTH_PROBLEME"],"memcached_return_t::MEMCACHED_BAD_KEY_PROVIDED":[75,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_BAD_KEY_PROVIDEDE"],"memcached_return_t::MEMCACHED_BUFFERED":[75,2,1,"_CPPv4N18memcached_return_t18MEMCACHED_BUFFEREDE"],"memcached_return_t::MEMCACHED_CLIENT_ERROR":[75,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_CLIENT_ERRORE"],"memcached_return_t::MEMCACHED_CONNECTION_BIND_FAILURE":[75,2,1,"_CPPv4N18memcached_return_t33MEMCACHED_CONNECTION_BIND_FAILUREE"],"memcached_return_t::MEMCACHED_CONNECTION_FAILURE":[75,2,1,"_CPPv4N18memcached_return_t28MEMCACHED_CONNECTION_FAILUREE"],"memcached_return_t::MEMCACHED_CONNECTION_SOCKET_CREATE_FAILURE":[75,2,1,"_CPPv4N18memcached_return_t42MEMCACHED_CONNECTION_SOCKET_CREATE_FAILUREE"],"memcached_return_t::MEMCACHED_DATA_DOES_NOT_EXIST":[75,2,1,"_CPPv4N18memcached_return_t29MEMCACHED_DATA_DOES_NOT_EXISTE"],"memcached_return_t::MEMCACHED_DATA_EXISTS":[75,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_DATA_EXISTSE"],"memcached_return_t::MEMCACHED_DELETED":[75,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_DELETEDE"],"memcached_return_t::MEMCACHED_DEPRECATED":[75,2,1,"_CPPv4N18memcached_return_t20MEMCACHED_DEPRECATEDE"],"memcached_return_t::MEMCACHED_E2BIG":[75,2,1,"_CPPv4N18memcached_return_t15MEMCACHED_E2BIGE"],"memcached_return_t::MEMCACHED_END":[75,2,1,"_CPPv4N18memcached_return_t13MEMCACHED_ENDE"],"memcached_return_t::MEMCACHED_ERRNO":[75,2,1,"_CPPv4N18memcached_return_t15MEMCACHED_ERRNOE"],"memcached_return_t::MEMCACHED_FAILURE":[75,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_FAILUREE"],"memcached_return_t::MEMCACHED_FAIL_UNIX_SOCKET":[75,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_FAIL_UNIX_SOCKETE"],"memcached_return_t::MEMCACHED_FETCH_NOTFINISHED":[75,2,1,"_CPPv4N18memcached_return_t27MEMCACHED_FETCH_NOTFINISHEDE"],"memcached_return_t::MEMCACHED_HOST_LOOKUP_FAILURE":[75,2,1,"_CPPv4N18memcached_return_t29MEMCACHED_HOST_LOOKUP_FAILUREE"],"memcached_return_t::MEMCACHED_INVALID_ARGUMENTS":[75,2,1,"_CPPv4N18memcached_return_t27MEMCACHED_INVALID_ARGUMENTSE"],"memcached_return_t::MEMCACHED_INVALID_HOST_PROTOCOL":[75,2,1,"_CPPv4N18memcached_return_t31MEMCACHED_INVALID_HOST_PROTOCOLE"],"memcached_return_t::MEMCACHED_ITEM":[75,2,1,"_CPPv4N18memcached_return_t14MEMCACHED_ITEME"],"memcached_return_t::MEMCACHED_KEY_TOO_BIG":[75,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_KEY_TOO_BIGE"],"memcached_return_t::MEMCACHED_MAXIMUM_RETURN":[75,2,1,"_CPPv4N18memcached_return_t24MEMCACHED_MAXIMUM_RETURNE"],"memcached_return_t::MEMCACHED_MEMORY_ALLOCATION_FAILURE":[75,2,1,"_CPPv4N18memcached_return_t35MEMCACHED_MEMORY_ALLOCATION_FAILUREE"],"memcached_return_t::MEMCACHED_NOTFOUND":[75,2,1,"_CPPv4N18memcached_return_t18MEMCACHED_NOTFOUNDE"],"memcached_return_t::MEMCACHED_NOTSTORED":[75,2,1,"_CPPv4N18memcached_return_t19MEMCACHED_NOTSTOREDE"],"memcached_return_t::MEMCACHED_NOT_SUPPORTED":[75,2,1,"_CPPv4N18memcached_return_t23MEMCACHED_NOT_SUPPORTEDE"],"memcached_return_t::MEMCACHED_NO_KEY_PROVIDED":[75,2,1,"_CPPv4N18memcached_return_t25MEMCACHED_NO_KEY_PROVIDEDE"],"memcached_return_t::MEMCACHED_NO_SERVERS":[75,2,1,"_CPPv4N18memcached_return_t20MEMCACHED_NO_SERVERSE"],"memcached_return_t::MEMCACHED_PARSE_ERROR":[75,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_PARSE_ERRORE"],"memcached_return_t::MEMCACHED_PARSE_USER_ERROR":[75,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_PARSE_USER_ERRORE"],"memcached_return_t::MEMCACHED_PARTIAL_READ":[75,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_PARTIAL_READE"],"memcached_return_t::MEMCACHED_PROTOCOL_ERROR":[75,2,1,"_CPPv4N18memcached_return_t24MEMCACHED_PROTOCOL_ERRORE"],"memcached_return_t::MEMCACHED_READ_FAILURE":[75,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_READ_FAILUREE"],"memcached_return_t::MEMCACHED_SERVER_ERROR":[75,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_SERVER_ERRORE"],"memcached_return_t::MEMCACHED_SERVER_MARKED_DEAD":[75,2,1,"_CPPv4N18memcached_return_t28MEMCACHED_SERVER_MARKED_DEADE"],"memcached_return_t::MEMCACHED_SOME_ERRORS":[75,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_SOME_ERRORSE"],"memcached_return_t::MEMCACHED_STAT":[75,2,1,"_CPPv4N18memcached_return_t14MEMCACHED_STATE"],"memcached_return_t::MEMCACHED_STORED":[75,2,1,"_CPPv4N18memcached_return_t16MEMCACHED_STOREDE"],"memcached_return_t::MEMCACHED_SUCCESS":[75,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_SUCCESSE"],"memcached_return_t::MEMCACHED_TIMEOUT":[75,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_TIMEOUTE"],"memcached_return_t::MEMCACHED_UNKNOWN_READ_FAILURE":[75,2,1,"_CPPv4N18memcached_return_t30MEMCACHED_UNKNOWN_READ_FAILUREE"],"memcached_return_t::MEMCACHED_UNKNOWN_STAT_KEY":[75,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_UNKNOWN_STAT_KEYE"],"memcached_return_t::MEMCACHED_VALUE":[75,2,1,"_CPPv4N18memcached_return_t15MEMCACHED_VALUEE"],"memcached_return_t::MEMCACHED_WRITE_FAILURE":[75,2,1,"_CPPv4N18memcached_return_t23MEMCACHED_WRITE_FAILUREE"],"memcached_server_add::hostname":[78,4,1,"_CPPv420memcached_server_addP12memcached_stPKc9in_port_t"],"memcached_server_add::port":[78,4,1,"_CPPv420memcached_server_addP12memcached_stPKc9in_port_t"],"memcached_server_add::ptr":[78,4,1,"_CPPv420memcached_server_addP12memcached_stPKc9in_port_t"],"memcached_server_add_udp::hostname":[78,4,1,"_CPPv424memcached_server_add_udpP12memcached_stPKc9in_port_t"],"memcached_server_add_udp::port":[78,4,1,"_CPPv424memcached_server_add_udpP12memcached_stPKc9in_port_t"],"memcached_server_add_udp::ptr":[78,4,1,"_CPPv424memcached_server_add_udpP12memcached_stPKc9in_port_t"],"memcached_server_add_unix_socket::ptr":[78,4,1,"_CPPv432memcached_server_add_unix_socketP12memcached_stPKc"],"memcached_server_add_unix_socket::socket":[78,4,1,"_CPPv432memcached_server_add_unix_socketP12memcached_stPKc"],"memcached_server_by_key::error":[78,4,1,"_CPPv423memcached_server_by_keyP12memcached_stPKc6size_tP18memcached_return_t"],"memcached_server_by_key::key":[78,4,1,"_CPPv423memcached_server_by_keyP12memcached_stPKc6size_tP18memcached_return_t"],"memcached_server_by_key::key_length":[78,4,1,"_CPPv423memcached_server_by_keyP12memcached_stPKc6size_tP18memcached_return_t"],"memcached_server_by_key::ptr":[78,4,1,"_CPPv423memcached_server_by_keyP12memcached_stPKc6size_tP18memcached_return_t"],"memcached_server_count::ptr":[78,4,1,"_CPPv422memcached_server_countP12memcached_st"],"memcached_server_cursor::callback":[78,4,1,"_CPPv423memcached_server_cursorPK12memcached_stPK19memcached_server_fnPv8uint32_t"],"memcached_server_cursor::context":[78,4,1,"_CPPv423memcached_server_cursorPK12memcached_stPK19memcached_server_fnPv8uint32_t"],"memcached_server_cursor::number_of_callbacks":[78,4,1,"_CPPv423memcached_server_cursorPK12memcached_stPK19memcached_server_fnPv8uint32_t"],"memcached_server_cursor::ptr":[78,4,1,"_CPPv423memcached_server_cursorPK12memcached_stPK19memcached_server_fnPv8uint32_t"],"memcached_server_distribution_t::MEMCACHED_DISTRIBUTION_CONSISTENT":[59,2,1,"_CPPv4N31memcached_server_distribution_t33MEMCACHED_DISTRIBUTION_CONSISTENTE"],"memcached_server_distribution_t::MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA":[59,2,1,"_CPPv4N31memcached_server_distribution_t40MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMAE"],"memcached_server_distribution_t::MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA_SPY":[59,2,1,"_CPPv4N31memcached_server_distribution_t44MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA_SPYE"],"memcached_server_distribution_t::MEMCACHED_DISTRIBUTION_CONSISTENT_WEIGHTED":[59,2,1,"_CPPv4N31memcached_server_distribution_t42MEMCACHED_DISTRIBUTION_CONSISTENT_WEIGHTEDE"],"memcached_server_distribution_t::MEMCACHED_DISTRIBUTION_MODULA":[59,2,1,"_CPPv4N31memcached_server_distribution_t29MEMCACHED_DISTRIBUTION_MODULAE"],"memcached_server_distribution_t::MEMCACHED_DISTRIBUTION_RANDOM":[59,2,1,"_CPPv4N31memcached_server_distribution_t29MEMCACHED_DISTRIBUTION_RANDOME"],"memcached_server_distribution_t::MEMCACHED_DISTRIBUTION_VIRTUAL_BUCKET":[59,2,1,"_CPPv4N31memcached_server_distribution_t37MEMCACHED_DISTRIBUTION_VIRTUAL_BUCKETE"],"memcached_server_error::instance":[77,4,1,"_CPPv422memcached_server_errorPK21memcached_instance_st"],"memcached_server_error_reset::list":[77,4,1,"_CPPv428memcached_server_error_resetPK21memcached_instance_st"],"memcached_server_get_last_disconnect::ptr":[78,4,1,"_CPPv436memcached_server_get_last_disconnectPK12memcached_st"],"memcached_server_list_append::error":[77,4,1,"_CPPv428memcached_server_list_append24memcached_server_list_stPKc9in_port_tP18memcached_return_t"],"memcached_server_list_append::hostname":[77,4,1,"_CPPv428memcached_server_list_append24memcached_server_list_stPKc9in_port_tP18memcached_return_t"],"memcached_server_list_append::list":[77,4,1,"_CPPv428memcached_server_list_append24memcached_server_list_stPKc9in_port_tP18memcached_return_t"],"memcached_server_list_append::port":[77,4,1,"_CPPv428memcached_server_list_append24memcached_server_list_stPKc9in_port_tP18memcached_return_t"],"memcached_server_list_count::list":[77,4,1,"_CPPv427memcached_server_list_count24memcached_server_list_st"],"memcached_server_list_free::list":[77,4,1,"_CPPv426memcached_server_list_free24memcached_server_list_st"],"memcached_server_push::list":[78,4,1,"_CPPv421memcached_server_pushP12memcached_stPK19memcached_server_st"],"memcached_server_push::ptr":[78,4,1,"_CPPv421memcached_server_pushP12memcached_stPK19memcached_server_st"],"memcached_servers_reset::ptr":[62,4,1,"_CPPv423memcached_servers_resetP12memcached_st"],"memcached_set::expiration":[79,4,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set::flags":[79,4,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set::key":[79,4,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set::key_length":[79,4,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set::ptr":[79,4,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set::value":[79,4,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set::value_length":[79,4,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::expiration":[79,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::flags":[79,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::group_key":[79,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::group_key_length":[79,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::key":[79,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::key_length":[79,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::ptr":[79,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::value":[79,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_by_key::value_length":[79,4,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],"memcached_set_encoding_key::length":[80,4,1,"_CPPv426memcached_set_encoding_keyP12memcached_stPKcK6size_t"],"memcached_set_encoding_key::ptr":[80,4,1,"_CPPv426memcached_set_encoding_keyP12memcached_stPKcK6size_t"],"memcached_set_encoding_key::str":[80,4,1,"_CPPv426memcached_set_encoding_keyP12memcached_stPKcK6size_t"],"memcached_set_memory_allocators::context":[72,4,1,"_CPPv431memcached_set_memory_allocatorsP12memcached_st19memcached_malloc_fn17memcached_free_fn20memcached_realloc_fn19memcached_calloc_fnPv"],"memcached_set_memory_allocators::mem_calloc":[72,4,1,"_CPPv431memcached_set_memory_allocatorsP12memcached_st19memcached_malloc_fn17memcached_free_fn20memcached_realloc_fn19memcached_calloc_fnPv"],"memcached_set_memory_allocators::mem_free":[72,4,1,"_CPPv431memcached_set_memory_allocatorsP12memcached_st19memcached_malloc_fn17memcached_free_fn20memcached_realloc_fn19memcached_calloc_fnPv"],"memcached_set_memory_allocators::mem_malloc":[72,4,1,"_CPPv431memcached_set_memory_allocatorsP12memcached_st19memcached_malloc_fn17memcached_free_fn20memcached_realloc_fn19memcached_calloc_fnPv"],"memcached_set_memory_allocators::mem_realloc":[72,4,1,"_CPPv431memcached_set_memory_allocatorsP12memcached_st19memcached_malloc_fn17memcached_free_fn20memcached_realloc_fn19memcached_calloc_fnPv"],"memcached_set_memory_allocators::ptr":[72,4,1,"_CPPv431memcached_set_memory_allocatorsP12memcached_st19memcached_malloc_fn17memcached_free_fn20memcached_realloc_fn19memcached_calloc_fnPv"],"memcached_set_sasl_auth_data::password":[76,4,1,"_CPPv428memcached_set_sasl_auth_dataP12memcached_stPKcPKc"],"memcached_set_sasl_auth_data::ptr":[76,4,1,"_CPPv428memcached_set_sasl_auth_dataP12memcached_stPKcPKc"],"memcached_set_sasl_auth_data::username":[76,4,1,"_CPPv428memcached_set_sasl_auth_dataP12memcached_stPKcPKc"],"memcached_set_sasl_callbacks::callbacks":[76,4,1,"_CPPv428memcached_set_sasl_callbacksP12memcached_stPK15sasl_callback_t"],"memcached_set_sasl_callbacks::ptr":[76,4,1,"_CPPv428memcached_set_sasl_callbacksP12memcached_stPK15sasl_callback_t"],"memcached_set_user_data::data":[84,4,1,"_CPPv423memcached_set_user_dataP12memcached_stPv"],"memcached_set_user_data::ptr":[84,4,1,"_CPPv423memcached_set_user_dataP12memcached_stPv"],"memcached_stat::args":[81,4,1,"_CPPv414memcached_statP12memcached_stPcP18memcached_return_t"],"memcached_stat::error":[81,4,1,"_CPPv414memcached_statP12memcached_stPcP18memcached_return_t"],"memcached_stat::ptr":[81,4,1,"_CPPv414memcached_statP12memcached_stPcP18memcached_return_t"],"memcached_stat_execute::args":[81,4,1,"_CPPv422memcached_stat_executeP12memcached_stPKc17memcached_stat_fnPv"],"memcached_stat_execute::context":[81,4,1,"_CPPv422memcached_stat_executeP12memcached_stPKc17memcached_stat_fnPv"],"memcached_stat_execute::func":[81,4,1,"_CPPv422memcached_stat_executeP12memcached_stPKc17memcached_stat_fnPv"],"memcached_stat_execute::ptr":[81,4,1,"_CPPv422memcached_stat_executeP12memcached_stPKc17memcached_stat_fnPv"],"memcached_stat_get_keys::error":[81,4,1,"_CPPv423memcached_stat_get_keysP12memcached_stP17memcached_stat_stP18memcached_return_t"],"memcached_stat_get_keys::ptr":[81,4,1,"_CPPv423memcached_stat_get_keysP12memcached_stP17memcached_stat_stP18memcached_return_t"],"memcached_stat_get_keys::stat":[81,4,1,"_CPPv423memcached_stat_get_keysP12memcached_stP17memcached_stat_stP18memcached_return_t"],"memcached_stat_get_value::error":[81,4,1,"_CPPv424memcached_stat_get_valueP12memcached_stP17memcached_stat_stPKcP18memcached_return_t"],"memcached_stat_get_value::key":[81,4,1,"_CPPv424memcached_stat_get_valueP12memcached_stP17memcached_stat_stPKcP18memcached_return_t"],"memcached_stat_get_value::ptr":[81,4,1,"_CPPv424memcached_stat_get_valueP12memcached_stP17memcached_stat_stPKcP18memcached_return_t"],"memcached_stat_get_value::stat":[81,4,1,"_CPPv424memcached_stat_get_valueP12memcached_stP17memcached_stat_stPKcP18memcached_return_t"],"memcached_stat_servername::args":[81,4,1,"_CPPv425memcached_stat_servernameP17memcached_stat_stPcPKc9in_port_t"],"memcached_stat_servername::hostname":[81,4,1,"_CPPv425memcached_stat_servernameP17memcached_stat_stPcPKc9in_port_t"],"memcached_stat_servername::port":[81,4,1,"_CPPv425memcached_stat_servernameP17memcached_stat_stPcPKc9in_port_t"],"memcached_stat_servername::stat":[81,4,1,"_CPPv425memcached_stat_servernameP17memcached_stat_stPcPKc9in_port_t"],"memcached_strerror::ptr":[82,4,1,"_CPPv418memcached_strerrorP12memcached_st18memcached_return_t"],"memcached_strerror::rc":[82,4,1,"_CPPv418memcached_strerrorP12memcached_st18memcached_return_t"],"memcached_success::rc":[75,4,1,"_CPPv417memcached_success18memcached_return_t"],"memcached_touch::expiration":[83,4,1,"_CPPv415memcached_touchP12memcached_stPKc6size_t6time_t"],"memcached_touch::key":[83,4,1,"_CPPv415memcached_touchP12memcached_stPKc6size_t6time_t"],"memcached_touch::key_length":[83,4,1,"_CPPv415memcached_touchP12memcached_stPKc6size_t6time_t"],"memcached_touch::ptr":[83,4,1,"_CPPv415memcached_touchP12memcached_stPKc6size_t6time_t"],"memcached_touch_by_key::expiration":[83,4,1,"_CPPv422memcached_touch_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_touch_by_key::group_key":[83,4,1,"_CPPv422memcached_touch_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_touch_by_key::group_key_length":[83,4,1,"_CPPv422memcached_touch_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_touch_by_key::key":[83,4,1,"_CPPv422memcached_touch_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_touch_by_key::key_length":[83,4,1,"_CPPv422memcached_touch_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_touch_by_key::ptr":[83,4,1,"_CPPv422memcached_touch_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],"memcached_verbosity::ptr":[85,4,1,"_CPPv419memcached_verbosityP12memcached_st8uint32_t"],"memcached_verbosity::verbosity":[85,4,1,"_CPPv419memcached_verbosityP12memcached_st8uint32_t"],"memcached_version::ptr":[86,4,1,"_CPPv417memcached_versionP12memcached_st"],HASHKIT_FAILURE:[36,2,1,"_CPPv4N16hashkit_return_t15HASHKIT_FAILUREE"],HASHKIT_HASH_CRC:[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t16HASHKIT_HASH_CRCE"],HASHKIT_HASH_CUSTOM:[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t19HASHKIT_HASH_CUSTOME"],HASHKIT_HASH_DEFAULT:[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_DEFAULTE"],HASHKIT_HASH_FNV1A_32:[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_32E"],HASHKIT_HASH_FNV1A_64:[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t21HASHKIT_HASH_FNV1A_64E"],HASHKIT_HASH_FNV1_32:[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_32E"],HASHKIT_HASH_FNV1_64:[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_FNV1_64E"],HASHKIT_HASH_HSIEH:[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t18HASHKIT_HASH_HSIEHE"],HASHKIT_HASH_JENKINS:[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_JENKINSE"],HASHKIT_HASH_MD5:[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t16HASHKIT_HASH_MD5E"],HASHKIT_HASH_MURMUR3:[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t20HASHKIT_HASH_MURMUR3E"],HASHKIT_HASH_MURMUR:[36,2,1,"_CPPv4N24hashkit_hash_algorithm_t19HASHKIT_HASH_MURMURE"],HASHKIT_INVALID_ARGUMENT:[36,2,1,"_CPPv4N16hashkit_return_t24HASHKIT_INVALID_ARGUMENTE"],HASHKIT_INVALID_HASH:[36,2,1,"_CPPv4N16hashkit_return_t20HASHKIT_INVALID_HASHE"],HASHKIT_MEMORY_ALLOCATION_FAILURE:[36,2,1,"_CPPv4N16hashkit_return_t33HASHKIT_MEMORY_ALLOCATION_FAILUREE"],HASHKIT_SUCCESS:[36,2,1,"_CPPv4N16hashkit_return_t15HASHKIT_SUCCESSE"],LIBMEMCACHED:[41,8,1,"-"],LIBMEMCACHED_VERSION_HEX:[42,0,1,"c.LIBMEMCACHED_VERSION_HEX"],LIBMEMCACHED_VERSION_STRING:[42,0,1,"c.LIBMEMCACHED_VERSION_STRING"],MEMCACHED_AUTH_CONTINUE:[75,2,1,"_CPPv4N18memcached_return_t23MEMCACHED_AUTH_CONTINUEE"],MEMCACHED_AUTH_FAILURE:[75,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_AUTH_FAILUREE"],MEMCACHED_AUTH_PROBLEM:[75,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_AUTH_PROBLEME"],MEMCACHED_BAD_KEY_PROVIDED:[75,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_BAD_KEY_PROVIDEDE"],MEMCACHED_BEHAVIOR_AUTO_EJECT_HOSTS:[59,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_AUTO_EJECT_HOSTSE"],MEMCACHED_BEHAVIOR_BINARY_PROTOCOL:[59,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_BINARY_PROTOCOLE"],MEMCACHED_BEHAVIOR_BUFFER_REQUESTS:[59,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_BUFFER_REQUESTSE"],MEMCACHED_BEHAVIOR_CACHE_LOOKUPS:[59,2,1,"_CPPv4N20memcached_behavior_t32MEMCACHED_BEHAVIOR_CACHE_LOOKUPSE"],MEMCACHED_BEHAVIOR_CONNECT_TIMEOUT:[59,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_CONNECT_TIMEOUTE"],MEMCACHED_BEHAVIOR_CORK:[59,2,1,"_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_CORKE"],MEMCACHED_BEHAVIOR_DISTRIBUTION:[59,2,1,"_CPPv4N20memcached_behavior_t31MEMCACHED_BEHAVIOR_DISTRIBUTIONE"],MEMCACHED_BEHAVIOR_HASH:[59,2,1,"_CPPv4N20memcached_behavior_t23MEMCACHED_BEHAVIOR_HASHE"],MEMCACHED_BEHAVIOR_HASH_WITH_PREFIX_KEY:[59,2,1,"_CPPv4N20memcached_behavior_t39MEMCACHED_BEHAVIOR_HASH_WITH_PREFIX_KEYE"],MEMCACHED_BEHAVIOR_IO_BYTES_WATERMARK:[59,2,1,"_CPPv4N20memcached_behavior_t37MEMCACHED_BEHAVIOR_IO_BYTES_WATERMARKE"],MEMCACHED_BEHAVIOR_IO_KEY_PREFETCH:[59,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_IO_KEY_PREFETCHE"],MEMCACHED_BEHAVIOR_IO_MSG_WATERMARK:[59,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_IO_MSG_WATERMARKE"],MEMCACHED_BEHAVIOR_KEEPALIVE:[59,2,1,"_CPPv4N20memcached_behavior_t28MEMCACHED_BEHAVIOR_KEEPALIVEE"],MEMCACHED_BEHAVIOR_KEEPALIVE_IDLE:[59,2,1,"_CPPv4N20memcached_behavior_t33MEMCACHED_BEHAVIOR_KEEPALIVE_IDLEE"],MEMCACHED_BEHAVIOR_KETAMA:[59,2,1,"_CPPv4N20memcached_behavior_t25MEMCACHED_BEHAVIOR_KETAMAE"],MEMCACHED_BEHAVIOR_KETAMA_COMPAT:[59,2,1,"_CPPv4N20memcached_behavior_t32MEMCACHED_BEHAVIOR_KETAMA_COMPATE"],MEMCACHED_BEHAVIOR_KETAMA_HASH:[59,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_KETAMA_HASHE"],MEMCACHED_BEHAVIOR_KETAMA_WEIGHTED:[59,2,1,"_CPPv4N20memcached_behavior_t34MEMCACHED_BEHAVIOR_KETAMA_WEIGHTEDE"],MEMCACHED_BEHAVIOR_NOREPLY:[59,2,1,"_CPPv4N20memcached_behavior_t26MEMCACHED_BEHAVIOR_NOREPLYE"],MEMCACHED_BEHAVIOR_NO_BLOCK:[59,2,1,"_CPPv4N20memcached_behavior_t27MEMCACHED_BEHAVIOR_NO_BLOCKE"],MEMCACHED_BEHAVIOR_NUMBER_OF_REPLICAS:[59,2,1,"_CPPv4N20memcached_behavior_t37MEMCACHED_BEHAVIOR_NUMBER_OF_REPLICASE"],MEMCACHED_BEHAVIOR_POLL_TIMEOUT:[59,2,1,"_CPPv4N20memcached_behavior_t31MEMCACHED_BEHAVIOR_POLL_TIMEOUTE"],MEMCACHED_BEHAVIOR_RANDOMIZE_REPLICA_READ:[59,2,1,"_CPPv4N20memcached_behavior_t41MEMCACHED_BEHAVIOR_RANDOMIZE_REPLICA_READE"],MEMCACHED_BEHAVIOR_RCV_TIMEOUT:[59,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_RCV_TIMEOUTE"],MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERS:[59,2,1,"_CPPv4N20memcached_behavior_t40MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERSE"],MEMCACHED_BEHAVIOR_RETRY_TIMEOUT:[59,2,1,"_CPPv4N20memcached_behavior_t32MEMCACHED_BEHAVIOR_RETRY_TIMEOUTE"],MEMCACHED_BEHAVIOR_SERVER_FAILURE_LIMIT:[59,2,1,"_CPPv4N20memcached_behavior_t39MEMCACHED_BEHAVIOR_SERVER_FAILURE_LIMITE"],MEMCACHED_BEHAVIOR_SND_TIMEOUT:[59,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_SND_TIMEOUTE"],MEMCACHED_BEHAVIOR_SOCKET_RECV_SIZE:[59,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_SOCKET_RECV_SIZEE"],MEMCACHED_BEHAVIOR_SOCKET_SEND_SIZE:[59,2,1,"_CPPv4N20memcached_behavior_t35MEMCACHED_BEHAVIOR_SOCKET_SEND_SIZEE"],MEMCACHED_BEHAVIOR_SORT_HOSTS:[59,2,1,"_CPPv4N20memcached_behavior_t29MEMCACHED_BEHAVIOR_SORT_HOSTSE"],MEMCACHED_BEHAVIOR_SUPPORT_CAS:[59,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_SUPPORT_CASE"],MEMCACHED_BEHAVIOR_TCP_NODELAY:[59,2,1,"_CPPv4N20memcached_behavior_t30MEMCACHED_BEHAVIOR_TCP_NODELAYE"],MEMCACHED_BEHAVIOR_USER_DATA:[59,2,1,"_CPPv4N20memcached_behavior_t28MEMCACHED_BEHAVIOR_USER_DATAE"],MEMCACHED_BEHAVIOR_USE_UDP:[59,2,1,"_CPPv4N20memcached_behavior_t26MEMCACHED_BEHAVIOR_USE_UDPE"],MEMCACHED_BEHAVIOR_VERIFY_KEY:[59,2,1,"_CPPv4N20memcached_behavior_t29MEMCACHED_BEHAVIOR_VERIFY_KEYE"],MEMCACHED_BUFFERED:[75,2,1,"_CPPv4N18memcached_return_t18MEMCACHED_BUFFEREDE"],MEMCACHED_CALLBACK_CLEANUP_FUNCTION:[60,2,1,"_CPPv4N20memcached_callback_t35MEMCACHED_CALLBACK_CLEANUP_FUNCTIONE"],MEMCACHED_CALLBACK_CLONE_FUNCTION:[60,2,1,"_CPPv4N20memcached_callback_t33MEMCACHED_CALLBACK_CLONE_FUNCTIONE"],MEMCACHED_CALLBACK_DELETE_TRIGGER:[60,2,1,"_CPPv4N20memcached_callback_t33MEMCACHED_CALLBACK_DELETE_TRIGGERE"],MEMCACHED_CALLBACK_FREE_FUNCTION:[60,2,1,"_CPPv4N20memcached_callback_t32MEMCACHED_CALLBACK_FREE_FUNCTIONE"],MEMCACHED_CALLBACK_GET_FAILURE:[60,2,1,"_CPPv4N20memcached_callback_t30MEMCACHED_CALLBACK_GET_FAILUREE"],MEMCACHED_CALLBACK_MALLOC_FUNCTION:[60,2,1,"_CPPv4N20memcached_callback_t34MEMCACHED_CALLBACK_MALLOC_FUNCTIONE"],MEMCACHED_CALLBACK_NAMESPACE:[60,2,1,"_CPPv4N20memcached_callback_t28MEMCACHED_CALLBACK_NAMESPACEE"],MEMCACHED_CALLBACK_PREFIX_KEY:[60,2,1,"_CPPv4N20memcached_callback_t29MEMCACHED_CALLBACK_PREFIX_KEYE"],MEMCACHED_CALLBACK_REALLOC_FUNCTION:[60,2,1,"_CPPv4N20memcached_callback_t35MEMCACHED_CALLBACK_REALLOC_FUNCTIONE"],MEMCACHED_CALLBACK_USER_DATA:[60,2,1,"_CPPv4N20memcached_callback_t28MEMCACHED_CALLBACK_USER_DATAE"],MEMCACHED_CLIENT_ERROR:[75,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_CLIENT_ERRORE"],MEMCACHED_CONNECTION_BIND_FAILURE:[75,2,1,"_CPPv4N18memcached_return_t33MEMCACHED_CONNECTION_BIND_FAILUREE"],MEMCACHED_CONNECTION_FAILURE:[75,2,1,"_CPPv4N18memcached_return_t28MEMCACHED_CONNECTION_FAILUREE"],MEMCACHED_CONNECTION_SOCKET_CREATE_FAILURE:[75,2,1,"_CPPv4N18memcached_return_t42MEMCACHED_CONNECTION_SOCKET_CREATE_FAILUREE"],MEMCACHED_CONTINUUM_ADDITION:[42,0,1,"c.MEMCACHED_CONTINUUM_ADDITION"],MEMCACHED_DATA_DOES_NOT_EXIST:[75,2,1,"_CPPv4N18memcached_return_t29MEMCACHED_DATA_DOES_NOT_EXISTE"],MEMCACHED_DATA_EXISTS:[75,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_DATA_EXISTSE"],MEMCACHED_DEFAULT_CONNECT_TIMEOUT:[42,0,1,"c.MEMCACHED_DEFAULT_CONNECT_TIMEOUT"],MEMCACHED_DEFAULT_PORT:[42,0,1,"c.MEMCACHED_DEFAULT_PORT"],MEMCACHED_DEFAULT_TIMEOUT:[42,0,1,"c.MEMCACHED_DEFAULT_TIMEOUT"],MEMCACHED_DELETED:[75,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_DELETEDE"],MEMCACHED_DEPRECATED:[75,2,1,"_CPPv4N18memcached_return_t20MEMCACHED_DEPRECATEDE"],MEMCACHED_DISTRIBUTION_CONSISTENT:[59,2,1,"_CPPv4N31memcached_server_distribution_t33MEMCACHED_DISTRIBUTION_CONSISTENTE"],MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA:[59,2,1,"_CPPv4N31memcached_server_distribution_t40MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMAE"],MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA_SPY:[59,2,1,"_CPPv4N31memcached_server_distribution_t44MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA_SPYE"],MEMCACHED_DISTRIBUTION_CONSISTENT_WEIGHTED:[59,2,1,"_CPPv4N31memcached_server_distribution_t42MEMCACHED_DISTRIBUTION_CONSISTENT_WEIGHTEDE"],MEMCACHED_DISTRIBUTION_MODULA:[59,2,1,"_CPPv4N31memcached_server_distribution_t29MEMCACHED_DISTRIBUTION_MODULAE"],MEMCACHED_DISTRIBUTION_RANDOM:[59,2,1,"_CPPv4N31memcached_server_distribution_t29MEMCACHED_DISTRIBUTION_RANDOME"],MEMCACHED_DISTRIBUTION_VIRTUAL_BUCKET:[59,2,1,"_CPPv4N31memcached_server_distribution_t37MEMCACHED_DISTRIBUTION_VIRTUAL_BUCKETE"],MEMCACHED_E2BIG:[75,2,1,"_CPPv4N18memcached_return_t15MEMCACHED_E2BIGE"],MEMCACHED_END:[75,2,1,"_CPPv4N18memcached_return_t13MEMCACHED_ENDE"],MEMCACHED_ERRNO:[75,2,1,"_CPPv4N18memcached_return_t15MEMCACHED_ERRNOE"],MEMCACHED_EXPIRATION_NOT_ADD:[42,0,1,"c.MEMCACHED_EXPIRATION_NOT_ADD"],MEMCACHED_FAILURE:[75,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_FAILUREE"],MEMCACHED_FAIL_UNIX_SOCKET:[75,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_FAIL_UNIX_SOCKETE"],MEMCACHED_FETCH_NOTFINISHED:[75,2,1,"_CPPv4N18memcached_return_t27MEMCACHED_FETCH_NOTFINISHEDE"],MEMCACHED_HASH_CRC:[69,2,1,"_CPPv4N16memcached_hash_t18MEMCACHED_HASH_CRCE"],MEMCACHED_HASH_CUSTOM:[69,2,1,"_CPPv4N16memcached_hash_t21MEMCACHED_HASH_CUSTOME"],MEMCACHED_HASH_DEFAULT:[69,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_DEFAULTE"],MEMCACHED_HASH_FNV1A_32:[69,2,1,"_CPPv4N16memcached_hash_t23MEMCACHED_HASH_FNV1A_32E"],MEMCACHED_HASH_FNV1A_64:[69,2,1,"_CPPv4N16memcached_hash_t23MEMCACHED_HASH_FNV1A_64E"],MEMCACHED_HASH_FNV1_32:[69,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_FNV1_32E"],MEMCACHED_HASH_FNV1_64:[69,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_FNV1_64E"],MEMCACHED_HASH_HSIEH:[69,2,1,"_CPPv4N16memcached_hash_t20MEMCACHED_HASH_HSIEHE"],MEMCACHED_HASH_JENKINS:[69,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_JENKINSE"],MEMCACHED_HASH_MD5:[69,2,1,"_CPPv4N16memcached_hash_t18MEMCACHED_HASH_MD5E"],MEMCACHED_HASH_MURMUR3:[69,2,1,"_CPPv4N16memcached_hash_t22MEMCACHED_HASH_MURMUR3E"],MEMCACHED_HASH_MURMUR:[69,2,1,"_CPPv4N16memcached_hash_t21MEMCACHED_HASH_MURMURE"],MEMCACHED_HOST_LOOKUP_FAILURE:[75,2,1,"_CPPv4N18memcached_return_t29MEMCACHED_HOST_LOOKUP_FAILUREE"],MEMCACHED_INVALID_ARGUMENTS:[75,2,1,"_CPPv4N18memcached_return_t27MEMCACHED_INVALID_ARGUMENTSE"],MEMCACHED_INVALID_HOST_PROTOCOL:[75,2,1,"_CPPv4N18memcached_return_t31MEMCACHED_INVALID_HOST_PROTOCOLE"],MEMCACHED_ITEM:[75,2,1,"_CPPv4N18memcached_return_t14MEMCACHED_ITEME"],MEMCACHED_KEY_TOO_BIG:[75,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_KEY_TOO_BIGE"],MEMCACHED_MAXIMUM_RETURN:[75,2,1,"_CPPv4N18memcached_return_t24MEMCACHED_MAXIMUM_RETURNE"],MEMCACHED_MAX_BUFFER:[42,0,1,"c.MEMCACHED_MAX_BUFFER"],MEMCACHED_MAX_HOST_LENGTH:[42,0,1,"c.MEMCACHED_MAX_HOST_LENGTH"],MEMCACHED_MAX_HOST_SORT_LENGTH:[42,0,1,"c.MEMCACHED_MAX_HOST_SORT_LENGTH"],MEMCACHED_MAX_INTEGER_DISPLAY_LENGTH:[42,0,1,"c.MEMCACHED_MAX_INTEGER_DISPLAY_LENGTH"],MEMCACHED_MAX_KEY:[42,0,1,"c.MEMCACHED_MAX_KEY"],MEMCACHED_MAX_NAMESPACE:[42,0,1,"c.MEMCACHED_MAX_NAMESPACE"],MEMCACHED_MEMORY_ALLOCATION_FAILURE:[75,2,1,"_CPPv4N18memcached_return_t35MEMCACHED_MEMORY_ALLOCATION_FAILUREE"],MEMCACHED_NOTFOUND:[75,2,1,"_CPPv4N18memcached_return_t18MEMCACHED_NOTFOUNDE"],MEMCACHED_NOTSTORED:[75,2,1,"_CPPv4N18memcached_return_t19MEMCACHED_NOTSTOREDE"],MEMCACHED_NOT_SUPPORTED:[75,2,1,"_CPPv4N18memcached_return_t23MEMCACHED_NOT_SUPPORTEDE"],MEMCACHED_NO_KEY_PROVIDED:[75,2,1,"_CPPv4N18memcached_return_t25MEMCACHED_NO_KEY_PROVIDEDE"],MEMCACHED_NO_SERVERS:[75,2,1,"_CPPv4N18memcached_return_t20MEMCACHED_NO_SERVERSE"],MEMCACHED_PARSE_ERROR:[75,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_PARSE_ERRORE"],MEMCACHED_PARSE_USER_ERROR:[75,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_PARSE_USER_ERRORE"],MEMCACHED_PARTIAL_READ:[75,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_PARTIAL_READE"],MEMCACHED_PROTOCOL_ERROR:[75,2,1,"_CPPv4N18memcached_return_t24MEMCACHED_PROTOCOL_ERRORE"],MEMCACHED_READ_FAILURE:[75,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_READ_FAILUREE"],MEMCACHED_SERVERS:[16,8,1,"-"],MEMCACHED_SERVER_ERROR:[75,2,1,"_CPPv4N18memcached_return_t22MEMCACHED_SERVER_ERRORE"],MEMCACHED_SERVER_FAILURE_DEAD_TIMEOUT:[42,0,1,"c.MEMCACHED_SERVER_FAILURE_DEAD_TIMEOUT"],MEMCACHED_SERVER_FAILURE_LIMIT:[42,0,1,"c.MEMCACHED_SERVER_FAILURE_LIMIT"],MEMCACHED_SERVER_FAILURE_RETRY_TIMEOUT:[42,0,1,"c.MEMCACHED_SERVER_FAILURE_RETRY_TIMEOUT"],MEMCACHED_SERVER_MARKED_DEAD:[75,2,1,"_CPPv4N18memcached_return_t28MEMCACHED_SERVER_MARKED_DEADE"],MEMCACHED_SOME_ERRORS:[75,2,1,"_CPPv4N18memcached_return_t21MEMCACHED_SOME_ERRORSE"],MEMCACHED_STAT:[75,2,1,"_CPPv4N18memcached_return_t14MEMCACHED_STATE"],MEMCACHED_STORED:[75,2,1,"_CPPv4N18memcached_return_t16MEMCACHED_STOREDE"],MEMCACHED_STRIDE:[42,0,1,"c.MEMCACHED_STRIDE"],MEMCACHED_SUCCESS:[75,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_SUCCESSE"],MEMCACHED_TIMEOUT:[75,2,1,"_CPPv4N18memcached_return_t17MEMCACHED_TIMEOUTE"],MEMCACHED_UNKNOWN_READ_FAILURE:[75,2,1,"_CPPv4N18memcached_return_t30MEMCACHED_UNKNOWN_READ_FAILUREE"],MEMCACHED_UNKNOWN_STAT_KEY:[75,2,1,"_CPPv4N18memcached_return_t26MEMCACHED_UNKNOWN_STAT_KEYE"],MEMCACHED_VALUE:[75,2,1,"_CPPv4N18memcached_return_t15MEMCACHED_VALUEE"],MEMCACHED_VERSION_STRING_LENGTH:[42,0,1,"c.MEMCACHED_VERSION_STRING_LENGTH"],MEMCACHED_WRITE_FAILURE:[75,2,1,"_CPPv4N18memcached_return_t23MEMCACHED_WRITE_FAILUREE"],hashkit_clone:[35,3,1,"_CPPv413hashkit_cloneP10hashkit_stPK10hashkit_st"],hashkit_crc32:[37,3,1,"_CPPv413hashkit_crc32PKc6size_t"],hashkit_create:[35,3,1,"_CPPv414hashkit_createP10hashkit_st"],hashkit_default:[37,3,1,"_CPPv415hashkit_defaultPKc6size_t"],hashkit_fnv1_32:[37,3,1,"_CPPv415hashkit_fnv1_32PKc6size_t"],hashkit_fnv1_64:[37,3,1,"_CPPv415hashkit_fnv1_64PKc6size_t"],hashkit_fnv1a_32:[37,3,1,"_CPPv416hashkit_fnv1a_32PKc6size_t"],hashkit_fnv1a_64:[37,3,1,"_CPPv416hashkit_fnv1a_64PKc6size_t"],hashkit_free:[35,3,1,"_CPPv412hashkit_freeP10hashkit_st"],hashkit_get_distribution_function:[36,3,1,"_CPPv433hashkit_get_distribution_functionPK10hashkit_st"],hashkit_get_function:[36,3,1,"_CPPv420hashkit_get_functionPK10hashkit_st"],hashkit_hash_algorithm_t:[36,5,1,"_CPPv424hashkit_hash_algorithm_t"],hashkit_hash_fn:[36,6,1,"_CPPv415hashkit_hash_fn"],hashkit_hsieh:[37,3,1,"_CPPv413hashkit_hsiehPKc6size_t"],hashkit_is_allocated:[35,3,1,"_CPPv420hashkit_is_allocatedPK10hashkit_st"],hashkit_jenkins:[37,3,1,"_CPPv415hashkit_jenkinsPKc6size_t"],hashkit_md5:[37,3,1,"_CPPv411hashkit_md5PKc6size_t"],hashkit_murmur3:[37,3,1,"_CPPv415hashkit_murmur3PKc6size_t"],hashkit_murmur:[37,3,1,"_CPPv414hashkit_murmurPKc6size_t"],hashkit_return_t:[36,5,1,"_CPPv416hashkit_return_t"],hashkit_set_custom_distribution_function:[36,3,1,"_CPPv440hashkit_set_custom_distribution_functionP10hashkit_st15hashkit_hash_fnPv"],hashkit_set_custom_function:[36,3,1,"_CPPv427hashkit_set_custom_functionP10hashkit_st15hashkit_hash_fnPv"],hashkit_set_distribution_function:[36,3,1,"_CPPv433hashkit_set_distribution_functionP10hashkit_st24hashkit_hash_algorithm_t"],hashkit_set_function:[36,3,1,"_CPPv420hashkit_set_functionP10hashkit_st24hashkit_hash_algorithm_t"],hashkit_st:[35,6,1,"_CPPv410hashkit_st"],hashkit_value:[38,3,1,"_CPPv413hashkit_valueP10hashkit_stPKc6size_t"],libmemcached_check_configuration:[41,3,1,"_CPPv432libmemcached_check_configurationPKc6size_tPc6size_t"],memcached:[41,3,1,"_CPPv49memcachedPKc6size_t"],memcached_add:[79,3,1,"_CPPv413memcached_addP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_add_by_key:[79,3,1,"_CPPv420memcached_add_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_analysis_st:[56,6,1,"_CPPv421memcached_analysis_st"],memcached_analyze:[56,3,1,"_CPPv417memcached_analyzeP12memcached_stP17memcached_stat_stP18memcached_return_t"],memcached_append:[57,3,1,"_CPPv416memcached_appendP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_append_by_key:[57,3,1,"_CPPv423memcached_append_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_behavior_get:[59,3,1,"_CPPv422memcached_behavior_getP12memcached_st20memcached_behavior_t"],memcached_behavior_set:[59,3,1,"_CPPv422memcached_behavior_setP12memcached_st20memcached_behavior_t8uint64_t"],memcached_behavior_t:[59,5,1,"_CPPv420memcached_behavior_t"],memcached_callback_get:[60,3,1,"_CPPv422memcached_callback_getP12memcached_st20memcached_callback_tP18memcached_return_t"],memcached_callback_set:[60,3,1,"_CPPv422memcached_callback_setP12memcached_st20memcached_callback_tPKv"],memcached_callback_t:[60,5,1,"_CPPv420memcached_callback_t"],memcached_calloc_fn:[72,6,1,"_CPPv419memcached_calloc_fn"],memcached_cas:[61,3,1,"_CPPv413memcached_casP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],memcached_cas_by_key:[61,3,1,"_CPPv420memcached_cas_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t8uint64_t"],memcached_clone:[62,3,1,"_CPPv415memcached_cloneP12memcached_stP12memcached_st"],memcached_continue:[75,3,1,"_CPPv418memcached_continue18memcached_return_t"],memcached_create:[62,3,1,"_CPPv416memcached_createP12memcached_st"],memcached_decrement:[58,3,1,"_CPPv419memcached_decrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],memcached_decrement_by_key:[58,3,1,"_CPPv426memcached_decrement_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],memcached_decrement_with_initial:[58,3,1,"_CPPv432memcached_decrement_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],memcached_decrement_with_initial_by_key:[58,3,1,"_CPPv439memcached_decrement_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],memcached_delete:[63,3,1,"_CPPv416memcached_deleteP12memcached_stPKc6size_t6time_t"],memcached_delete_by_key:[63,3,1,"_CPPv423memcached_delete_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],memcached_destroy_sasl_auth_data:[76,3,1,"_CPPv432memcached_destroy_sasl_auth_dataP12memcached_st"],memcached_dump:[64,3,1,"_CPPv414memcached_dumpP12memcached_stP17memcached_dump_fnPv8uint32_t"],memcached_dump_fn:[64,6,1,"_CPPv417memcached_dump_fn"],memcached_execute_fn:[70,6,1,"_CPPv420memcached_execute_fn"],memcached_exist:[65,3,1,"_CPPv415memcached_existP12memcached_stPcP6size_t"],memcached_exist_by_key:[65,3,1,"_CPPv422memcached_exist_by_keyP12memcached_stPcP6size_tPcP6size_t"],memcached_failed:[75,3,1,"_CPPv416memcached_failed18memcached_return_t"],memcached_fatal:[75,3,1,"_CPPv415memcached_fatal18memcached_return_t"],memcached_fetch:[66,3,1,"_CPPv415memcached_fetchP12memcached_stPcP6size_tP6size_tP8uint32_tP18memcached_return_t"],memcached_fetch_execute:[70,3,1,"_CPPv423memcached_fetch_executeP12memcached_stP20memcached_execute_fnPv8uint32_t"],memcached_fetch_result:[70,3,1,"_CPPv422memcached_fetch_resultP12memcached_stP19memcached_result_stP18memcached_return_t"],memcached_flush:[67,3,1,"_CPPv415memcached_flushP12memcached_st6time_t"],memcached_flush_buffers:[68,3,1,"_CPPv423memcached_flush_buffersP12memcached_st"],memcached_free:[62,3,1,"_CPPv414memcached_freeP12memcached_st"],memcached_free_fn:[72,6,1,"_CPPv417memcached_free_fn"],memcached_generate_hash:[69,3,1,"_CPPv423memcached_generate_hashP12memcached_stPKc6size_t"],memcached_generate_hash_value:[69,3,1,"_CPPv429memcached_generate_hash_valuePKc6size_t16memcached_hash_t"],memcached_get:[70,3,1,"_CPPv413memcached_getP12memcached_stPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],memcached_get_by_key:[70,3,1,"_CPPv420memcached_get_by_keyP12memcached_stPKc6size_tPKc6size_tP6size_tP8uint32_tP18memcached_return_t"],memcached_get_memory_allocators:[72,3,1,"_CPPv431memcached_get_memory_allocatorsP12memcached_stP19memcached_malloc_fnP17memcached_free_fnP20memcached_realloc_fnP19memcached_calloc_fn"],memcached_get_memory_allocators_context:[72,3,1,"_CPPv439memcached_get_memory_allocators_contextPK12memcached_st"],memcached_get_sasl_callbacks:[76,3,1,"_CPPv428memcached_get_sasl_callbacksP12memcached_st"],memcached_get_user_data:[84,3,1,"_CPPv423memcached_get_user_dataP12memcached_st"],memcached_hash_t:[69,5,1,"_CPPv416memcached_hash_t"],memcached_increment:[58,3,1,"_CPPv419memcached_incrementP12memcached_stPKc6size_t8uint32_tP8uint64_t"],memcached_increment_by_key:[58,3,1,"_CPPv426memcached_increment_by_keyP12memcached_stPKc6size_tPKc6size_t8uint32_tP8uint64_t"],memcached_increment_with_initial:[58,3,1,"_CPPv432memcached_increment_with_initialP12memcached_stPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],memcached_increment_with_initial_by_key:[58,3,1,"_CPPv439memcached_increment_with_initial_by_keyP12memcached_stPKc6size_tPKc6size_t8uint64_t8uint64_t6time_tP8uint64_t"],memcached_instance_st:[77,1,1,"c.memcached_instance_st"],memcached_last_error:[71,3,1,"_CPPv420memcached_last_errorPK12memcached_st"],memcached_last_error_errno:[71,3,1,"_CPPv426memcached_last_error_errnoPK12memcached_st"],memcached_last_error_message:[71,3,1,"_CPPv428memcached_last_error_messagePK12memcached_st"],memcached_lib_version:[86,3,1,"_CPPv421memcached_lib_versionv"],memcached_malloc_fn:[72,6,1,"_CPPv419memcached_malloc_fn"],memcached_mget:[70,3,1,"_CPPv414memcached_mgetP12memcached_stPPCKcPK6size_t6size_t"],memcached_mget_by_key:[70,3,1,"_CPPv421memcached_mget_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_t"],memcached_mget_execute:[70,3,1,"_CPPv422memcached_mget_executeP12memcached_stPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],memcached_mget_execute_by_key:[70,3,1,"_CPPv429memcached_mget_execute_by_keyP12memcached_stPKc6size_tPPCKcPK6size_t6size_tP20memcached_execute_fnPv8uint32_t"],memcached_pool:[89,3,1,"_CPPv414memcached_poolPKc6size_t"],memcached_pool_behavior_get:[89,3,1,"_CPPv427memcached_pool_behavior_getP17memcached_pool_st20memcached_behavior_tP8uint64_t"],memcached_pool_behavior_set:[89,3,1,"_CPPv427memcached_pool_behavior_setP17memcached_pool_st20memcached_behavior_t8uint64_t"],memcached_pool_create:[89,3,1,"_CPPv421memcached_pool_createP12memcached_stii"],memcached_pool_destroy:[89,3,1,"_CPPv422memcached_pool_destroyP17memcached_pool_st"],memcached_pool_fetch:[89,3,1,"_CPPv420memcached_pool_fetchP17memcached_pool_stP8timespecP18memcached_return_t"],memcached_pool_pop:[89,3,1,"_CPPv418memcached_pool_popP17memcached_pool_stbP18memcached_return_t"],memcached_pool_push:[89,3,1,"_CPPv419memcached_pool_pushP17memcached_pool_stP12memcached_st"],memcached_pool_release:[89,3,1,"_CPPv422memcached_pool_releaseP17memcached_pool_stP12memcached_st"],memcached_pool_st:[89,6,1,"_CPPv417memcached_pool_st"],memcached_prepend:[57,3,1,"_CPPv417memcached_prependP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_prepend_by_key:[57,3,1,"_CPPv424memcached_prepend_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_quit:[73,3,1,"_CPPv414memcached_quitP12memcached_st"],memcached_realloc_fn:[72,6,1,"_CPPv420memcached_realloc_fn"],memcached_replace:[79,3,1,"_CPPv417memcached_replaceP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_replace_by_key:[79,3,1,"_CPPv424memcached_replace_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_result_cas:[74,3,1,"_CPPv420memcached_result_casPK19memcached_result_st"],memcached_result_create:[74,3,1,"_CPPv423memcached_result_createP12memcached_stP19memcached_result_st"],memcached_result_flags:[74,3,1,"_CPPv422memcached_result_flagsPK19memcached_result_st"],memcached_result_free:[74,3,1,"_CPPv421memcached_result_freeP19memcached_result_st"],memcached_result_key_length:[74,3,1,"_CPPv427memcached_result_key_lengthPK19memcached_result_st"],memcached_result_key_value:[74,3,1,"_CPPv426memcached_result_key_valueP19memcached_result_st"],memcached_result_length:[74,3,1,"_CPPv423memcached_result_lengthPK19memcached_result_st"],memcached_result_set_expiration:[74,3,1,"_CPPv431memcached_result_set_expirationP19memcached_result_st6time_t"],memcached_result_set_flags:[74,3,1,"_CPPv426memcached_result_set_flagsP19memcached_result_st8uint32_t"],memcached_result_set_value:[74,3,1,"_CPPv426memcached_result_set_valueP19memcached_result_stPKc6size_t"],memcached_result_st:[74,6,1,"_CPPv419memcached_result_st"],memcached_result_take_value:[74,3,1,"_CPPv427memcached_result_take_valueP19memcached_result_st"],memcached_result_value:[74,3,1,"_CPPv422memcached_result_valueP19memcached_result_st"],memcached_return_t:[75,5,1,"_CPPv418memcached_return_t"],memcached_server_add:[78,3,1,"_CPPv420memcached_server_addP12memcached_stPKc9in_port_t"],memcached_server_add_udp:[78,3,1,"_CPPv424memcached_server_add_udpP12memcached_stPKc9in_port_t"],memcached_server_add_unix_socket:[78,3,1,"_CPPv432memcached_server_add_unix_socketP12memcached_stPKc"],memcached_server_by_key:[78,3,1,"_CPPv423memcached_server_by_keyP12memcached_stPKc6size_tP18memcached_return_t"],memcached_server_count:[78,3,1,"_CPPv422memcached_server_countP12memcached_st"],memcached_server_cursor:[78,3,1,"_CPPv423memcached_server_cursorPK12memcached_stPK19memcached_server_fnPv8uint32_t"],memcached_server_distribution_t:[59,5,1,"_CPPv431memcached_server_distribution_t"],memcached_server_error:[77,3,1,"_CPPv422memcached_server_errorPK21memcached_instance_st"],memcached_server_error_reset:[77,3,1,"_CPPv428memcached_server_error_resetPK21memcached_instance_st"],memcached_server_fn:[78,6,1,"_CPPv419memcached_server_fn"],memcached_server_get_last_disconnect:[78,3,1,"_CPPv436memcached_server_get_last_disconnectPK12memcached_st"],memcached_server_list_append:[77,3,1,"_CPPv428memcached_server_list_append24memcached_server_list_stPKc9in_port_tP18memcached_return_t"],memcached_server_list_count:[77,3,1,"_CPPv427memcached_server_list_count24memcached_server_list_st"],memcached_server_list_free:[77,3,1,"_CPPv426memcached_server_list_free24memcached_server_list_st"],memcached_server_list_st:[77,1,1,"c.memcached_server_list_st"],memcached_server_push:[78,3,1,"_CPPv421memcached_server_pushP12memcached_stPK19memcached_server_st"],memcached_server_st:[77,1,1,"c.memcached_server_st"],memcached_servers_parse:[77,3,1,"_CPPv423memcached_servers_parsev"],memcached_servers_reset:[62,3,1,"_CPPv423memcached_servers_resetP12memcached_st"],memcached_set:[79,3,1,"_CPPv413memcached_setP12memcached_stPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_set_by_key:[79,3,1,"_CPPv420memcached_set_by_keyP12memcached_stPKc6size_tPKc6size_tPKc6size_t6time_t8uint32_t"],memcached_set_encoding_key:[80,3,1,"_CPPv426memcached_set_encoding_keyP12memcached_stPKcK6size_t"],memcached_set_memory_allocators:[72,3,1,"_CPPv431memcached_set_memory_allocatorsP12memcached_st19memcached_malloc_fn17memcached_free_fn20memcached_realloc_fn19memcached_calloc_fnPv"],memcached_set_sasl_auth_data:[76,3,1,"_CPPv428memcached_set_sasl_auth_dataP12memcached_stPKcPKc"],memcached_set_sasl_callbacks:[76,3,1,"_CPPv428memcached_set_sasl_callbacksP12memcached_stPK15sasl_callback_t"],memcached_set_user_data:[84,3,1,"_CPPv423memcached_set_user_dataP12memcached_stPv"],memcached_st:[62,6,1,"_CPPv412memcached_st"],memcached_stat:[81,3,1,"_CPPv414memcached_statP12memcached_stPcP18memcached_return_t"],memcached_stat_execute:[81,3,1,"_CPPv422memcached_stat_executeP12memcached_stPKc17memcached_stat_fnPv"],memcached_stat_fn:[81,6,1,"_CPPv417memcached_stat_fn"],memcached_stat_get_keys:[81,3,1,"_CPPv423memcached_stat_get_keysP12memcached_stP17memcached_stat_stP18memcached_return_t"],memcached_stat_get_value:[81,3,1,"_CPPv424memcached_stat_get_valueP12memcached_stP17memcached_stat_stPKcP18memcached_return_t"],memcached_stat_servername:[81,3,1,"_CPPv425memcached_stat_servernameP17memcached_stat_stPcPKc9in_port_t"],memcached_stat_st:[81,6,1,"_CPPv417memcached_stat_st"],memcached_strerror:[82,3,1,"_CPPv418memcached_strerrorP12memcached_st18memcached_return_t"],memcached_success:[75,3,1,"_CPPv417memcached_success18memcached_return_t"],memcached_touch:[83,3,1,"_CPPv415memcached_touchP12memcached_stPKc6size_t6time_t"],memcached_touch_by_key:[83,3,1,"_CPPv422memcached_touch_by_keyP12memcached_stPKc6size_tPKc6size_t6time_t"],memcached_verbosity:[85,3,1,"_CPPv419memcached_verbosityP12memcached_st8uint32_t"],memcached_version:[86,3,1,"_CPPv417memcached_versionP12memcached_st"]},"memcp.-":{"|--basename":[7,7,1,"cmdoption-memcp-basename"]},memaslap:{"--help":[4,7,1,"cmdoption-memaslap-help"],"--servers":[4,7,1,"cmdoption-memaslap-servers"]},memcapable:{"-c":[5,7,1,"cmdoption-memcapable-c"],"-h":[5,7,1,"cmdoption-memcapable-h"],"-p":[5,7,1,"cmdoption-memcapable-p"],"-t":[5,7,1,"cmdoption-memcapable-t"],"-v":[5,7,1,"cmdoption-memcapable-v"]},memcat:{"-B|--buffer":[6,7,1,"cmdoption-memcat-b-buffer"],"-F|--flags":[6,7,1,"cmdoption-memcat-f-flags"],"-H|--hash":[6,7,1,"cmdoption-memcat-h-hash"],"-N|--tcp-nodelay":[6,7,1,"cmdoption-memcat-n-tcp-nodelay"],"-V|--version":[6,7,1,"cmdoption-memcat-v-version"],"-b|--binary":[6,7,1,"cmdoption-memcat-b-binary"],"-d|--debug":[6,7,1,"cmdoption-memcat-d-debug"],"-f|--file":[6,7,1,"cmdoption-memcat-f-file"],"-h|--help":[6,7,1,"cmdoption-memcat-h-help"],"-n|--non-blocking":[6,7,1,"cmdoption-memcat-n-non-blocking"],"-p|--password":[6,7,1,"cmdoption-memcat-p-password"],"-q|--quiet":[6,7,1,"cmdoption-memcat-q-quiet"],"-s|--servers":[6,7,1,"cmdoption-memcat-s-servers"],"-u|--username":[6,7,1,"cmdoption-memcat-u-username"],"-v|--verbose":[6,7,1,"cmdoption-memcat-v-verbose"]},memcp:{"-+|--relative":[7,7,1,"cmdoption-memcp-relative"],"-/|--absolute":[7,7,1,"cmdoption-memcp-absolute"],"-A|--add":[7,7,1,"cmdoption-memcp-a-add"],"-B|--buffer":[7,7,1,"cmdoption-memcp-b-buffer"],"-F|--flags":[7,7,1,"cmdoption-memcp-f-flags"],"-H|--hash":[7,7,1,"cmdoption-memcp-h-hash"],"-N|--tcp-nodelay":[7,7,1,"cmdoption-memcp-n-tcp-nodelay"],"-R|--replace":[7,7,1,"cmdoption-memcp-r-replace"],"-S|--set":[7,7,1,"cmdoption-memcp-s-set"],"-U|--udp":[7,7,1,"cmdoption-memcp-u-udp"],"-V|--version":[7,7,1,"cmdoption-memcp-v-version"],"-b|--binary":[7,7,1,"cmdoption-memcp-b-binary"],"-d|--debug":[7,7,1,"cmdoption-memcp-d-debug"],"-e|--expire":[7,7,1,"cmdoption-memcp-e-expire"],"-h|--help":[7,7,1,"cmdoption-memcp-h-help"],"-n|--non-blocking":[7,7,1,"cmdoption-memcp-n-non-blocking"],"-p|--password":[7,7,1,"cmdoption-memcp-p-password"],"-q|--quiet":[7,7,1,"cmdoption-memcp-q-quiet"],"-s|--servers":[7,7,1,"cmdoption-memcp-s-servers"],"-u|--username":[7,7,1,"cmdoption-memcp-u-username"],"-v|--verbose":[7,7,1,"cmdoption-memcp-v-verbose"]},memdump:{"-B|--buffer":[8,7,1,"cmdoption-memdump-b-buffer"],"-N|--tcp-nodelay":[8,7,1,"cmdoption-memdump-n-tcp-nodelay"],"-V|--version":[8,7,1,"cmdoption-memdump-v-version"],"-b|--binary":[8,7,1,"cmdoption-memdump-b-binary"],"-d|--debug":[8,7,1,"cmdoption-memdump-d-debug"],"-f|--file":[8,7,1,"cmdoption-memdump-f-file"],"-h|--help":[8,7,1,"cmdoption-memdump-h-help"],"-n|--non-blocking":[8,7,1,"cmdoption-memdump-n-non-blocking"],"-p|--password":[8,7,1,"cmdoption-memdump-p-password"],"-q|--quiet":[8,7,1,"cmdoption-memdump-q-quiet"],"-s|--servers":[8,7,1,"cmdoption-memdump-s-servers"],"-u|--username":[8,7,1,"cmdoption-memdump-u-username"],"-v|--verbose":[8,7,1,"cmdoption-memdump-v-verbose"]},memerror:{"-V|--version":[9,7,1,"cmdoption-memerror-v-version"],"-d|--debug":[9,7,1,"cmdoption-memerror-d-debug"],"-h|--help":[9,7,1,"cmdoption-memerror-h-help"],"-q|--quiet":[9,7,1,"cmdoption-memerror-q-quiet"],"-v|--verbose":[9,7,1,"cmdoption-memerror-v-verbose"]},memexist:{"-B|--buffer":[10,7,1,"cmdoption-memexist-b-buffer"],"-H|--hash":[10,7,1,"cmdoption-memexist-h-hash"],"-N|--tcp-nodelay":[10,7,1,"cmdoption-memexist-n-tcp-nodelay"],"-V|--version":[10,7,1,"cmdoption-memexist-v-version"],"-b|--binary":[10,7,1,"cmdoption-memexist-b-binary"],"-d|--debug":[10,7,1,"cmdoption-memexist-d-debug"],"-h|--help":[10,7,1,"cmdoption-memexist-h-help"],"-n|--non-blocking":[10,7,1,"cmdoption-memexist-n-non-blocking"],"-p|--password":[10,7,1,"cmdoption-memexist-p-password"],"-q|--quiet":[10,7,1,"cmdoption-memexist-q-quiet"],"-s|--servers":[10,7,1,"cmdoption-memexist-s-servers"],"-u|--username":[10,7,1,"cmdoption-memexist-u-username"],"-v|--verbose":[10,7,1,"cmdoption-memexist-v-verbose"]},memflush:{"-B|--buffer":[11,7,1,"cmdoption-memflush-b-buffer"],"-N|--tcp-nodelay":[11,7,1,"cmdoption-memflush-n-tcp-nodelay"],"-V|--version":[11,7,1,"cmdoption-memflush-v-version"],"-b|--binary":[11,7,1,"cmdoption-memflush-b-binary"],"-d|--debug":[11,7,1,"cmdoption-memflush-d-debug"],"-e|--expire":[11,7,1,"cmdoption-memflush-e-expire"],"-h|--help":[11,7,1,"cmdoption-memflush-h-help"],"-n|--non-blocking":[11,7,1,"cmdoption-memflush-n-non-blocking"],"-p|--password":[11,7,1,"cmdoption-memflush-p-password"],"-q|--quiet":[11,7,1,"cmdoption-memflush-q-quiet"],"-s|--servers":[11,7,1,"cmdoption-memflush-s-servers"],"-u|--username":[11,7,1,"cmdoption-memflush-u-username"],"-v|--verbose":[11,7,1,"cmdoption-memflush-v-verbose"]},memping:{"-V|--version":[13,7,1,"cmdoption-memping-v-version"],"-d|--debug":[13,7,1,"cmdoption-memping-d-debug"],"-h|--help":[13,7,1,"cmdoption-memping-h-help"],"-p|--password":[13,7,1,"cmdoption-memping-p-password"],"-q|--quiet":[13,7,1,"cmdoption-memping-q-quiet"],"-s|--servers":[13,7,1,"cmdoption-memping-s-servers"],"-u|--username":[13,7,1,"cmdoption-memping-u-username"],"-v|--verbose":[13,7,1,"cmdoption-memping-v-verbose"]},memrm:{"-B|--buffer":[14,7,1,"cmdoption-memrm-b-buffer"],"-H|--hash":[14,7,1,"cmdoption-memrm-h-hash"],"-N|--tcp-nodelay":[14,7,1,"cmdoption-memrm-n-tcp-nodelay"],"-V|--version":[14,7,1,"cmdoption-memrm-v-version"],"-b|--binary":[14,7,1,"cmdoption-memrm-b-binary"],"-d|--debug":[14,7,1,"cmdoption-memrm-d-debug"],"-e|--expire":[14,7,1,"cmdoption-memrm-e-expire"],"-h|--help":[14,7,1,"cmdoption-memrm-h-help"],"-n|--non-blocking":[14,7,1,"cmdoption-memrm-n-non-blocking"],"-p|--password":[14,7,1,"cmdoption-memrm-p-password"],"-q|--quiet":[14,7,1,"cmdoption-memrm-q-quiet"],"-s|--servers":[14,7,1,"cmdoption-memrm-s-servers"],"-u|--username":[14,7,1,"cmdoption-memrm-u-username"],"-v|--verbose":[14,7,1,"cmdoption-memrm-v-verbose"]},memslap:{"-B|--buffer":[15,7,1,"cmdoption-memslap-b-buffer"],"-F|--flush":[15,7,1,"cmdoption-memslap-f-flush"],"-H|--hash":[15,7,1,"cmdoption-memslap-h-hash"],"-N|--tcp-nodelay":[15,7,1,"cmdoption-memslap-n-tcp-nodelay"],"-R|--noreply":[15,7,1,"cmdoption-memslap-r-noreply"],"-U|--udp":[15,7,1,"cmdoption-memslap-u-udp"],"-V|--version":[15,7,1,"cmdoption-memslap-v-version"],"-b|--binary":[15,7,1,"cmdoption-memslap-b-binary"],"-c|--concurrency":[15,7,1,"cmdoption-memslap-c-concurrency"],"-d|--debug":[15,7,1,"cmdoption-memslap-d-debug"],"-e|--execute-number":[15,7,1,"cmdoption-memslap-e-execute-number"],"-h|--help":[15,7,1,"cmdoption-memslap-h-help"],"-l|--initial-load":[15,7,1,"cmdoption-memslap-l-initial-load"],"-n|--non-blocking":[15,7,1,"cmdoption-memslap-n-non-blocking"],"-p|--password":[15,7,1,"cmdoption-memslap-p-password"],"-q|--quiet":[15,7,1,"cmdoption-memslap-q-quiet"],"-s|--servers":[15,7,1,"cmdoption-memslap-s-servers"],"-t|--test":[15,7,1,"cmdoption-memslap-t-test"],"-u|--username":[15,7,1,"cmdoption-memslap-u-username"],"-v|--verbose":[15,7,1,"cmdoption-memslap-v-verbose"]},memstat:{"--iterations":[16,7,1,"cmdoption-memstat-iterations"],"-A|--args":[16,7,1,"cmdoption-memstat-a-args"],"-B|--buffer":[16,7,1,"cmdoption-memstat-b-buffer"],"-N|--tcp-nodelay":[16,7,1,"cmdoption-memstat-n-tcp-nodelay"],"-S|-server-version":[16,7,1,"cmdoption-memstat-s-server-version"],"-V|--version":[16,7,1,"cmdoption-memstat-v-version"],"-a|--analyze":[16,7,1,"cmdoption-memstat-a-analyze"],"-b|--binary":[16,7,1,"cmdoption-memstat-b-binary"],"-d|--debug":[16,7,1,"cmdoption-memstat-d-debug"],"-h|--help":[16,7,1,"cmdoption-memstat-h-help"],"-n|--non-blocking":[16,7,1,"cmdoption-memstat-n-non-blocking"],"-p|--password":[16,7,1,"cmdoption-memstat-p-password"],"-q|--quiet":[16,7,1,"cmdoption-memstat-q-quiet"],"-s|--servers":[16,7,1,"cmdoption-memstat-s-servers"],"-u|--username":[16,7,1,"cmdoption-memstat-u-username"],"-v|--verbose":[16,7,1,"cmdoption-memstat-v-verbose"]},memtouch:{"-B|--buffer":[17,7,1,"cmdoption-memtouch-b-buffer"],"-H|--hash":[17,7,1,"cmdoption-memtouch-h-hash"],"-N|--tcp-nodelay":[17,7,1,"cmdoption-memtouch-n-tcp-nodelay"],"-V|--version":[17,7,1,"cmdoption-memtouch-v-version"],"-b|--binary":[17,7,1,"cmdoption-memtouch-b-binary"],"-d|--debug":[17,7,1,"cmdoption-memtouch-d-debug"],"-e|--expire":[17,7,1,"cmdoption-memtouch-e-expire"],"-h|--help":[17,7,1,"cmdoption-memtouch-h-help"],"-n|--non-blocking":[17,7,1,"cmdoption-memtouch-n-non-blocking"],"-p|--password":[17,7,1,"cmdoption-memtouch-p-password"],"-q|--quiet":[17,7,1,"cmdoption-memtouch-q-quiet"],"-s|--servers":[17,7,1,"cmdoption-memtouch-s-servers"],"-u|--username":[17,7,1,"cmdoption-memtouch-u-username"],"-v|--verbose":[17,7,1,"cmdoption-memtouch-v-verbose"]}},objnames:{"0":["c","macro","C macro"],"1":["c","type","C type"],"2":["cpp","enumerator","C++ enumerator"],"3":["cpp","function","C++ function"],"4":["cpp","functionParam","functionParam"],"5":["cpp","enum","C++ enum"],"6":["cpp","type","C++ type"],"7":["std","cmdoption","program option"],"8":["std","envvar","environment variable"]},objtypes:{"0":"c:macro","1":"c:type","2":"cpp:enumerator","3":"cpp:function","4":"cpp:functionParam","5":"cpp:enum","6":"cpp:type","7":"std:cmdoption","8":"std:envvar"},terms:{"0x00048000":42,"0xffffffffu":42,"10k":4,"10m":4,"10s":4,"11k":4,"16g":4,"16k":0,"20s":4,"30s":4,"32bit":36,"32k":4,"40k":4,"46k":4,"4byte":79,"64bit":0,"byte":[4,36,38,41,57,59,61,72,74,79,89],"case":[0,1,4,43,57,59,60,75,79,82],"catch":0,"char":[0,2,36,37,38,41,43,57,58,60,61,63,64,65,66,69,70,71,74,76,77,78,79,80,81,82,83,86,89],"class":0,"const":[0,35,36,37,38,41,43,57,58,60,61,63,64,69,70,71,72,74,76,77,78,79,80,81,82,83,86,89],"default":[0,2,4,5,6,7,8,11,15,16,23,35,36,41,59,60,62,69,72,77,81],"enum":[36,59,60,69,75,82],"export":1,"final":[63,66,70],"function":[0,4,33,35,37,38,39,40,44,57,60,61,62,64,66,69,70,72,73,74,75,76,77,78,79,81,82,88,89],"import":[0,4,40],"int":[0,43,59,71,89],"long":[4,59,60,61],"new":[0,1,4,41,62,65,72,74,77,83,89],"null":[0,4,41,42,56,60,62,66,70,71,72,77,81,89],"public":[0,2],"return":[0,1,2,6,11,40,43,75],"short":89,"static":[0,2,40,62],"switch":[2,82],"throw":41,"true":[4,35,79],"try":[4,34,59,70,75,88,89],"void":[35,36,60,62,64,70,72,73,74,76,77,78,81,84,86],"while":[38,43,59,70,75,81,89],AES:[1,2,80],AND:32,ARE:32,Added:[0,1],Adding:0,And:4,BUT:32,CAS:[0,41,59,74],DNS:[0,59,75],FOR:32,For:[0,4,43,57,58,59,61,69,70,79,87],Its:[11,60],NOT:[32,76],Not:59,One:34,Ops:4,SUCH:32,THE:32,TPS:4,That:67,The:[0,2,4,5,7,11,34,35,37,38,40,42,43,56,57,58,59,60,61,62,63,64,65,66,67,70,72,74,75,78,79,81,87,89],Then:4,There:[4,40],These:[36,37,40,42,43,60,78],USE:[32,41],Use:[0,4,6,7,8,10,11,13,14,15,16,17,20,21,22,25,26,29,33,36,44,45,48,57,58,60,61,63,64,66,67,68,73,74,75,79,80,83,85,86,89],Used:42,Using:11,WITH:41,_by_kei:0,abi:[1,62],abil:[0,56,58,81],abl:75,abort:5,about:[0,40,59],abov:[4,32,43,57,58,66,70,79],absolut:7,accept:13,access:[2,33,40,41,74,81,88],accid:0,accomplish:41,accord:[4,37],account:[4,59],accumul:4,accur:59,act:[59,74],action:[2,59],activ:0,actual:[57,61,70,79],add:[0,1,2,4,7,34,59,63,77,78,79],added:[0,1,41,59,67,74,75],adding:41,addit:[0,1,4,34,59,88],address:[35,72,78,81],advanc:[33,44],advantag:59,advis:[32,81],affect:[33,44,45],affin:4,after:[2,4,11,58,59,63,70],again:[4,11],against:[2,40,59],aka:0,aker:32,algo:[6,7,10,14,15,17,21,26,34],algorithm:[0,4,6,7,8,10,11,14,15,16,17,20,21,26,27,36,37,39,40,41,59,69],alia:59,alias:77,align:2,all:[0,1,3,4,8,11,15,16,32,33,34,40,41,43,57,58,59,60,61,62,64,66,68,69,70,72,73,74,75,77,79,81,82,89],allevi:40,alloc:[0,1,33,35,36,40,41,44,45,48,56,62,70,71,74,75,81,89],allow:[0,1,2,4,40,42,57,59,60,61,62,66,69,70,72,76,78,79,84],along:57,alongsid:79,alreadi:79,also:[0,2],alwai:[0,41,43,59,66,70,79],amd64:2,among:[57,61,79],amount:59,analyz:[16,33,44,45,50],ani:[0,4,6,7,32,34,35,36,38,41,43,56,57,58,59,60,61,63,64,65,66,69,70,71,72,73,74,77,78,80,81,83,89],api:[0,1,2,33,39,40],append:[0,33,44,52,59,61],appli:[0,42,60],applic:[0,4,33,40,41,56,59,62,70,72,81,82],appropri:[37,59,77],arg:[0,15,16,81],argument:[0,2,6,8,16,23,35,36,38,59,60,62,72,75,81,89],aris:32,around:0,arrai:[64,70,74,77,78,81],artifact:2,ascii:[0,2,4,57,61,66,79],assert:[0,1,2],assign:[4,60,78],associ:[43,62,74,77],assum:[4,59,64],async:0,asynchron:[4,34,40,59,70],atom:[0,33,44,52,57,67,79],attach:74,attempt:59,auth_continu:2,authent:[6,7,8,10,11,13,14,15,16,17,20,21,29,33,44,45,75,76],auto:0,automat:[0,59,60,73],avail:[0,13,33,36,38,39,41,57,58,59,61,70,74,79,81,89],averag:4,avg:4,avoid:[57,62,76,79],awesom:[2,32],ax_libmemcach:1,babi:0,back:[0,4,59,89],bad:0,badli:34,bake:4,balanc:0,base:[0,4,40,41,42,56,59,60,62,67,69],basenam:7,basic:[0,4,33,44,76],bean:11,becaus:[0,4,8,34,59,64,70],becom:89,been:[0,1,11,33,34,36,40,59,66,69,70,74,75,81],befor:[0,4,15,57,59,66,70,76,77],begin:4,behav:[1,57,61,70,72,79],behavior:[0,1,2,7,15,33,34,41,44,45,57,60,61,66,68,70,78,79,81,86,89],behavior_remove_failed_serv:2,behind:40,being:[0,1,35,41,57,59,60,61,64,66,70,78,79,81,86],below:[4,57,79],benchmark:[3,15,33,40],benefit:[4,74],best:[4,43,74,87],beta1:31,beta2:31,beta3:31,better:[0,1,4,59],between:[4,42],bewar:41,big:[0,2],bin:2,binari:[0,1,2,6,7,8,10,11,14,15,16,17,20,21,28,32,34,41,57,58,59,61,64,70,75,76,79],bind:[4,69,75],bison:2,bit:[0,2,34,37,38,57,59,61,69],bitmap:[57,79],block:[0,2,4,6,7,8,10,11,14,15,16,17,20,21,27,57,59,63,79,89],bool:[35,75,89],both:[0,4,40,57,59,79,89],bottleneck:4,bound:[0,4],bracket:2,branch:0,brian:32,broken:0,bsd:[1,34],bucket:59,buffer:[0,1,2,4,6,7,8,10,11,14,15,16,17,20,21,28,33,41,42,44,52,59,60,70,75],bug:[0,1,2,75],bugfix:0,build:[0,2,42,69],built:[36,37,40,59,88],busi:[2,32],bust:0,by_kei:0,c99:72,cach:[0,3,4,33,40,59,60],cache_s:4,cal:0,calcul:[4,41],call:[0,1,40,41,56,59,60,61,62,66,70,72,73,74,76,78,81,86],callback:[0,33,44,45,48,64,70,72,76,78,81],caller:[66,70,78,89],calloc:0,came:71,can:[0,1,2,4,12,13,34,37,40,41,42,59,60,61,64,65,70,73,74,77,78,81,82],candid:78,cannot:[4,59,72,89],capabl:[3,5,33],captur:82,care:59,cas:[0,57,61,74,79],cast:59,cat:[3,6,33],catch2:2,caught:0,caus:[0,1,2,4,11,32,41,59,60,67],ceas:11,cento:0,certain:[0,59],cfg_cmd:4,chang:[0,1,2,33,34,59,60,70,73,89],changelog:31,charact:[0,4,57,74,78,79],check:[0,3,5,10,33,56,59,61,65,78],chen:0,chines:0,choos:76,chunk:59,clang:1,clarif:2,clarifi:[0,2],clean:[0,11,33,44,45,47,62,77],cleaner:0,cleanup:[0,74],cli:0,client:[0,1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,33,34,39,41,44,45,48,51,56,57,58,59,60,61,62,63,64,65,66,67,68,70,71,72,74,75,76,77,78,79,80,81,82,83,85,86,88,89],client_error:1,clone:[40,60,62,70,72,88],close:[0,1,2,4,59,60],cluster:[10,16,59],cmake:2,cmd:4,cmd_get:4,cmd_proport:4,cmd_set:4,cmd_type:4,cnf:[0,4],code:[0,3,9,32,33,40,41,43,44,54,56,57,58,59,60,61,63,64,65,66,67,68,70,72,73,74,76,77,78,79,80,81,83,85,86,89],collect:[4,7,14,39,56,81],collis:[2,79],com:[0,2,32,41,43],combin:[57,59,61,79],come:[4,40],command:[0,1,2,5,7,11,15,33,34,44,52,56,57,59,61,63,75,79,81],comment:[4,34],commit:34,common:[0,62],commun:[4,59,62,75],compar:[42,61],comparison:[2,5,16],compat:[0,1,3,5,33,34,59,70,74],compil:[0,1,2,35,36,37,38,39,40,41,42,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,88,89],complet:[1,8,40,72,75],complianc:1,concept:77,conclus:[66,70],concurr:[0,15],condit:[32,75],config:0,config_str:[41,43],configur:[0,1,2,6,7,12,15,33,40,55,69,75,78,89],conflict:0,conjunct:68,conn_sock:4,connect:[0,1,2,5,13,15,41,42,59,60,73,75,76,78,86,89],consequenti:32,consid:[2,59],consist:[0,2,40,42,59],constant:[0,2,33,36,55],constantli:0,constructor:0,consum:35,contain:[4,41,66,70,81],content:[11,33,44,45,47],context:[0,36,41,60,64,70,72,78,81],continu:[0,2,41,59,70],continuum:[0,2,42,59],contract:32,contribut:4,contributor:32,control:[0,4],conveni:[42,69],convert:[0,33,41,44,54,56,57,58,59,60,61,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,81,83,85,89],copi:[7,35,60,62,78],copyright:33,core:[0,4],corner:[0,1],correct:0,correctli:1,correspond:60,could:[0,4,11,72,89],count:[0,2,4,16,77,78],counter:2,coupl:0,cpp:2,cpu:4,crash:[0,2,4],crc:0,creat:[0,4,33,36,37,38,39,40,41,44,51,59,60,74,77,89],credenti:75,current:[4,36,56,57,59,61,64,70,72,73,74,76,78,79,80,81,84],cursor:78,cursor_serv:0,custom:[0,1,33,36,41,44,45,48,60,74],cut:0,cycl:0,daemon:[11,33,44,45],dai:4,dallei:0,damag:32,darwin:2,data:[0,2,4,8,11,14,16,32,33,34,40,41,44,45,47,51,59,60,66,75,80,84,89],databas:[11,40],datadifferenti:32,datagram:[57,61,79],date:[4,43],dbuild_shared_lib:2,dead:[0,1,75,78],deadlock:[59,70],dealloc:[62,74,77],death:0,debian:[0,1],debug:[0,6,7,8,9,10,11,13,14,15,16,17,19,20,21],dec:0,decent:0,decim:4,declar:62,decreas:4,decrement:[0,33,44,52,79],decrypt:80,dedic:59,defeat:59,defens:2,defin:[0,2,43,69,75,76,77,81],defini:0,definit:11,delai:11,delet:[0,11,14,33,34,44,51,59,60,75],deliv:59,deliveri:63,demand:0,deo:34,depend:[57,61,79],deprec:[0,2,16,33,44,59,60,66,75,77,89],deriv:[32,45],describ:[4,71,82],descriptor:[2,75],design:[33,40,41],destin:[35,60,62],destroi:[33,43,44,51,89],detail:[41,56,89],detect:[2,5,58],determin:[0,5,10,33,41,44,52,59,70,75,78],develop:[0,4,40,87],deviat:4,did:0,differ:[0,1,2,4,16,57,59,61,70,79],direct:32,directli:[1,33,40,41,44,45,46,70,74,77,81],directori:[2,7],disabl:[1,6,7,8,10,11,14,15,16,17,20,21,27,59,60,69],discard:4,disclaim:32,disconnect:[0,4,33,44,51],disord:4,displai:[4,6,7,8,9,10,11,13,14,15,16,17,18,20,21,24,42],dist:[0,4],distribut:[0,32,36,38,39,40,41,43,59],divis:4,dns:0,doc:[0,2],document:[0,1,2,11,32,40,69,77],doe:[2,4,8,11,17,34,57,58,59,61,64,70,71,75,78,79],doesn:[4,5],doing:0,domain:[0,2,60,75],don:[0,4,59,72],done:[4,59,77],down:59,drain:59,drbrain:0,driver:[34,75,86],drop:[1,4],dtrace:[0,2,40],dubiou:75,due:[2,57,61,79],dump:[0,2,3,8,16,33,44,45,47],duplic:78,dure:[0,1,59,72,73,75,87],dynam:[0,4,35,40,70],each:[4,41,43,59,60,70,78,81,86],eagain:2,earlier:11,easier:0,edit:4,effect:11,effici:4,effort:0,eintr:2,either:[40,57,59,60,62,67,74,75,79,81,88],eject:0,element:72,els:0,elsiz:72,embed:[33,40,44,45,48,74],empti:2,enabl:[0,1,4,6,7,8,10,11,14,15,16,17,20,21,27,28,30,37,40,41,57,59,61,69,72,79],encapsul:[40,74],encount:70,encrypt:[1,2,33,44,45],end:[4,41,57,77,78],end_len:4,endian:[0,2],endors:32,enforc:59,enough:4,ensur:[2,4,59],entir:[0,59],entri:2,enumer:[36,59,60,69,75],env:1,environ:4,environment:0,eof:0,equal:4,equival:[36,58],eras:[3,33],eric:0,errno:[0,59,71,75],error:[0,1,2,3,4,5,6,9,33,41,44,56,57,58,59,60,61,63,64,65,66,67,68,70,72,73,74,76,77,78,79,80,81,83,85,89],error_buff:41,error_buffer_s:41,establish:75,etc:4,ethernet:75,evan:0,even:[0,4,32],event:[4,32],ever:0,everi:4,exact:[57,61,79],exampl:[0,33,40,55,74],example1:4,example2:4,exce:[57,61,79,89],exceed:89,except:[0,4],exec:1,execut:[0,11,15,57,59,60,61,64,66,70,75,78,79,81],execute_numb:4,exemplari:32,exhibit:34,exist:[1,3,10,11,33,44,52,58,77,79,83],exit:4,exp_verifi:4,expect:[4,15,34,56,81],expens:59,expir:[2,4,7,11,14,17,21,22,33,43,44,52,57,58,61,63,67,74,79],expired_get:4,expiri:[57,61,79],explicit:[0,34],exponenti:4,expos:1,express:32,extend:[0,1,40],extra:[42,88],fail:[0,2,4,36,58,63,70,75],failur:[0,2,35,36,41,43,56,59,60,62,66,70,74,75,77,89],fals:[4,35,43],fashion:[33,44,52,57,79],faster:[0,1,4,59,70],fastest:[57,79],fatal:1,favor:0,featur:[0,2,34,40],fedora:1,fetch:[0,8,64,66,70,75,81,89],few:40,field:[57,74,79],file:[0,1,2,3,6,7,8,23,33,34,41,75],filenam:78,filepath:41,fill:[0,4,56,66,70,81],find:[0,1,56,59,63,81,83],finish:[62,75],fire:[0,59],first:[0,4,34,59,72],fisher:0,fit:[32,41],fix:[0,1,2,4,34],fixed_s:4,flag:[0,2,4,5,6,7,24,25,37,43,57,58,59,60,61,66,70,74,79,89],flow:0,fluctuat:[57,61,79],flush:[0,3,11,15,33,44,52,59,67],flush_al:11,fnv1:34,fnv1_32:0,fnv1_64:0,fnv1a_32:0,fnv1a_64:0,follow:[2,4,5,11,32,59],foo:43,food:43,forc:41,forev:2,forget:[0,59],fork:40,form:32,format:[2,89],formula:4,forward:[70,74],found:[0,2,6,11,43,64,65,66,70,75,79,81,87],framework:0,free:[0,2,35,43,56,62,70,74,77,81,89],freebsd:[0,2],freed:[43,56,66,70,81],frequenc:4,from:[0,1,2,3,4,5,8,9,14,16,32,33,34,35,37,38,40,41,43,44,45,47,50,51,59,60,62,66,71,75,77,78,80,82,86,88,89],fudg:43,full:[2,33,40,43,59,70],func:[81,86],furthermor:4,futur:[70,74],gain:0,gather:[3,16,33],gcc:[0,1],gear:34,gearman:0,gener:[0,15,33,34,35,36,37,39,40,44,45,46,58],geo:4,geo_dist:4,geometr:4,get:[0,2,8,15,16,33,34,41,44,45,50,59,61,63,64,72,81,89],get_by_kei:0,get_miss:4,get_prop:4,gethostbyname_r:0,github:[2,34],give:[58,66,70],given:[0,4,38,63,69,75,83],global:[4,40],gmail:0,goe:0,going:0,good:[32,78],gotten:4,govern:4,greater:[0,4,60],greatest:40,group:40,group_kei:[57,58,61,63,65,70,79,83],group_key_length:[57,58,61,63,65,70,79,83],guarante:[8,59,64],guaranti:34,guard:2,guid:40,guppi:0,had:0,half:4,hand:74,handl:[0,1,2,4,40,43,59,72,73,76],handler:2,hanr:0,happen:[0,1,4,58,60],har:0,harden:1,has:[0,1,4,11,33,36,40,56,59,62,66,70,71,74,75,81],hash:[0,2,6,7,10,14,15,17,21,26,33,34,35,40,41,42,44,45,59,73,78],hash_algorithm:[36,69],hashkit:[2,33,34,36,37,38,39],hashkit_clon:35,hashkit_cr:35,hashkit_crc32:37,hashkit_default:37,hashkit_failur:36,hashkit_fnv1_32:37,hashkit_fnv1_64:37,hashkit_fnv1a_32:37,hashkit_fnv1a_64:37,hashkit_fre:35,hashkit_get_distribution_funct:36,hashkit_get_funct:36,hashkit_hash_algorithm_t:36,hashkit_hash_algrothm_t:36,hashkit_hash_crc:36,hashkit_hash_custom:36,hashkit_hash_default:36,hashkit_hash_fn:36,hashkit_hash_fnv1_32:36,hashkit_hash_fnv1_64:36,hashkit_hash_fnv1a_32:36,hashkit_hash_fnv1a_64:36,hashkit_hash_hsieh:36,hashkit_hash_jenkin:36,hashkit_hash_md5:36,hashkit_hash_murmur3:[1,36],hashkit_hash_murmur:36,hashkit_hsieh:37,hashkit_invalid_argu:36,hashkit_invalid_hash:36,hashkit_is_alloc:35,hashkit_jenkin:37,hashkit_md5:37,hashkit_memory_allocation_failur:36,hashkit_murmur3:37,hashkit_murmur:37,hashkit_return_t:36,hashkit_set_custom_distribution_funct:36,hashkit_set_custom_funct:36,hashkit_set_distribution_funct:[36,37],hashkit_set_funct:[36,37],hashkit_st:[35,36,38],hashkit_success:36,hashkit_valu:38,haul:1,have:[0,4,11,34,40,42,58,59,60,64,66,69,70,72,74,75,76,81],have_htol:0,header:[0,1,2,34],heap:62,hei:0,heldenbrand:0,help:[0,4,6,7,8,9,10,11,13,14,15,16,17,18,20,21,70,77],helper:76,here:60,hex:[0,42],high:[4,40,59],higher:[4,69],highli:41,histor:87,hit:59,hodel:0,hold:[66,70,76],holder:32,host10:[41,43],host11:[41,43],host:[0,2,41,42,59,77,78],host_reset:0,hostnam:[0,2,5,6,7,8,10,11,13,14,15,16,17,20,21,27,42,71,77,78,81],hour:4,how:[0,4,40,42],howev:[4,32,40,57,61,63,79],hseih:0,hsieh:[36,69],http:[2,32,33,40],hudson:0,human:[0,9],idea:0,identifi:[0,4],idl:59,idnentifi:2,ignor:[0,11],illeg:[2,4],immedi:[11,59,60,67],implement:[2,34,40,41,57,59,60,61,72,74,79,88],impli:32,impos:59,improv:[0,2,4,59],in_port_t:[77,78,81],inc:[0,32],incident:32,includ:[0,2,4,32,35,36,37,38,39,40,41,42,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89],incompat:[0,2],incorrectli:77,increas:[0,1,75],increment:[0,2,33,44,52,79],indic:[4,36,41,56,57,58,59,60,61,63,64,65,67,68,71,72,74,76,77,78,80,81,83,85,86,89],indirect:32,individu:[40,66,70],infinit:[0,59],inform:[16,33,40,41,44,45,48,50,56,57,59,69,70,75,79],init:0,initi:[4,15,35,36,38,40,41,56,57,58,59,60,61,62,63,64,65,67,68,69,71,72,73,74,76,77,78,80,81,82,83,84,85,86,89],input:[59,70],insid:[0,35,60,72,84],insist:4,inspect:56,instal:[0,2],instanc:[1,4,40,59,72,74,77,78,88,89],instead:[0,2,4,6,7,8,23,35,59,60,66,70,75],instruct:0,integ:[36,42,69],integr:2,intend:[34,40],intent:[11,34],interfac:[0,1,87],intern:[0,2,33,44,45,75],interrupt:32,introducd:0,introduct:33,inttyp:2,invalid:[0,11,36,75,89],involv:62,io_wait:0,ipv6:[0,2],issu:[0,1,7,33,62,75],item:[11,14,59,63,74,75],iter:16,its:[0,1,4,5,32,34,59,60,66,69,70,71,78,79],itself:[2,4],jacek:0,jai:0,java:59,jeff:0,jenkin:0,just:[0,4,59,67,70],keep:[0,4,40],keepal:41,keepidl:41,kei:[0,2,3,6,7,8,10,11,14,15,17,21,23,24,25,26,33,34,36,37,38,40,41,42,43,44,45,46,52,57,58,59,60,61,63,64,66,69,70,74,75,78,79,81],kept:0,kernel:[59,70],ketama:[0,1,2,42],kevin:0,key_length:[36,37,38,43,57,58,60,61,63,64,65,66,69,70,78,79,81,83],key_prefix:[57,61,79],key_siz:4,kick:4,know:[41,59,82],known:33,kop:4,laid:87,languag:[41,69],larg:[0,40,59,70,75],larger:66,largest:66,last:[0,1,2,57,59,71,75,77,78],latenc:[0,16,59],later:34,latest:4,launchpad:[2,34],layer:4,leak:[0,74,76],least:[4,57,59,61,69,72,79],legaci:[2,89],legitim:79,length:[0,4,36,38,41,42,57,58,61,63,64,65,66,69,70,74,78,79,80,81,83,89],less:[0,4,57,61,78,79],let:0,level:[69,85],lhashkit:[35,36,37,38,39],liabil:32,liabl:32,libcrypto:2,libev:4,libhashkit:[0,33,35,36,37,38,40,69],libmemcach:[0,1,2,3,6,7,9,12,39,40,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,89],libmemcached_awesom:2,libmemcached_check_configur:41,libmemcached_configur:2,libmemcached_util:0,libmemcached_util_version_check:2,libmemcached_version_hex:42,libmemcached_version_str:42,libmemcachedpotocol:2,libmemcachedprotocol:2,libmemcachedutil:[2,33,40,89],librari:[0,2,5,6,7,8,9,10,11,12,13,14,15,16,17,33,34,35,36,37,38,41,43,44,45,48,56,57,58,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,88,89],libsasl2:2,libsasl:76,libtool:0,libxxx_version_hex:2,licens:1,life:4,light:[33,40],like:[4,35,75],limemcached_p:0,limit:[0,4,32,34,41,42,57,59,61,79],limit_maxbyt:0,line:[0,56,81],linger:0,link:[2,35,36,37,38,39,40,41,42,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,88,89],linux:[0,2,40,59],lion:[0,1],list:[0,2,4,6,7,8,9,10,11,13,14,15,16,17,20,21,27,32,33,44,45,59,62,64,70,78,81],live:89,lmemcach:[40,41,42,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,88,89],lmemcachedutil:[69,74,88,89],load:[0,3,11,15,33,40,41,59],local:[4,40,71],localhost:[4,5,77],locat:[2,4],lock:[40,89],log2:4,log:[2,33],logarithm:4,logic:0,longer:0,look:[43,57,70,77,79],lookup:[0,59,78],loop:[0,2,78],loss:[32,59],lost:4,lot:4,lower:34,m6w6:2,machin:4,maco:2,macro:0,made:[0,59,74,75,78],maesaka:0,mai:[4,32,56,57,58,59,61,62,70,74,79,89],main:[34,43,57,79],mainli:73,maintain:0,major:86,make:[0,1,2,4,43,57,59,60,62,72,79],malloc:[0,72,74],man:0,manag:[4,33,36,40,44,45,49,64,72],mani:[0,4,42,57,79],manipul:[0,59,78],manner:57,manpag:40,map:[40,57,59,61,79],marc:0,mark:[34,59,75],master:[0,42,58,60,63,70,83,89],match:[0,40],materi:32,max:[4,41,89],maxim:41,maximum:[4,42,89],mcfarland:0,mean:[0,4,11,59,63,78],meant:[57,79],mechan:[0,4],mem:72,mem_calloc:72,mem_fre:72,mem_malloc:72,mem_realloc:72,memached_behavior_set:0,memaslap:[2,3,33,40],member:[0,74],memc:[41,43],memc_ptr:43,memcach:[0,1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,33,34,39,42,43,44,45,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88],memcachd:0,memcachd_dump:0,memcache_behavior_set:0,memcached_add:79,memcached_add_by_kei:79,memcached_analysis_st:56,memcached_analysis_t:56,memcached_analyz:56,memcached_append:57,memcached_append_by_kei:57,memcached_auth_continu:75,memcached_auth_failur:75,memcached_auth_problem:75,memcached_bad_key_provid:[0,60,75],memcached_behavior:0,memcached_behavior_auto_eject_host:59,memcached_behavior_binary_protocol:[57,59,61,79],memcached_behavior_buffer_request:[0,2,41,59,68],memcached_behavior_cache_lookup:[0,59],memcached_behavior_connect_timeout:[0,41,59],memcached_behavior_cork:[0,59],memcached_behavior_distribut:59,memcached_behavior_get:59,memcached_behavior_hash:[6,7,10,14,15,17,21,26,59],memcached_behavior_hash_with_prefix_kei:[0,59],memcached_behavior_io_bytes_watermark:59,memcached_behavior_io_key_prefetch:59,memcached_behavior_io_msg_watermark:59,memcached_behavior_keepal:59,memcached_behavior_keepalive_idl:59,memcached_behavior_ketama:59,memcached_behavior_ketama_compat:59,memcached_behavior_ketama_compat_mod:0,memcached_behavior_ketama_hash:59,memcached_behavior_ketama_weight:59,memcached_behavior_no_block:[0,59],memcached_behavior_norepli:59,memcached_behavior_number_of_replica:[34,59],memcached_behavior_poll_timeout:59,memcached_behavior_randomize_replica_read:[34,59],memcached_behavior_rcv_timeout:[0,59],memcached_behavior_remove_failed_serv:[0,41,59],memcached_behavior_retry_timeout:[0,1,41,59],memcached_behavior_server_failure_limit:[41,59],memcached_behavior_set:[0,40,41,59],memcached_behavior_set_distribut:0,memcached_behavior_snd_timeout:[0,41,59],memcached_behavior_socket_recv_s:[41,59],memcached_behavior_socket_send_s:[41,59],memcached_behavior_sort_host:[0,59],memcached_behavior_support_ca:[41,59],memcached_behavior_t:[6,7,10,14,15,17,21,26,59,89],memcached_behavior_tcp_keepal:41,memcached_behavior_tcp_nodelai:[41,59],memcached_behavior_use_udp:[41,57,59,61,66,70,78,79,81,86],memcached_behavior_user_data:[0,59],memcached_behavior_verify_kei:[0,59],memcached_buff:[0,60,75],memcached_ca:[0,61],memcached_callback_cleanup_funct:60,memcached_callback_clone_funct:60,memcached_callback_delete_trigg:[0,60],memcached_callback_free_funct:60,memcached_callback_get:[0,60],memcached_callback_get_failur:[2,60],memcached_callback_malloc_funct:60,memcached_callback_namespac:[59,60],memcached_callback_prefix_kei:[0,60],memcached_callback_realloc_funct:60,memcached_callback_set:[0,60],memcached_callback_t:60,memcached_callback_user_data:60,memcached_calloc_fn:72,memcached_cas_by_kei:61,memcached_cleanup_fn:60,memcached_client_error:[2,75],memcached_clon:[0,2,60,62,89],memcached_clone_fn:60,memcached_connect:0,memcached_connection_bind_failur:75,memcached_connection_failur:75,memcached_connection_socket_create_failur:75,memcached_continu:75,memcached_continuum_addit:42,memcached_cr:[40,43,62],memcached_data_does_not_exist:75,memcached_data_exist:75,memcached_decr:58,memcached_decrement_by_kei:58,memcached_decrement_with_initi:58,memcached_decrement_with_initial_by_kei:58,memcached_defailt_timeout:0,memcached_default_connect_timeout:42,memcached_default_port:42,memcached_default_timeout:42,memcached_delet:[63,75],memcached_delete_by_kei:63,memcached_deprec:75,memcached_destroy_sasl_auth_data:76,memcached_distribution_consist:59,memcached_distribution_consistent_ketama:59,memcached_distribution_consistent_ketama_spi:59,memcached_distribution_consistent_weight:59,memcached_distribution_modula:59,memcached_distribution_random:59,memcached_distribution_virtual_bucket:59,memcached_dump:[1,2,64],memcached_dump_fn:64,memcached_e2big:75,memcached_end:[0,66,70,75],memcached_errno:75,memcached_execute_fn:70,memcached_exist:[0,1,65],memcached_exist_by_kei:65,memcached_expiration_not_add:[42,58],memcached_fail:[2,75],memcached_fail_unix_socket:75,memcached_failur:[60,72,75],memcached_fat:75,memcached_fetch:[0,33,43,44,53,59,73],memcached_fetch_execut:[0,59,60,70],memcached_fetch_notfinish:75,memcached_fetch_result:[0,2,59,66,70],memcached_flush:67,memcached_flush_buff:68,memcached_fre:[41,43,60,62,73,76],memcached_free_fn:72,memcached_generate_hash:[0,69],memcached_generate_hash_valu:69,memcached_get:[0,59,70],memcached_get_by_kei:[59,70],memcached_get_memory_alloc:72,memcached_get_memory_allocators_context:72,memcached_get_sasl_callback:76,memcached_get_user_data:84,memcached_hash_crc:69,memcached_hash_custom:69,memcached_hash_default:69,memcached_hash_fnv1_32:69,memcached_hash_fnv1_64:69,memcached_hash_fnv1a_32:69,memcached_hash_fnv1a_64:69,memcached_hash_hsieh:[0,69],memcached_hash_jenkin:69,memcached_hash_md5:[59,69],memcached_hash_murmur3:69,memcached_hash_murmur:[0,69],memcached_hash_t:69,memcached_host_lookup_failur:[0,75],memcached_in_progress:89,memcached_incr:58,memcached_increment_by_kei:58,memcached_increment_with_initi:58,memcached_increment_with_initial_by_kei:58,memcached_instance_st:[2,77,78,81],memcached_invalid_argu:[75,89],memcached_invalid_host_protocol:[59,75,78],memcached_item:75,memcached_ketama_compat_libmemcach:59,memcached_ketama_compat_spi:59,memcached_key_too_big:[66,75],memcached_last_error:71,memcached_last_error_errno:71,memcached_last_error_messag:71,memcached_lib_vers:86,memcached_light:0,memcached_malloc_fn:72,memcached_max_buff:[2,42],memcached_max_host_length:[42,78],memcached_max_host_sort_length:42,memcached_max_integer_display_length:42,memcached_max_kei:[42,43,60,66],memcached_max_namespac:[42,60],memcached_maximum_return:75,memcached_memory_allocation_failur:75,memcached_mget:[0,43,59,66,70],memcached_mget_by_kei:[0,59,70],memcached_mget_execut:70,memcached_mget_execute_by_kei:70,memcached_no_key_provid:75,memcached_no_serv:75,memcached_not_support:[59,66,70,75,81,86],memcached_notfound:[59,65,66,70,75,89],memcached_notstor:[75,79],memcached_parse_error:75,memcached_parse_user_error:75,memcached_partial_read:75,memcached_pool:[43,88,89],memcached_pool_behavior_get:89,memcached_pool_behavior_set:89,memcached_pool_cr:89,memcached_pool_destroi:[43,89],memcached_pool_fetch:89,memcached_pool_pop:[43,89],memcached_pool_push:[43,89],memcached_pool_releas:89,memcached_pool_st:[43,89],memcached_prepend:57,memcached_prepend_by_kei:57,memcached_protocol_error:75,memcached_purg:0,memcached_quit:[40,70,73],memcached_read_failur:75,memcached_realloc_fn:72,memcached_replac:79,memcached_replace_by_kei:79,memcached_reset:60,memcached_result_ca:[61,74],memcached_result_cr:74,memcached_result_flag:74,memcached_result_fre:74,memcached_result_key_length:74,memcached_result_key_valu:74,memcached_result_length:74,memcached_result_set_expir:74,memcached_result_set_flag:74,memcached_result_set_valu:74,memcached_result_st:[0,60,61,70,74],memcached_result_take_valu:[1,74],memcached_result_valu:74,memcached_return_t:[2,33,40,41,43,44,54,56,57,58,59,60,61,63,64,65,66,67,68,70,71,72,73,74,76,77,78,79,80,81,82,83,85,86,89],memcached_send_ascii:2,memcached_serv:[0,4,6,7,8,9,10,11,13,14,15,16],memcached_server_add:78,memcached_server_add_udp:78,memcached_server_add_unix_socket:78,memcached_server_by_kei:[0,78],memcached_server_count:78,memcached_server_cursor:[0,78],memcached_server_distribution_t:59,memcached_server_error:[0,75,77],memcached_server_error_reset:[0,77],memcached_server_failure_dead_timeout:42,memcached_server_failure_limit:42,memcached_server_failure_retry_timeout:42,memcached_server_fn:78,memcached_server_fre:0,memcached_server_get_last_disconnect:[0,78],memcached_server_list:[0,77],memcached_server_list_append:[0,77],memcached_server_list_count:77,memcached_server_list_fre:77,memcached_server_list_st:77,memcached_server_marked_dead:75,memcached_server_push:78,memcached_server_remov:0,memcached_server_st:[0,77,78],memcached_servers_pars:[2,77],memcached_servers_reset:[0,62],memcached_set:[43,57,59,79],memcached_set_by_kei:79,memcached_set_encoding_kei:80,memcached_set_memory_alloc:[0,60,72],memcached_set_sasl_auth_data:76,memcached_set_sasl_callback:76,memcached_set_user_data:84,memcached_some_error:75,memcached_st:[0,1,33,40,41,43,44,45,49,51,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,79,80,81,82,83,84,85,86,88,89],memcached_stat:[0,2,59,75,81],memcached_stat_execut:[0,1,81],memcached_stat_fn:81,memcached_stat_get_kei:81,memcached_stat_get_valu:[2,81],memcached_stat_servernam:81,memcached_stat_st:[56,81],memcached_stor:75,memcached_strerror:[40,57,58,61,63,64,67,68,73,79,80,82,83,85,86],memcached_strid:42,memcached_success:[43,57,58,59,60,61,63,64,65,67,68,70,72,73,75,76,79,80,83,85,86,89],memcached_timeout:[75,89],memcached_touch:[1,2,83],memcached_touch_by_kei:[1,83],memcached_trigger_delete_kei:60,memcached_trigger_kei:60,memcached_unknown_read_failur:75,memcached_unknown_stat_kei:75,memcached_util:1,memcached_valu:75,memcached_verbos:[0,85],memcached_vers:[0,59,86],memcached_version_string_length:42,memcached_write_failur:[57,61,75,79],memcap:[0,2,3,33,40],memcat:[0,2,3,33,40],memcp:[0,2,3,33,40],memdump:[0,3,33,40],memerror:[0,3,33,40],memexist:[3,33,40],memflush:[2,3,33,40],memori:[0,4,16,33,35,36,40,43,56,62,63,70,72,74,75,76,77,81],memp:[3,33,40],mempars:[2,3,33,40,75],memrm:[0,3,33,40],memset:0,memslap:[0,2,3,4,33,40],memstat:[0,1,2,3,33,40,56,81],memtouch:[3,33,40],mention:0,merchant:32,merg:0,messag:[0,2,4,9,33,41,44,56,57,58,59,60,61,63,64,65,66,67,68,70,72,73,74,75,76,77,78,79,80,81,83,85,89],met:32,method:[0,33,34,40,56,57,59,61,66,67,69,70,75,76,79,81,89],mget:[0,15,34],michael:32,micro:86,microsecond:59,middl:[70,73],might:0,millisecond:[2,42,59],min:[4,41],minim:59,minimum:4,minor:[2,86],minut:4,miscellan:33,mismatch:0,miss:[2,4,15],mistak:0,mmc:89,mode:[0,7,15,30,59,63,79],model:41,modif:32,modifi:[0,41,57,59,72,77,81,82,85],modul:4,modular:40,modulo:59,more:[0,2,4,6,7,8,9,10,11,13,14,15,16,17,19,20,21,34,40,41,59,69,70],most:[4,11,57,62,75,79],mountain:1,move:[0,2],msb:34,msg:41,much:[4,35],mucho:0,multi:[0,2,57,61,75,79],multiget:[59,70],multipl:[0,4,40,59,67,70,88],murmur3:[1,2,34],murmur:[0,2,36],murur3:2,must:[0,4,32,40,56,57,59,60,66,70,74,78,79,81,82],mysql:0,nagl:[6,7,8,10,11,14,15,16,17,20,21,27,59],name:[2,7,32,34,41,59],name_link:2,namespac:[1,40,41,42,57,58,61,63,65,83],natur:[4,40,70],nearli:[40,82],necessari:69,need:[0,4,11,59,60,70,71,72,73,75,81,89],neg:2,neglig:32,neither:32,nelem:72,net:[0,4],net_rat:4,network:[0,16,40,79],never:[2,4],newer:2,newli:62,next:[4,59],nic:75,nikkhil:0,nodelai:[6,7,8,10,11,14,15,16,17,20,21,27,41],non:[0,2,4,6,7,8,10,11,14,15,16,17,20,21,27,57,61,63,79],none:[11,12],nor:[32,59,81],norepli:[15,41],normal:[0,59,69],note:[2,6,8,23,62,63,70,76],notfound:2,noth:[0,60],notic:[32,43],now:[0,1,59],nth:4,nullptr:[35,74,77,89],num:15,number:[0,2,5,7,15,25,34,40,41,42,59,64,72,75,78],number_of_callback:[64,70,78],number_of_kei:[0,70],numer:[0,1],object:[0,4,35,38,40,41,43,57,58,59,60,61,64,66,70,74,75,77,79,81,89],object_byt:4,obsolet:63,obtain:[16,71,81,89],occur:[0,4,41,59,71,75,79,89],octob:34,off:[2,59],offset:[4,58],old:[0,2,4],older:[1,75],onc:[4,59,70],one:[0,4,6,7,34,40,58,69,70,72,77,78],one_at_a_tim:36,onli:[0,2,4,7,16,34,36,37,41,42,58,59,60,62,63,69,70,72,74,75,80],opaqu:[36,84],open:[4,33,40,59],openbsd:[0,2],oper:[0,1,4,5,6,7,8,9,10,11,13,14,15,16,17,19,20,21,27,30,36,40,43,57,58,59,61,67,69,70,71,72,73,75,77,78,79],ops:4,optim:[0,72],option:[0,1,2,3,33,40,57,59,69,70,74,78,79,81],option_str:[41,89],option_string_length:89,optional_port:41,optional_weight:41,options_str:89,order:[0,4,40,41,59,60,67,72,78],org:[0,2,33,40],origin:[66,78],ostrowski:0,osx:[0,1],other:[0,1,4,32,34,58,59,62],otherwis:[11,32,35,60,79,89],out:[0,4,5,32,56,59,62,70,75,87,89],output:[0,2,6,8,23],outsid:4,over:[0,62,74],overal:1,overflow:[2,58],overhead:[57,61,79,89],overrid:72,overwrit:[4,15,61,79],overwritten:4,own:[0,40,72,73,74,76],ownership:89,pack:4,packag:[0,4],packet:4,packet_disord:4,packet_drop:4,pad:0,page:0,pair:[4,81],parallel:4,paramet:[0,4,35,36,38,41,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,76,77,78,79,80,81,82,83,84,85,86,89],pars:[0,1,3,12,33,75],parser:[0,1],part:[1,4],partial:75,particular:[0,32,40,57,59,60,61,63,74,77,78,79,81],partit:[0,40,70],pass:[0,7,35,36,41,58,59,62,63,66,67,70,72,74,77,78,81,89],password:[6,7,8,10,11,13,14,15,16,17,20,21,29,76],patch:0,path:[0,7,77,78],paus:75,payload:[57,61,79],penalti:59,per:[4,40,72],perform:[0,4,15,16,40,57,59,70,76,78,79],period:11,permiss:32,permit:32,piec:[35,57,60],ping:[3,13,33],pipe:[0,59],pipelin:2,pkg:0,pkg_check_modul:0,pkgconfig:0,place:[0,1,4,41,57,59,63,69,78],platform:[2,59],pleas:[40,41,59,62,63,69,70,72,76,77,89],plu:0,plug:[1,76],point:[59,60],pointer:[0,2,35,36,38,41,42,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,76,77,78,80,81,82,83,84,85,86,89],poll:[0,2,41,59],pool:[0,4,11,33,88],popul:60,port:[0,2,4,5,6,7,8,10,11,13,14,15,16,17,20,21,27,42,71,77,78,81],portabl:[0,1],posit:16,possibl:[0,2,8,32,40,62,63,81,82],postgr:34,pove:0,practic:[43,87],pre:[35,78],precis:[4,11],predict:0,prefetch:41,prefix:[0,4,41,59,60],prelimanari:0,prepend:[0,33,41,44,52,59,61],preserv:1,preset:4,previou:[0,84],previous:[2,60,72,84],primari:[59,60],print:[5,16],printabl:[40,57,58,61,63,64,67,68,73,79,80,83,85,86],printf:0,prior:[1,2,15,32],probabl:81,problem:[0,4,70,78],problemat:59,process:[4,41,59,60,68,70],procur:32,produc:69,product:[0,32],profit:32,program:[4,5],project:2,promot:32,proper:[4,34],proport:[4,15],propper:0,protocol:[0,2,6,7,8,10,11,14,15,16,17,20,21,28,40,41,57,58,59,61,64,70,75,76,79,81],prototyp:[0,60],provi:2,provid:[0,2,4,6,8,23,32,33,34,39,40,41,42,43,56,58,60,69,70,71,73,75,77,78,81,88],pthread:2,ptr:[35,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,76,78,79,80,81,82,83,84,85,86],pull:43,purg:0,purpos:[4,11,32,34,74],push:[40,59,78],queri:[56,59,60,70,81,82],queu:63,queue:[59,63],quick:59,quiet:[0,6,7,8,9,10,11,13,14,15,16,17,19,20,21],quietli:[6,7,8,9,10,11,13,14,15,16,17,19,20,21],quit:[59,70],quot:11,rais:0,rand:59,random:[0,2,4,34,41,59],randomli:[4,41],rang:[0,4],rare:75,rate:[4,15],rcv:41,read:[0,4,6,34,41,42,59,60,74,75,81,89],read_byt:4,readabl:[0,9],readinng:0,real:7,realign:0,realli:[59,70],realloc:2,reappli:0,reason:[4,57,61,77,79],receiv:[59,80,89],recent:59,recogn:2,recommend:[4,40,41],reconnect:[0,2,4],recreat:11,recurs:0,recv:[0,41],redistribut:32,reduc:60,refactor:0,refer:[4,34,40,70],referenc:85,regist:0,regress:0,reject:0,rel:[7,57,58,61,67,83,89],relat:[0,62],relative_tim:89,releas:[0,1,2,34,43,70,74,89],reliabl:40,remot:59,remov:[0,1,2,14,59,63,89],remove_failed_serv:41,renam:2,reorder:4,rep_writ:4,replac:[7,59,63,79],repli:41,replic:[0,2,40,41,59],replica:[34,41,42,59],report:[34,35,75,78],repres:[42,86],represent:82,reproduc:32,request:[0,2,6,7,8,10,11,14,15,16,17,20,21,28,41,57,59,61,70,75,79],requir:[0,2,34,59,60,70,74,76,77],reserv:32,reset:[2,11,41,59,60,72,73],resolv:0,resourc:[35,89],resp_freq:4,respect:89,respond:59,respons:[2,4,5,11,56,60,74,81,82],rest:[4,59],restart:1,restrict:2,restructur:1,result:[0,1,4,33,34,40,44,52,56,58,59,60,61,66,69,70,78],retain:32,retri:[0,41],retriev:[11,33,36,40,44,51,54,60,63,66,78,84],return_kei:43,return_key_length:43,return_valu:43,return_value_length:43,reus:74,revert:2,rework:0,rewrit:0,rewrot:0,rfc:59,right:32,robei:0,ross:0,rossi:0,round:4,rout:[40,78],rpath:0,rpm:0,rsync:2,rubi:0,rule:[0,1],run:[0,5,15,43,57,61,79],runtim:0,safe:[33,39,40,59,88,89],safeti:[0,62],same:[0,1,4,11,40,59,61,62,63,83,88],sampl:4,san:34,sasl:[0,2,6,7,8,10,11,13,14,15,16,17,20,21,29,33,44,45,46],sasl_callback:76,sasl_callback_t:76,sasl_callbacks_t:76,sasl_client_new:76,sasl_pwdb_conf:2,satisfi:89,save:[0,4,74,78],scale:0,scheme:[4,5],schooner:4,script:0,second:[0,4,5,7,11,14,17,21,22,57,58,59,61,67,83],section:4,see:[0,1,2,19,20,21,26,34],seed:58,seem:34,segment7:0,segment:57,select:[0,4,41,59,70],self:4,semant:2,semver:2,send:[0,1,4,33,41,44,52,59,70],sent:[0,4,16,57,59,60,61,77,79,80],seper:1,sequenc:58,sequenti:4,server:[0,1,2,5,6,7,8,9,10,11,13,14,15,16,17,20,21,27,33,34,40,41,44,45,47,50,51,52,57,58,59,60,62,66,68,71,74,75,76,80,86],server_error_memory_allocation_failur:2,server_failure_count:0,server_timeout_counter_query_id:2,servernam:41,servic:32,set:[0,1,2,4,5,6,7,11,15,33,34,35,37,38,39,40,41,44,45,46,47,52,56,57,58,59,60,61,63,66,70,72,75,77,78,79,81,82,84,86,89],set_benchmark:0,set_by_kei:0,set_prop:4,setsockopt:59,setup:[0,60],sever:[0,4],shall:32,share:[40,58,59],should:[1,4,34,36,42,57,59,62,70,72,74,75,76,77,79,87,88,89],show:0,shown:4,shutdown:[0,1],side:[0,33,40],sign:[0,59],signatur:60,signific:69,sigpip:0,similar:[4,6,7,57,61,62,70,79],simpl:[59,86],simplifi:0,simul:4,sinc:[2,4,59,60,63,66,75,77,89],singl:[4,6,40,59,67,78],size:[0,1,15,41,42,57,59,61,66,70,72,74,79,89],size_t:[0,36,37,38,41,43,57,58,60,61,63,64,65,66,69,70,72,74,78,79,80,81,83,89],slab:2,slight:[0,59],slot:42,small:[4,39,40,88],smasher:0,snd:41,so_ling:59,so_rcvbuf:59,so_rcvtimeo:59,so_sndbuf:59,so_sndtimeo:59,sock:4,socket:[0,1,2,4,41,59,70,75,77,78],softwar:32,solari:0,solv:[0,70],some:[0,4,40,59,70,75,77],somehow:2,someth:4,somewhat:34,son:43,sonam:2,sort:[0,1,2,41,42,59],sourc:[2,32,33,40,60,62],sourcehut:2,space:[4,57,72,79],speak:[0,75],spec:0,special:[0,4,32],specif:[2,4,32,40,59,60,71,84],specifi:[0,4,5,6,7,8,9,10,11,13,14,15,16,17,20,21,27,34,35,40,58,59,60,72,76,81,89],speed:[0,4,40],sphinx:2,spike:11,split:[57,61,79],spot:0,sprintf:0,spy:59,spymemcach:0,sructur:0,ssd:4,ssize_t:2,stabl:[0,2],stack:[0,2,62],standalon:[37,81],standard:[0,4,5,6,7,8,23,72],stap:40,start:[0,4,15,59],start_len:4,startup:4,stat:[0,2,16,56,75,81],stat_freq:4,state:[11,16,56,66,70,73,75,78,81],statist:[3,16,33,44,45],statu:71,std:[0,4],std_dev:4,stdout:16,still:61,storag:[0,15,42,59,70],store:[0,4,6,11,33,34,40,41,44,45,48,51,57,59,60,61,66,70,72,74,75,76,77,78],str:80,strerror_r:2,strict:[0,32],stride:42,string:[0,1,2,3,4,9,12,33,40,41,42,57,58,61,63,64,67,68,73,75,79,80,81,82,83,85,86,89],string_length:41,strive:59,strlen:[41,43],struct:[35,36,38,41,56,57,58,59,60,61,62,63,64,65,67,68,69,71,72,73,74,76,77,78,80,81,82,83,84,85,86,89],structur:[0,1,33,36,37,38,39,40,56,59,60,61,62,69,70,72,73,74,77,78,81,84,86,89],studio:0,style:[0,77],sub:[57,79],subscript:2,substitut:32,succe:[58,63],succeed:36,success:[35,36,41,56,57,58,59,60,61,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,81,83,85,86,89],successfulli:75,suddenli:11,suffix:4,suggest:74,suit:2,suppli:[35,40,57,61,64,66,70,72,75,78,79,81,84],support:[0,1,2,33,34,36,40,41,44,45,46,59,69,75,80],supposedli:34,sur:2,sure:[0,4,62],suse:0,symbol:2,synchron:40,synonym:89,syntax:2,system:[0,2,4,40,59],systemtap:0,tabl:4,take:[0,57,58,59,60,63,64,69,70,74,78,79,82,83],tba:2,tcp:[1,6,7,8,10,11,14,15,16,17,20,21,27,41,59,78],tcp_keepal:59,tcp_nodelai:0,techmonkei:0,ten:4,termin:[0,36,38,41,57,58,63,64,65,69,73,74,78,80,81,83],test:[0,1,2,13,15,16,33,40,43,57,59,61,63,64,66,69,70,74,79],testss:4,text:[0,57,77,79],textual:59,than:[4,11,57,59,61,78,79],thank:0,thei:[4,57,59,64,67,70,74,79,81],them:[0,2,4,72,74],theori:[4,32],theses:77,thi:[0,1,2,4,5,7,11,32,34,38,40,41,42,56,57,58,59,60,61,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,86],thing:58,those:[66,70],though:[0,4],thread:[0,15,33,39,89],three:[34,43,66,70],through:[0,36,40,60,74,78],throughput:[4,15],till:77,time:[0,11,15,40,42,57,58,59,61,63,67,69,75,79,83,88,89],time_t:[43,57,58,61,63,67,74,79,83],timeout:[0,2,4,5,41,42,59,73,89],timespec:89,timestamp:[7,11,14,17,21,22,57,58,61,67,83],togeth:[4,59],toggl:[1,59],told:8,too:[2,60,75],tool:[0,4,15,33,40,56,81],top:88,topic:[33,44],tort:32,toru:0,total:[4,57,61,79],touch:[3,17,33,83],tps:4,track:0,traffic:59,trail:[61,89],translat:[3,9,33,40,57,58,61,63,64,67,68,73,79,80,83,85,86],transpar:1,transport:[40,59],treat:[0,1],tree:0,tri:[4,5],trigger:[0,60,70,74],tunabl:40,tune:59,turn:0,twitter:0,two:[0,1,4,58],type:[0,2,4,38,57,58,61,63,64,67,68,73,79,80,82,83,85],typedef:[2,35,36,56,60,62,64,70,72,74,78,81,89],typo:2,ubuntu:[0,1],udp:[0,1,2,7,15,30,41,59,78],udp_timeout:4,uin64_t:59,uint16_t:0,uint32_t:[2,36,37,38,43,57,58,61,64,66,69,70,74,77,78,79,85],uint64_c:2,uint64_t:[0,2,4,58,59,61,74,89],unaffect:34,unavail:2,undeclar:2,undefin:2,under:[0,1,11],underflow:[2,58],underlink:2,understand:[0,2,40],undetermin:75,undocu:[0,1],unexpir:4,unexpired_unget:4,uninti:2,uniqu:4,unix:[0,2,6,7,11,14,17,21,22,41,57,58,61,67,75,78,83],unknown:[0,75],unless:[11,74,79,89],unlik:41,unreli:4,unsign:[0,36,43,59],unstabl:0,until:[11,59,70],unweight:59,updat:[0,1,2,4,11,17,33,44,52],upon:[60,66,70,72,76,89],upper:34,uptim:16,usabl:34,usag:[0,2,33,34,40,43,44,45,48,59,60,74],use:[0,2,4,16,32,35,36,40,41,43,57,58,59,60,61,62,64,69,70,72,74,75,76,77,79,80,88,89],use_sort:0,used:[0,1,2,4,12,13,32,33,36,37,38,40,41,42,43,44,45,49,57,59,60,62,63,64,65,66,67,68,70,72,74,76,77,79,80,81,83,84,86,87,89],useful:[39,40,56],user:[0,4,35,36,40,57,61,62,64,72,78,79,81,84],usernam:[6,7,8,10,11,13,14,15,16,17,20,21,29,76],uses:[0,4,61,81],using:[0,1,4,35,37,40,41,57,58,59,61,62,63,66,69,70,79,89],util:[0,4,6],valid:[3,12,33,36,59,75],valu:[0,2,6,15,33,39,40,42,44,45,46,52,75],value_length:[43,57,61,66,70,79,81],value_s:4,vari:[74,77,78,81],variabl:[0,1,4,40,66,70],varieti:37,variou:5,vaue:59,vector:[1,2],verbos:[4,6,7,8,9,10,11,13,14,15,16,17,19,20,21,33,44,45,47],veri:[4,78],verifi:[4,5,41,59],verify_fail:4,verify_miss:4,version:[0,1,2,4,6,7,8,9,10,11,13,14,15,16,17,18,20,21,33,42,44,45,50,55,57,59,60,63,65,66,69,72,75,77,79,89],via:[0,1,4,58,70,75,78],virtual:59,visual:0,wai:[4,32,57,59,61,62,79],wait:[0,2,4,89],walk:0,wallner:32,want:[4,72,81,88],warn:[0,2],warranti:32,wasn:1,watchpoint:0,watermark:41,weak:59,weaver:0,web:40,weight:[0,41,59],well:[0,4,57,61,79],were:[0,35,59,66,67,70,72,75],what:[11,70,75,79],whatev:[66,70],wheel:0,when:[0,2,4,5,40,41,43,57,58,59,60,61,62,66,70,73,75,79,89],whenev:66,where:[0,1,11,34,75],whether:[4,32,34,35,57,59,61,79],which:[0,1,2,4,11,34,41,42,57,59,60,61,63,66,69,70,71,72,74,75,77,78,79],whole:4,whose:11,width:42,win_siz:4,window:[0,2],wipe:[11,33,44,45,47],wish:[62,81],within:[4,10,41,59],without:[0,7,32,34,36,38,40,41,57,58,59,61,63,64,65,69,78,80,81,83,89],won:[34,63],work:[0,1,2,4,16,33,40,43,44,45,50,57,59,63,70,79,83,88],workload:[4,15],wothout:74,would:[0,11,34,69,72,78,87],write:[0,4,42,59,62,70,74,75,79,81],written:[0,4,32,40,79],written_byt:4,wrong:[0,2],year:34,yet:[0,34],yin:0,you:[0,4,11,35,40,41,43,56,57,58,59,60,61,62,63,64,66,69,70,72,73,74,75,76,77,78,79,81,82,84,87,88,89],your:[0,4,40,41,59,60,72,73,74,76],zero:[0,1,36,38,41,57,58,61,62,63,64,65,67,69,72,74,77,78,80,81,83,89]},titles:["ChangeLog v0.x","ChangeLog v1.0","ChangeLog v1.1","Client Applications","memaslap - Load testing  and benchmarking a server","memcapable","memcat","memcp","memdump","memerror","memexist","memflush","memparse","memping","memrm","memslap","memstat","memtouch","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","&lt;no title&gt;","Change Logs","Copyright","libmemcached-awesome Manual","Bugs, Known Issues and Insufficiencies","Creating a hashkit structure","Set Hash Function","Available Hashes","Generate hash value","libhashkit - C/C++ hashing library","C/C++ Client Library for memcached","libmemcached Configuration","libmemcached Constants and Defaults","libmemcached Examples","libmemcached API","Advanced Topics","Authentication, Encryption &amp; Hashing","Affecting the memcached Daemon","Internal Behavior","Servers and Server Lists","Statistics","Basics","Working with Data","Deprecated Functionality","Messages and Errors","Miscellaneous","Analyzing servers","Appending or Prepending Data","Incrementing and Decrementing Values","Behaviors of the library","Library callbacks","Working with data on the server in an atomic fashion","Creating and destroying a memcached_st","Deleting data from a server","Dumping data from a server","Determine if a keys exists","memcached_fetch","Wiping clean the contents of a server","Flush and send buffered commands","Generating hash values directly","Retrieving data from the server","Retrieving Error Codes and Messages","Use custom allocators for embedded usage","Disconnecting a client from a server","Working with result sets","Error Codes - memcached_return_t","SASL support","Managing lists of servers","Managing the servers used by memcached_st","Storing data on the server","Set encryption key","Working with statistical information from a server","Converting Error Codes to Messages","Update expiration on a key","Storing custom information in the client","Setting the verbosity of a server","Getting version information","libmemcached Versioning","libmemcachedutil - C/C++ utilities extending libmemcached","Working with memcached pools"],titleterms:{"default":42,"function":[36,53],"return":[35,36,37,38,41,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,76,77,78,79,80,81,82,83,84,85,86,89],AND:[40,88],Adding:43,TLS:34,Use:72,Useful:4,administr:3,advanc:45,affect:47,alloc:72,also:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,35,36,37,38,39,40,41,43,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,88,89],analysi:3,analyz:56,api:44,append:57,applic:3,atom:61,authent:46,avail:37,awesom:33,basic:51,behavior:[48,59],benchmark:4,beta1:2,beta2:2,beta3:2,binari:4,buffer:68,bug:34,callback:60,chang:31,changelog:[0,1,2],clean:67,client:[3,40,73,84],code:[71,75,82],command:[4,68],concurr:4,config:4,configur:[4,41],connect:[4,43],constant:42,content:67,convert:82,copyright:32,coroutin:34,crc32:34,creat:[35,43,62],custom:[72,84],daemon:47,data:[3,52,57,61,63,64,70,79],decrement:58,delet:63,deprec:53,descript:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,35,36,37,38,39,40,41,42,43,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,76,77,78,79,80,81,82,83,84,85,86,88,89],destroi:62,detail:4,determin:65,directli:69,disconnect:73,distribut:4,dump:[4,64],effect:4,embed:72,encrypt:[46,80],environ:[6,7,8,9,10,11,13,14,15,16,41],error:[54,71,75,82],event:34,exampl:[4,41,43],execut:4,exist:65,expir:83,extend:88,facebook:4,fashion:61,featur:4,fetch:43,file:4,flush:68,format:4,from:[63,64,70,73,81],gener:[4,38,41,69],get:[4,86],hash:[36,37,38,39,46,69],hashkit:35,implement:4,increment:58,index:33,inform:[4,81,84,86],insuffici:34,intern:48,issu:34,kei:[4,65,80,83],known:34,libhashkit:[34,39],libmemcach:[33,34,41,42,43,44,87,88],libmemcachedutil:88,librari:[39,40,59,60],list:[49,77],load:4,log:31,loop:34,manag:[77,78],manipul:3,manual:33,memaslap:4,memcach:[40,41,47,89],memcached_fetch:66,memcached_return_t:75,memcached_st:[62,78],memcap:5,memcat:6,memcp:7,memdump:8,memerror:9,memexist:10,memflush:11,memp:13,mempars:12,memrm:14,memslap:15,memstat:16,memtouch:17,messag:[54,71,82],meta:34,miscellan:55,mode:4,multi:4,multipl:43,murmur:34,network:4,note:[4,5,59,72],number:4,option:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,41],other:41,output:4,period:4,pool:[41,43,89],prepend:57,process:[40,88],program:40,protocol:[4,34],replic:[4,34],result:74,retriev:[70,71],run:4,sasl:76,schedul:4,see:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,35,36,37,38,39,40,41,43,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,88,89],send:68,server:[3,4,43,49,56,61,63,64,67,70,73,77,78,79,81,85],set:[36,74,80,85],simpl:4,size:4,ssl:34,statist:[4,50,81],store:[79,84],structur:35,support:[4,76],synopsi:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,35,36,37,38,39,40,41,42,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,88,89],systemtap:40,task:4,tcp:4,test:[3,4],thousand:4,thread:[4,40,88],time:4,topic:45,udp:4,updat:83,usag:[4,72],used:78,useful:4,util:[40,88],valu:[4,35,36,37,38,41,43,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,76,77,78,79,80,81,82,83,84,85,86,89],verbos:85,verif:4,version:[86,87],where:4,window:4,wipe:67,work:[52,61,74,81,89]}})
\ No newline at end of file