Skip to content

Commit a0255bb

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 a0255bb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

reference/memcached/constants.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,19 @@
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>
223+
Enable this to ignore the result of storage commands
224+
(set, add, replace, append, prepend, delete, increment, decrement, etc.).
225+
Storage commands will be sent to memcached without spending time
226+
waiting for a reply (there would be no reply).
227+
Retrieval commands such as get are unaffected by this setting.</para>
228+
<para>Type: &bool;, default: &false;.</para>
229+
</listitem>
230+
</varlistentry>
231+
219232
<varlistentry xml:id="memcached.constants.opt-tcp-nodelay">
220233
<term><constant>Memcached::OPT_TCP_NODELAY</constant></term>
221234
<listitem>

0 commit comments

Comments
 (0)