8000 Doctrine memcache using connect rather than addServer · Issue #14629 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content 8000
Doctrine memcache using connect rather than addServer #14629
Closed
@adrienbrault

Description

@adrienbrault

$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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0