If you want to use any of the doctrine caches, you now have to
configure the entity_manager
and/or document_manager
parameters.
Previously the bundle registered the caches for the default
managers.
The RedisBundle
is now vendor prefixed.
Please follow the following steps to update your Symfony2 project.
Replace new Snc\RedisBundle\RedisBundle()
with new Snc\RedisBundle\SncRedisBundle()
.
Replace redis:
with snc_redis:
in all of you .yml
config files.
All services are now prefixed by snc_redis.
instead of redis.
.