Answer the question
In order to leave comments, you need to log in
PDO & memcache Conflict?
one)
$pdo = new PDO(...);
$mem_obj = new Memcache;
...
...
...
$this->mem_obj->connect('127.0.0.1', 11211);
$this->pdo->exec('UPDATE table SET id=1, unixtime = 1436392795');
$pdo = new PDO(...);
$mem_obj = new Memcache
...
...
...
$this->pdo->exec('UPDATE table SET id=1, unixtime = 1436392795');
$this->mem_obj->connect('127.0.0.1', 11211);
Answer the question
In order to leave comments, you need to log in
the bug was found not at all where I expected, sorry for bothering you in vain, thanks everyone! There is no conflict!
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question