[Cache] dont override native Memcached options

This commit is contained in:
Nicolas Grekas 2019-09-26 12:56:22 +02:00
parent 9523035556
commit 894a78e812

View File

@ -26,7 +26,7 @@ trait MemcachedTrait
'persistent_id' => null,
'username' => null,
'password' => null,
'serializer' => 'php',
\Memcached::OPT_SERIALIZER => \Memcached::SERIALIZER_PHP,
];
private $client;