subjective-php / psr-cache-redis
使用 Predis 实现的 PSR-16 SimpleCache
v1.0.0
2018-07-15 17:00 UTC
Requires
- php: ^7.0
- predis/predis: ^1.1
- psr/simple-cache: ^1.0
- subjective-php/psr-cache-helper: ^1.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.1
- phpunit/phpunit: ^6.1
- squizlabs/php_codesniffer: ^3.3
This package is auto-updated.
Last update: 2024-09-07 08:12:53 UTC
README
PSR-16 SimpleCache 实现,使用 Predis
要求
需要 PHP 7.0(或更高版本)。
Composer
要将库添加为本地、项目的依赖项,请使用 Composer!只需将 subjective-php/psr-cache-redis
添加到项目的 composer.json
文件中,例如
composer require subjective-php/psr-cache-redis
联系方式
开发者可通过以下方式联系
项目构建
通过检出代码,在您的 PATH 中获取 Composer 并运行
composer install ./vendor/bin/phpunit