lt / redis-bundle
Bundle implementing some Symfony2 features using Redis.
Installs: 63
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 0
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- lt/redtrine: dev-master
- predis/predis: 0.8.*
- symfony/framework-bundle: 2.1.*
Requires (Dev)
- symfony/yaml: 2.1.*
This package is auto-updated.
Last update: 2024-12-12 01:53:52 UTC
README
Redis bundle for Symfony.
This bundle implements several Symfony2 features using Redis.
- Sessions (implementing a session storage handler that persists sessions in redis)
- Monolog logging (implementing a custom monolog processing handler that store logs in a redis list)
- SwiftMailer spooling (implementing a spool usnig a redis list)
It also provides a DataCollector that collects all commands sent to redis through the client.
This bundle have been developed by @ronnylt sponsored by Pricebets.