Memcached meta-data error #16225
-
I'm not sure if this is a bug or misconfiguration - I'll re-post as a bug if necessary. I'm trying to set up a
And a thrown exception saying My cache service is set up like this: $Container->set("modelsMetadata", function () {
$serializerFactory = new Phalcon\Storage\SerializerFactory();
$adapterFactory = new Phalcon\Cache\AdapterFactory($serializerFactory);
$options = [
"servers" => [
0 => [
"host" => "127.0.0.1",
"port" => 11211,
"weight" => 1
]
],
"lifetime" => 86400,
"prefix" => "pl-2022-11-24-0"
];
return new Phalcon\Mvc\Model\Metadata\Libmemcached($adapterFactory, $options);
}); The only thing I have in my models' System: Have I misconfigured something or is this a bug? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Transferring this to an issue. |
Beta Was this translation helpful? Give feedback.
Transferring this to an issue.