Skip to content

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

Closed
wants to merge 2 commits into from

Conversation

TysonAndre
Copy link
Contributor

This was added in 2009.
A lot of other constants were also added.
See http://docs.libmemcached.org/memcached_behavior.html

Copy link
Member

@cmb69 cmb69 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@TysonAndre TysonAndre force-pushed the memcached-noreply branch from c597913 to a0255bb Compare May 7, 2021 13:33
@TysonAndre
Copy link
Contributor Author

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 <literal>boolean</literal> and use of you

@TysonAndre TysonAndre force-pushed the memcached-noreply branch from a0255bb to 62f85df Compare May 7, 2021 13:38
@@ -216,6 +216,30 @@
</listitem>
Copy link
Contributor Author

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?

Copy link
Member

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).

@TysonAndre TysonAndre force-pushed the memcached-noreply branch from 62f85df to e28a619 Compare May 7, 2021 13:45
This was added in 2009.
A lot of other constants were also added.
See http://docs.libmemcached.org/memcached_behavior.html
@TysonAndre TysonAndre force-pushed the memcached-noreply branch from e28a619 to 82cf4fa Compare May 7, 2021 13:47
Copy link
Member

@cmb69 cmb69 left a 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!

@cmb69 cmb69 closed this in 65f1e19 Aug 17, 2021
marcovtwout pushed a commit to marcovtwout/doc-en that referenced this pull request Dec 24, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants