firstimpression Posted September 5, 2016 Report Share Posted September 5, 2016 Does Revive's Memcached plugin use binary protocol for communicating with Memcached server? I guess that a line like $memcache->setOption(Memcached::OPT_BINARY_PROTOCOL,true); would switch it to binary, it's absence makes me suspect the protocol is ascii. Might switching to binary protocol do any harm? Can I change this setting on the fly, without flushing the cache? Can anyone elaborate on this? Thank you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.