Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 691 Bytes

UPDATE.md

File metadata and controls

24 lines (14 loc) · 691 Bytes

Update Notes

2011-09-23

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.

2011-07-01

The RedisBundle is now vendor prefixed. Please follow the following steps to update your Symfony2 project.

Update your kernel class

Replace new Snc\RedisBundle\RedisBundle() with new Snc\RedisBundle\SncRedisBundle().

Update your config files

Replace redis: with snc_redis: in all of you .yml config files.

Update your code

All services are now prefixed by snc_redis. instead of redis..