thruster/redis-data-cacher

Thruster Redis DataCacher 驱动组件

安装: 9

依赖者: 0

建议者: 0

安全: 0

星星: 0

关注者: 2

分支: 0

公开问题: 0

类型:thruster-data-cacher-driver

1.0.0 2015-12-06 15:29 UTC

This package is auto-updated.

Last update: 2024-09-14 02:38:07 UTC


README

[最新版本] (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.cn/packages/thruster/redis-data-cacher)

[电子邮件] (mailto:team@thruster.io)

Thruster RedisDataCacher 组件。

安装

通过 Composer

$ composer require thruster/redis-data-cacher

使用方法

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

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

测试

$ composer test

贡献

有关详细信息,请参阅CONTRIBUTINGCONDUCT

许可

请参阅许可文件获取更多信息。