subjective-php/psr-cache-redis

使用 Predis 实现的 PSR-16 SimpleCache

v1.0.0 2018-07-15 17:00 UTC

This package is auto-updated.

Last update: 2024-09-07 08:12:53 UTC


README

Build Status Scrutinizer Code Quality Coverage Status

Latest Stable Version Latest Unstable Version License

Total Downloads Daily Downloads Monthly Downloads

Documentation

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