PHPackages                             wieni/wmcontroller\_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. wieni/wmcontroller\_redis

ActiveDrupal-module[Caching](/categories/caching)

wieni/wmcontroller\_redis
=========================

A Redis cache storage for wieni/wmcontroller

2.1.0(11mo ago)09.3k↓35.4%1[1 issues](https://github.com/wieni/wmcontroller_redis/issues)MITPHPPHP ^8.0

Since Feb 22Pushed 11mo ago4 watchersCompare

[ Source](https://github.com/wieni/wmcontroller_redis)[ Packagist](https://packagist.org/packages/wieni/wmcontroller_redis)[ RSS](/packages/wieni-wmcontroller-redis/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (19)Used By (0)

wmcontroller\_redis
===================

[](#wmcontroller_redis)

[![Latest Stable Version](https://camo.githubusercontent.com/2a031959a6192dbb26e07130420b593fc059985cf53f0c9bbb09a82dc3585822/68747470733a2f2f706f7365722e707567782e6f72672f7769656e692f776d636f6e74726f6c6c65725f72656469732f762f737461626c65)](https://packagist.org/packages/wieni/wmcontroller_redis)[![Total Downloads](https://camo.githubusercontent.com/6ba743057a2797b1b5efad48c1b651a87f4cdd2d6e2567b53e451335c06693ab/68747470733a2f2f706f7365722e707567782e6f72672f7769656e692f776d636f6e74726f6c6c65725f72656469732f646f776e6c6f616473)](https://packagist.org/packages/wieni/wmcontroller_redis)[![License](https://camo.githubusercontent.com/480102fa92500f297e466e86df270223d60a12f42e0640a7ea2bc995f8602aed/68747470733a2f2f706f7365722e707567782e6f72672f7769656e692f776d636f6e74726f6c6c65725f72656469732f6c6963656e7365)](https://packagist.org/packages/wieni/wmcontroller_redis)

> A Redis cache storage for [wieni/wmcontroller](https://github.com/wieni/wmcontroller)

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

[](#installation)

This package requires PHP 8.0, PhpRedis and Drupal 9.1 or higher. It can be installed using Composer:

```
 composer require wieni/wmcontroller_redis
```

To enable this cache storage, change the `wmcontroller.cache.storage` and `wmcontroller.cache.invalidator` container parameter:

```
parameters:
    wmcontroller.cache.storage: wmcontroller.cache.storage.redis
    wmcontroller.cache.invalidator: wmcontroller.redis.checksum

    wmcontroller.cache.redis.prefix: 'wmcontroller:'
```

Make sure to also set the host &amp; base in `settings.php`.

```
$settings['wmcontroller.redis.connection']['host'] = '127.0.0.1';
$settings['wmcontroller.redis.connection']['base'] = '0';
```

Run `drush wmcontroller_redis:mark-expired` nightly to search for stale entries and mark them for deletion.

Changelog
---------

[](#changelog)

All notable changes to this project will be documented in the [CHANGELOG](CHANGELOG.md) file.

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

Distributed under the MIT License. See the [LICENSE](LICENSE) file for more information.

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance50

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~176 days

Recently: every ~157 days

Total

14

Last Release

350d ago

Major Versions

0.10.3 → 1.0.02021-08-24

1.1.0 → 2.0.02023-09-13

PHP version history (2 changes)0.9.0PHP &gt;=7.1.0

1.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/734199ae17f8da336fef9ba81f7c37cda09b0f9a952f551235c32ecfad68488b?d=identicon)[Wieni](/maintainers/Wieni)

---

Top Contributors

[![RobinHoutevelts](https://avatars.githubusercontent.com/u/9056689?v=4)](https://github.com/RobinHoutevelts "RobinHoutevelts (12 commits)")[![DieterHolvoet](https://avatars.githubusercontent.com/u/3606531?v=4)](https://github.com/DieterHolvoet "DieterHolvoet (7 commits)")[![akasake](https://avatars.githubusercontent.com/u/32063989?v=4)](https://github.com/akasake "akasake (5 commits)")

---

Tags

cache-storagedrupal-8drupal-moduledrupal8-modulerediswmcontrollerwmcontroller-storage

### Embed Badge

![Health badge](/badges/wieni-wmcontroller-redis/health.svg)

```
[![Health](https://phpackages.com/badges/wieni-wmcontroller-redis/health.svg)](https://phpackages.com/packages/wieni-wmcontroller-redis)
```

###  Alternatives

[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[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)[amphp/redis

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

165634.7k44](/packages/amphp-redis)[elcobvg/laravel-opcache

Custom OPcache Cache Driver for Laravel. Faster than Redis or memcached.

43317.1k1](/packages/elcobvg-laravel-opcache)

PHPackages © 2026

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