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)033.5k↓50%2[1 issues](https://github.com/riesenia/cakephp-rediscluster/issues)[1 PRs](https://github.com/riesenia/cakephp-rediscluster/pulls)MITPHP

Since Oct 9Pushed 4y 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 1mo 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 77% 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

2750d 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

[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[wp-media/wp-rocket

Performance optimization plugin for WordPress

7431.3M3](/packages/wp-media-wp-rocket)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[colinmollenhour/php-redis-session-abstract

A Redis-based session handler with optimistic locking

6325.6M14](/packages/colinmollenhour-php-redis-session-abstract)[cheprasov/php-redis-client

Php client for Redis. It is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 6.0

1281.2M21](/packages/cheprasov-php-redis-client)[amphp/redis

Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.

165634.7k44](/packages/amphp-redis)

PHPackages © 2026

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