PHPackages                             tourstream/typo3-redis-lock-strategy - 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. tourstream/typo3-redis-lock-strategy

AbandonedTypo3-cms-extension

tourstream/typo3-redis-lock-strategy
====================================

3.0.1(8y ago)66.0k5[2 issues](https://github.com/tourstream/typo3-redis-lock-strategy/issues)[1 PRs](https://github.com/tourstream/typo3-redis-lock-strategy/pulls)GPL-3.0+PHPPHP ^7.0

Since Feb 28Pushed 6y ago2 watchersCompare

[ Source](https://github.com/tourstream/typo3-redis-lock-strategy)[ Packagist](https://packagist.org/packages/tourstream/typo3-redis-lock-strategy)[ RSS](/packages/tourstream-typo3-redis-lock-strategy/feed)WikiDiscussions master Synced 2mo ago

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

[![github tag](https://camo.githubusercontent.com/bb0ca541f27f0d9c7d2c5f1168351c2969e350ae77fc1262b1498e4d576a6f68/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f746f757273747265616d2f7479706f332d72656469732d6c6f636b2d73747261746567792e7376673f7374796c653d666c61742d737175617265)](https://github.com/tourstream/typo3-redis-lock-strategy)[![Packagist version](https://camo.githubusercontent.com/fe9e7030c8e4b10212b636cd204cf3bcdd043473d2262859621c20791cf6e0cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f757273747265616d2f7479706f332d72656469732d6c6f636b2d73747261746567792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tourstream/typo3-redis-lock-strategy)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a66f2a04133f41db98a335c9c3c5382513d093f707b2ed9c88a4af31fece8a54/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746f757273747265616d2f7479706f332d72656469732d6c6f636b2d73747261746567792f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tourstream/typo3-redis-lock-strategy/?branch=master)[![Travis-CI](https://camo.githubusercontent.com/39cc15cd3dc3d1795b7ce8bfe53e43932772dae18df3693a7bf1d26db4d7adfc/68747470733a2f2f7472617669732d63692e6f72672f746f757273747265616d2f7479706f332d72656469732d6c6f636b2d73747261746567792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tourstream/typo3-redis-lock-strategy)[![License](https://camo.githubusercontent.com/540645b992649c31a8f3dcdc08f51ae88c3756576b002b4c58b7046bbb4cdfba/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f746f757273747265616d2f7479706f332d72656469732d6c6f636b2d73747261746567792e7376673f7374796c653d666c61742d737175617265)](https://github.com/tourstream/typo3-redis-lock-strategy/blob/master/LICENSE)

---

TYPO3 Extension: redis lock strategy
====================================

[](#typo3-extension-redis-lock-strategy)

The extension adds a redis lock strategy with priority 100. So the redis lock will be used instead of file base locking, especially useful in cluster with nfs.

Features
--------

[](#features)

- Redis Lock

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

[](#installation)

The recommended way to install the extension is by using [Composer](https://getcomposer.org). In your Composer based TYPO3 project root, just do

```
composer require tourstream/typo3-redis-lock-strategy

```

This extension uses the pecl extension [redis](https://pecl.php.net/package/redis).

Usage
-----

[](#usage)

```
$GLOBALS['TYPO3_CONF_VARS']['SYS']['redis_lock'] = [
        'host'     => 'localhost',
        'port'     => 6379,       // optional, default 6379
        'database' => 0,          // optional, default 0
        'ttl'      => '60',       // optional, default 60
        'auth'     => 'secret'    // optional, for secured redis db's
    ];

```

---

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 52.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 ~59 days

Recently: every ~74 days

Total

6

Last Release

3065d ago

Major Versions

1.0.x-dev → 2.0.02017-05-17

2.0.1 → 3.0.02017-12-18

PHP version history (2 changes)1.0.0PHP ^5.6|^7.0

2.0.0PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/13a06e58779ddd075c5686b30fbee46b0a271b344caed18da6de2aff5b1b6ffd?d=identicon)[Engerim](/maintainers/Engerim)

---

Top Contributors

[![martinez099](https://avatars.githubusercontent.com/u/140389?v=4)](https://github.com/martinez099 "martinez099 (10 commits)")[![Engerim](https://avatars.githubusercontent.com/u/1322557?v=4)](https://github.com/Engerim "Engerim (7 commits)")[![pschriner](https://avatars.githubusercontent.com/u/2487207?v=4)](https://github.com/pschriner "pschriner (2 commits)")

---

Tags

typo3

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tourstream-typo3-redis-lock-strategy/health.svg)

```
[![Health](https://phpackages.com/badges/tourstream-typo3-redis-lock-strategy/health.svg)](https://phpackages.com/packages/tourstream-typo3-redis-lock-strategy)
```

PHPackages © 2026

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