PHP 8.5.0 Alpha 4 available for testing

Voting

: two minus two?
(Example: nine)

The Note You're Voting On

Anonymous
8 years ago
Note that with Memcached::OPT_BINARY_PROTOCOL enabled there is some (possibly significant) size overhead added at the TCP level.

If you have a high volume of small values being get/set, you should analyze the effect of this option on your overall traffic size with a network tool (e.g. tcpdump) before enabling it, especially if you pay for traffic in/out of your memcache instance.

<< Back to user notes page

To Top