php-comp/lite-cache

php 简单缓存客户端工具库

v1.1.1 2018-11-21 06:31 UTC

This package is auto-updated.

Last update: 2024-09-21 21:09:29 UTC


README

Packagist

memcached 和 redis 的简单缓存客户端

  • 实现了简单缓存 PSR 16 标准

项目地址

安装

  • composer 命令
composer require php-comp/lite-cache
  • composer.json
{
    "require": {
        "php-comp/lite-cache": "dev-master"
    }
}
  • 直接拉取
git clone https://github.com/inhere/php-lite-cache.git

许可证

MIT