PHPackages                             zunnu/cake-redis-cluster - 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. zunnu/cake-redis-cluster

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

zunnu/cake-redis-cluster
========================

Redis cluster cache storage plugin for CakePHP

1.0.2(3y ago)022.0k↑62.5%MITPHPPHP &gt;=7.2

Since Mar 10Pushed 3y agoCompare

[ Source](https://github.com/zunnu/cakephp-redis-cluster)[ Packagist](https://packagist.org/packages/zunnu/cake-redis-cluster)[ RSS](/packages/zunnu-cake-redis-cluster/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (7)Versions (4)Used By (0)

Redis cluster cache storage plugin for CakePHP
==============================================

[](#redis-cluster-cache-storage-plugin-for-cakephp)

This is a fork of the [kgbph/cakephp-redis-cluster](https://github.com/kgbph/cakephp-redis-cluster). This fork only changes the namespacing of the plugin and the minimum required php version.

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).

The recommended way to install composer packages is:

```
composer require zunnu/cake-redis-cluster

```

Usage
-----

[](#usage)

Use as a cache engine. See [CakePHP Caching](https://book.cakephp.org/3/en/core-libraries/caching.html).

```
Cache::setConfig('redis', [
    'className' => 'CakeRedisCluster.RedisCluster',
    'nodes' => [
        'redis-node-0:6379',
        'redis-node-1:6379',
        'redis-node-2:6379',
        'redis-node-3:6379',
        'redis-node-4:6379',
        'redis-node-5:6379',
    ],
]);
```

Options
-------

[](#options)

NameTypedefaultDescriptiondurationint3600Specify how long items lastfailoverstring | nullnullAutomatic slave failover modegroupsstring\[\]\[\]List of associated groups or 'tags'namestring | nullnullRedis cluster namenodesstring\[\]\[\]URL or IP of the Redis cluster nodespersistentbooltrueUse persistent connectionprefixstring'cake\_'Prefix prepended to all entriesread\_timeoutfloat0Read timeout in secondstimeoutfloat0Timeout in seconds---

Code quality checks
-------------------

[](#code-quality-checks)

### PHP CodeSniffer

[](#php-codesniffer)

Execute `composer cs-check` inside the PHP container.

### PHP Static Analysis Tool

[](#php-static-analysis-tool)

Execute `composer stan` inside the PHP container.

### PHPUnit

[](#phpunit)

Execute `composer test` inside the PHP container.

### Run all checks

[](#run-all-checks)

Execute `composer check` inside the PHP container.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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 ~34 days

Total

3

Last Release

1144d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.4

1.0.2PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/87be5ff062749fe4a745840ccf9921ca94a513983363abd7b925248f0c632769?d=identicon)[zunnu](/maintainers/zunnu)

---

Top Contributors

[![kgbph](https://avatars.githubusercontent.com/u/22066281?v=4)](https://github.com/kgbph "kgbph (10 commits)")[![zunnu](https://avatars.githubusercontent.com/u/7551907?v=4)](https://github.com/zunnu "zunnu (8 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/zunnu-cake-redis-cluster/health.svg)

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

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

86314.7M171](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11212.0M202](/packages/cakephp-bake)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308954.9k25](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M44](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

3361.0M51](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

131240.2k13](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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