Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 127 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 127 Bytes

Simple Cache

Redis Cache

use Predis\Client;

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