承接 flownative/redis-backend 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

flownative/redis-backend

最新稳定版本:1.0.0

Composer 安装命令:

composer require flownative/redis-backend

包简介

Opinionated Redis backend with persistent and lazy connections.

README 文档

README

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

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

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.

统计信息

  • 总下载量: 1.13k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 4
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04