We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a770ea commit 741e1c5Copy full SHA for 741e1c5
src/phpFastCache/Drivers/Memcached/Driver.php
@@ -127,6 +127,7 @@ protected function driverClear()
127
protected function driverConnect()
128
{
129
$this->instance = new MemcachedSoftware();
130
+ $this->instance->setOption(\Memcached::OPT_BINARY_PROTOCOL, true);
131
132
$servers = (!empty($this->config[ 'servers' ]) && is_array($this->config[ 'servers' ]) ? $this->config[ 'servers' ] : []);
133
if (count($servers) < 1) {
0 commit comments