lt/redis-bundle

Bundle implementing some Symfony2 features using Redis.

Maintainers

Package info

github.com/ronnylt/LtRedisBundle

Homepage

Type:symfony-bundle

pkg:composer/lt/redis-bundle

Statistics

Installs: 63

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 0

dev-master 2012-12-24 09:50 UTC

This package is auto-updated.

Last update: 2026-03-12 04:38:46 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.