pongtan/simple-cache

The Pongtan Framework simple cache

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

This package is not auto-updated.

Last update: 2024-04-08 11:21:50 UTC


README

Redis Cache

use Predis\Client;

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