thruster / redis-data-cacher
Thruster Redis DataCacher 驱动组件
1.0.0
2015-12-06 15:29 UTC
Requires
- php: >=7.0
- thruster/data-cacher: ~1.0
Requires (Dev)
- phpunit/phpunit: ~5.0
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)
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
贡献
有关详细信息,请参阅CONTRIBUTING 和 CONDUCT。
许可
请参阅许可文件获取更多信息。