gohiei / redis-bundle
A Redis bundle for Symfony
Installs: 558
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 326
Type:symfony-bundle
Requires
- php: >=5.3.3
- symfony/framework-bundle: ^2.7 || ^3.0
- symfony/yaml: ^2.7 || ^3.0
Requires (Dev)
- doctrine/cache: 1.*
- phpunit/phpunit: 4.8.*
- predis/predis: ^1.0
- symfony/console: ^2.7 || ^3.0
- symfony/phpunit-bridge: ^2.7 || ^3.0
Suggests
- monolog/monolog: If you want to use the monolog redis handler.
- predis/predis: If you want to use predis.
- symfony/console: If you want to use commands to interact with the redis database
This package is auto-updated.
Last update: 2025-03-12 15:55:23 UTC
README
About
This bundle integrates Predis and phpredis into your Symfony application.
Branches
- Use version
2.*
for Symfony 2.7+ and 3.0+. - Use version
1.1.*
or the1.1
branch if you are using Symfony>=2.1,<3.0
. - Use version
1.0.*
or the1.0
branch if you are using Symfony2.0.*
.
This bundle is also available via composer, find it on packagist.
Documentation
Read the documentation in Resources/doc/
License
See LICENSE.