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(7mo ago)110.0k↓39.5%MITPHPPHP ^8.0

Since Aug 29Pushed 6mo 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 2w 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

38

—

LowBetter than 83% of packages

Maintenance65

Regular maintenance activity

Popularity28

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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

216d 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.

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

The Media package

101.2M57](/packages/neos-media)[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)[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)
