thruster/redis-data-cacher

Thruster Redis DataCacher Driver Component

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:thruster-data-cacher-driver

1.0.0 2015-12-06 15:29 UTC

This package is auto-updated.

Last update: 2024-04-14 01:51:50 UTC


README

[Latest Version] (https://github.com/ThrusterIO/redis-data-cacher/releases) [Software License] (LICENSE) [Build Status] (https://travis-ci.org/ThrusterIO/redis-data-cacher) [Code Coverage] (https://scrutinizer-ci.com/g/ThrusterIO/redis-data-cacher) [Quality Score] (https://scrutinizer-ci.com/g/ThrusterIO/redis-data-cacher) [Total Downloads] (https://packagist.org/packages/thruster/redis-data-cacher)

[Email] (mailto:team@thruster.io)

The Thruster RedisDataCacher Component.

Install

Via Composer

$ composer require thruster/redis-data-cacher

Usage

$redis = new \Redis();
$redis->connection('127.0.0.1', 6379);

$redisDriver = new RedisDriver($redis);
$dataCacher = new DataCacher($redisDriver, new FooCacher());

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

License

Please see License File for more information.