PHPackages                             riesenia/cakephp-rediscluster - 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. riesenia/cakephp-rediscluster

ActiveLibrary[Caching](/categories/caching)

riesenia/cakephp-rediscluster
=============================

CakePHP 3.x cache engine for Redis Cluster

v1.0.2(7y ago)034.0k↑573.3%2[1 issues](https://github.com/riesenia/cakephp-rediscluster/issues)[1 PRs](https://github.com/riesenia/cakephp-rediscluster/pulls)MITPHP

Since Oct 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/riesenia/cakephp-rediscluster)[ Packagist](https://packagist.org/packages/riesenia/cakephp-rediscluster)[ RSS](/packages/riesenia-cakephp-rediscluster/feed)WikiDiscussions master Synced 2w ago

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

CakePHP 3.x cache engine for Redis Cluster
==========================================

[](#cakephp-3x-cache-engine-for-redis-cluster)

[![Latest Version](https://camo.githubusercontent.com/8f9d26c274096833bc4b8f8b1b579de81d27cbdbd8a9425b443b726fc2a6ce6e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72696573656e69612f63616b657068702d7265646973636c75737465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/riesenia/cakephp-rediscluster)[![Total Downloads](https://camo.githubusercontent.com/cb5f25a8e5c7b10f526296ff309ed9b4554f01042e27a9cc2ec67d65d21a562c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72696573656e69612f63616b657068702d7265646973636c75737465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/riesenia/cakephp-rediscluster)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

PHP library providing basic shopping cart functionality.

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

[](#installation)

Install the latest version using `composer require riesenia/cakephp-rediscluster`

Or add to your *composer.json* file as a requirement:

```
{
    "require": {
        "riesenia/cakephp-rediscluster": "~1.0"
    }
}
```

Usage
-----

[](#usage)

Use as cache engine. For more information see [CakePHP Caching](https://book.cakephp.org/3.0/en/core-libraries/caching.html).

Example configuration:

```
Cache::config('redis', [
    'className' => 'Riesenia/RedisCluster.RedisCluster',
    'server' => ['10.10.10.10:6379', '10.10.10.20:6379', '10.10.10.30:6379']
]);
```

Slave failover / distribution
-----------------------------

[](#slave-failover--distribution)

Slave failover / distibution can be configured by `failover` configuration key. See [related chapter](https://github.com/phpredis/phpredis/blob/master/cluster.markdown#automatic-slave-failover--distribution) in phpredis cluster readme.

Possible values are:

- *none* (default)
- *error*
- *distribute*
- *slaves*

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~14 days

Total

3

Last Release

2841d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/40c7ed7cfaebeddae57ac4a376c8f21df56dd2f38821b7ba92ea1312ef8020c8?d=identicon)[riesenia](/maintainers/riesenia)

---

Top Contributors

[![segy](https://avatars.githubusercontent.com/u/1355459?v=4)](https://github.com/segy "segy (9 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/riesenia-cakephp-rediscluster/health.svg)

```
[![Health](https://phpackages.com/badges/riesenia-cakephp-rediscluster/health.svg)](https://phpackages.com/packages/riesenia-cakephp-rediscluster)
```

###  Alternatives

[cakephp/migrations

Database Migration plugin for CakePHP

13413.2M316](/packages/cakephp-migrations)[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)[phpfastcache/phpssdb

PHP SSDB Driver for phpFastCache

14736.9k1](/packages/phpfastcache-phpssdb)[ichhabrecht/intcache

Turn uncachable page objects into cacheable links

193.9k](/packages/ichhabrecht-intcache)

PHPackages © 2026

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