pongtan/simple-cache

The Pongtan Framework simple cache

Maintainers

Package info

github.com/Pongtan/simple-cache

pkg:composer/pongtan/simple-cache

Statistics

Installs: 11 916

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-09 20:40:12 UTC


README

Redis Cache

use Predis\Client;

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