-
Notifications
You must be signed in to change notification settings - Fork 798
Document Memcached::OPT_NOREPLY #584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
c597913
to
a0255bb
Compare
A lot of the command documentation elsewhere was based on libmemcached docs, such as http://docs.libmemcached.org/memcached_behavior.html#MEMCACHED_BEHAVIOR_RCV_TIMEOUT - I assume we shouldn't have done this initially, but now that it's already translated, it's too late to change the |
a0255bb
to
62f85df
Compare
@@ -216,6 +216,30 @@ | |||
</listitem> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<para>Enables or disables asynchronous I/O. This is the fastest transport
available for storage functions.</para>
<para>Type: <literal>boolean</literal>, default: &false;.</para>
i.e. there'll be a mix of boolean
and bool
- does the translation system have issues with replacing literals?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not replace literals at all (it's just about the markup).
62f85df
to
e28a619
Compare
This was added in 2009. A lot of other constants were also added. See http://docs.libmemcached.org/memcached_behavior.html
e28a619
to
82cf4fa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to slightly change the wording to better match the rest of the page, and I'm going to change all type markup.
Thanks for the PR! And thanks for the reminder!
This was added in 2009. A lot of other constants were also added. See http://docs.libmemcached.org/memcached_behavior.html Co-authored-by: Christoph M. Becker <[email protected]> Closes phpGH-584.
This was added in 2009.
A lot of other constants were also added.
See http://docs.libmemcached.org/memcached_behavior.html