PHPackages                             snakano/cakephp-redis-cluster-cache - 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. snakano/cakephp-redis-cluster-cache

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

snakano/cakephp-redis-cluster-cache
===================================

Redis Cache Engine for CakePHP 2.x (support redis cluster)

0.1.1(5y ago)0134MITPHPPHP &gt;=5.3.0

Since Nov 20Pushed 5y agoCompare

[ Source](https://github.com/SNakano/cakephp-redis-cluster-cache)[ Packagist](https://packagist.org/packages/snakano/cakephp-redis-cluster-cache)[ Docs](https://github.com/SNakano/cakephp-redis-cluster-cache)[ RSS](/packages/snakano-cakephp-redis-cluster-cache/feed)WikiDiscussions master Synced yesterday

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

CakePHP Redis Cluster Cache Engine
==================================

[](#cakephp-redis-cluster-cache-engine)

[![Latest Stable Version](https://camo.githubusercontent.com/7e3467d32fc13d7a7d5277d41642d93141ea75349d18cf8ad91af9d072fbc5b3/68747470733a2f2f706f7365722e707567782e6f72672f736e616b616e6f2f63616b657068702d72656469732d636c75737465722d63616368652f762f737461626c65)](https://packagist.org/packages/snakano/cakephp-redis-cluster-cache)[![Total Downloads](https://camo.githubusercontent.com/fa8dc69306a7b3abd173598974d63a0bbddd16cb85199890cae7cb9fa3da1b30/68747470733a2f2f706f7365722e707567782e6f72672f736e616b616e6f2f63616b657068702d72656469732d636c75737465722d63616368652f646f776e6c6f616473)](https://packagist.org/packages/snakano/cakephp-redis-cluster-cache)[![License](https://camo.githubusercontent.com/321f2adaff8d61512330a9bb585da9a02292bdaa325a0ba90fd4a3b9bbac8bd0/68747470733a2f2f706f7365722e707567782e6f72672f736e616b616e6f2f63616b657068702d72656469732d636c75737465722d63616368652f6c6963656e7365)](https://packagist.org/packages/snakano/cakephp-redis-cluster-cache)

Redis cluster cache engine for CakePHP 2.x

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

[](#installation)

Install the plugin using composer

```
composer require "snakano/cakephp-redis-cluster-cache"

```

Usage
-----

[](#usage)

Load the plugin `app/Config/bootstrap.php` file:

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

```

And cache configuration:

```
Cache::config('default', array(
    'engine'         => 'RedisClusterCache.RedisCluster',
    'prefix'         => Inflector::slug(APP_DIR) . '_',
    'servers'        => ['127.0.0.1:6379'],
    'password'       => false,
    'timeout'        => 0,
    'read_timeout'   => 0,
    'persistent'     => false,
    'slave_failover' => RedisCluster::FAILOVER_NONE,
));

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~200 days

Total

3

Last Release

1966d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e50b040bf4e8f07435a2253b9b6fcf3b4c38dba89d7f126b0f50271d2125720c?d=identicon)[SNakano](/maintainers/SNakano)

---

Top Contributors

[![SNakano](https://avatars.githubusercontent.com/u/1312539?v=4)](https://github.com/SNakano "SNakano (6 commits)")

---

Tags

cakephpcakephp-plugincakephp2phpredisredis-clusterplugincakephprediscacheredis-cluster

### Embed Badge

![Health badge](/badges/snakano-cakephp-redis-cluster-cache/health.svg)

```
[![Health](https://phpackages.com/badges/snakano-cakephp-redis-cluster-cache/health.svg)](https://phpackages.com/packages/snakano-cakephp-redis-cluster-cache)
```

###  Alternatives

[rtcamp/nginx-helper

Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/published. Also provides cloudflare edge cache purging with Cache-Tags.

23817.0k1](/packages/rtcamp-nginx-helper)[cache/redis-adapter

A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags

523.9M27](/packages/cache-redis-adapter)[ihor/cachalot

Cache a lot in a proper way (APC, XCache, Memcached, Redis, Couchbase)

2528.1k](/packages/ihor-cachalot)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
