simple cache client for memcached, redis.
- cache implement the simple cache 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