PHPackages                             yuzuru-s/cakephp-redis - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. yuzuru-s/cakephp-redis

ActiveCakephp-plugin[Caching](/categories/caching)

yuzuru-s/cakephp-redis
======================

Redis DataSource Plugin for CakePHP

v0.0.1(7y ago)076MITPHPPHP &gt;=5.3.0

Since Sep 30Pushed 7y agoCompare

[ Source](https://github.com/YuzuruS/cakephp-redis)[ Packagist](https://packagist.org/packages/yuzuru-s/cakephp-redis)[ Docs](https://github.com/YuzuruS/cakephp-redis)[ RSS](/packages/yuzuru-s-cakephp-redis/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

cakephp-redis
=============

[](#cakephp-redis)

Redis DataSource Plugin for CakePHP This repo is a copy of nanapi/cakephp-redis.git. Because it has been deleted.

Requirements
------------

[](#requirements)

- PHP5
- CakePHP2
- [pecl redis](http://pecl.php.net/package/redis)

Installation
------------

[](#installation)

```
cd app/Plugin
git clone git@github.com:YuzuruS/cakephp-redis.git Redis
```

app/Config/bootstrap.php

```
CakePlugin::load('Redis');

```

app/Config/database.php

```
