RedisDataCacher Component
[
]
(https://github.com/ThrusterIO/redis-data-cacher/releases)
[
]
(LICENSE)
[
]
(https://travis-ci.org/ThrusterIO/redis-data-cacher)
[
]
(https://scrutinizer-ci.com/g/ThrusterIO/redis-data-cacher)
[
]
(https://scrutinizer-ci.com/g/ThrusterIO/redis-data-cacher)
[
]
(https://packagist.org/packages/thruster/redis-data-cacher), (*1)
[
]
(mailto:team@thruster.io), (*2)
The Thruster RedisDataCacher Component., (*3)
Install
Via Composer, (*4)
``` bash
$ composer require thruster/redis-data-cacher, (*5)
## Usage
```php
$redis = new \Redis();
$redis->connection('127.0.0.1', 6379);
$redisDriver = new RedisDriver($redis);
$dataCacher = new DataCacher($redisDriver, new FooCacher());
Testing
bash
$ composer test
, (*6)
Contributing
Please see CONTRIBUTING and CONDUCT for details., (*7)
License
Please see License File for more information., (*8)