- Support for Symfony 7
- Using annotations for routes
- Allow different Redis classes to be used
- Support for Symfony 6
- Dependency updates
-
Fix default redis port
This is potentially breaking change, but given its very unlikely someone is using this wrong default port, I'm going to make it a minor fix.
- Fix travis tests
- Enable Symfony 5
- Change to XML routes file.
- Symfony 4.1 deprecations.
- Remove dependency on framework-extra-bundle.
- Catch all Redis errors.
- Inject services into the controller instead of using
container->get
. - Add redis factory helper class.
- Support for Symfony 4.