You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is, that two Memached instances are running at the same time using "persistent" connections with same persistentId option set. I am sending a PR to correct this.
$cache->set()
is not working whenLibmemcached
is used at the same time forcache
andmodelsMetadata
.This script should run more than once, of course.
$cache->set()
always returnstrue
, but fails to save the test data.It works:
MetaData
cache is not usedRobots::findFirst()
is called before$cache->get()
Robots::findFirst()
$cache->get()
Details
The text was updated successfully, but these errors were encountered: