headzoo / redis-bundle
A Redis bundle for Symfony2
Installs: 2 660
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 327
Type:symfony-bundle
Requires
- php: >=5.3.3
- symfony/framework-bundle: 3.0.*
- symfony/yaml: 3.0.*
Requires (Dev)
- doctrine/cache: 1.*
- predis/predis: 0.8.*
- symfony/console: 3.0.*
Suggests
- monolog/monolog: If you want to use the monolog redis handler.
- predis/predis: If you want to use predis (currently only v0.8.x is supported).
- symfony/console: If you want to use commands to interact with the redis database
README
About
This bundle integrates Predis and phpredis into your Symfony2 application.
Branches
- Use version
1.0.*
or the1.0
branch if you are using Symfony22.0.*
. - Use version
1.1.*
or the1.1
branch if you are using Symfony2>=2.1,<3.0
. - The
master
branch targets a new major version of this bundle and contains breaking changes. Use it at your own risk!
This bundle is also available via composer, find it on packagist.
Documentation
Read the documentation in Resources/doc/