Skip to content

Commit c597913

Browse files
committed
Document Memcached::OPT_NOREPLY
This was added in 2009. A lot of other constants were also added. See http://docs.libmemcached.org/memcached_behavior.html
1 parent 1200e4e commit c597913

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

reference/memcached/constants.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,17 @@
216216
</listitem>
217217
</varlistentry>
218218

219+
<varlistentry xml:id="memcached.constants.opt-noreply">
220+
<term><constant>Memcached::OPT_NOREPLY</constant></term>
221+
<listitem>
222+
<para>Enable this to specify that you really don’t care about the result from your storage commands
223+
(set, add, replace, append, prepend, delete, increment, decrement, etc.).
224+
This will not wait for a response from the server (there would be no response).
225+
Retrieval commands such as get are unaffected by this setting.</para>
226+
<para>Type: <literal>boolean</literal>, default: &false;.</para>
227+
</listitem>
228+
</varlistentry>
229+
219230
<varlistentry xml:id="memcached.constants.opt-tcp-nodelay">
220231
<term><constant>Memcached::OPT_TCP_NODELAY</constant></term>
221232
<listitem>

0 commit comments

Comments
 (0)