Я использую "snc / redis-bundle": "3.0.0-RC1",
Я обновляю Symfony 2.8 до 3.4
В контроллере у меня есть
$redis_cluster = $this->container->get('snc_redis.cluster');
$cached = $redis_cluster->get($resOneCacheName)
get
The "snc_redis.cluster" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead.
Как я могу получить сервис redis?