PHPackages                             flownative/redis-backend - 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. flownative/redis-backend

ActiveLibrary[Caching](/categories/caching)

flownative/redis-backend
========================

Opinionated Redis backend with persistent and lazy connections.

1.0.1(5mo ago)17.8k↓49.3%MITPHPPHP ^8.0

Since Aug 29Pushed 5mo agoCompare

[ Source](https://github.com/flownative/flow-redis-backend)[ Packagist](https://packagist.org/packages/flownative/redis-backend)[ RSS](/packages/flownative-redis-backend/feed)WikiDiscussions main Synced 2d ago

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

Redis Backend for Flow and Neos
===============================

[](#redis-backend-for-flow-and-neos)

This package copies over logic and code from Neos 8.3/9.0 but changes how the connection to redis will be made. The new approach utilizes a lazy connection with retries enabled. Also connections are created as persistent connections. This should give redis and the network connection opportunities to recover if there should be short term connection issues or a stalled redis.

### Warning

[](#warning)

This might be better or worse for your infrastructure and we cannot predict what is better for you. We made this for use in Flownative Beach but probably most Kubernetes environments will benefit from this. In the long run we should provide these changes within Neos.Flow.

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

[](#installation)

`composer require flownative/redis-backend`

In your `Caches.yaml` replace

`backend: 'Neos\Cache\Backend\RedisBackend'`

with

`backend: 'Flownative\RedisBackend\RedisBackend'`

All options remain the same.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance71

Regular maintenance activity

Popularity27

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

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

Total

2

Last Release

171d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/84294b7de3dfe1b8ed421b5788076fa366bdc798c83b9154237b55ae6ba0860b?d=identicon)[flownative\_cm](/maintainers/flownative_cm)

---

Top Contributors

[![kitsunet](https://avatars.githubusercontent.com/u/324408?v=4)](https://github.com/kitsunet "kitsunet (8 commits)")

### Embed Badge

![Health badge](/badges/flownative-redis-backend/health.svg)

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

###  Alternatives

[neos/neos-development-collection

Neos packages in a joined repository for pull requests.

267103.9k1](/packages/neos-neos-development-collection)[neos/media

The Media package

101.2M53](/packages/neos-media)[beryllium/cachebundle

Provides an interface to Memcache for Symfony2 applications

33136.2k](/packages/beryllium-cachebundle)

PHPackages © 2026

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