-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
Description
symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php
Lines 338 to 340 in b47b511
$memcacheInstance->addMethodCall('connect', array( | |
$memcacheHost, $memcachePort, | |
)); |
Is there a reason the code is using connect
rather than memcache
?
I would expect connect
to be blocking, while with addServer
the connection will happen only when trying to get/set from memcache