Skip to content

Commit

Permalink
Fixed bug: Wrong service loaded when enabling redis session on Platfo…
Browse files Browse the repository at this point in the history
…rm.sh (ezsystems#267)
  • Loading branch information
vidarl authored and andrerom committed Feb 23, 2018
1 parent 5e91a1d commit 5c3f596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/env/platformsh.php
Expand Up @@ -69,7 +69,7 @@
$container->setParameter('cache_dsn', sprintf('%s:%d', $endpoint['host'], $endpoint['port']) . '?retry_interval=3');

$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../cache_pool'));
$loader->load('cache.memcached.yml');
$loader->load('cache.redis.yml');
}
} elseif (isset($relationships['cache'])) {
// Fallback to memcached if here (deprecated, we will only handle redis here in the future)
Expand Down

0 comments on commit 5c3f596

Please sign in to comment.