pongtan/simple-cache

Pongtan 框架简单缓存

v0.1.4 2017-11-12 09:23 UTC

This package is not auto-updated.

Last update: 2024-09-23 13:43:59 UTC


README

Redis 缓存

use Predis\Client;

$client = new Client();
$cache = new Pongtan\SimpleCache($client);