blablacar/redis-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

BlaBlarCar Redis bundle

v2.1.3 2023-02-14 12:52 UTC

This package is not auto-updated.

Last update: 2023-12-27 11:24:40 UTC


README

Build Status

A bundle to use redis inside your Symfony application

Installation

The recommended way to install this bundle is through Composer. Require the blablacar/redis-bundle package into your composer.json file:

{
    "require": {
        "blablacar/redis-bundle": "@stable"
    }
}

Protip: you should browse the blablacar/redis-bundle page to choose a stable version to use, avoid the @stable meta constraint.

License

Blablacar Redis client is released under the MIT License. See the bundled LICENSE file for details.