PHPackages                             fengdangxing/hyperf-helper-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. fengdangxing/hyperf-helper-redis

ActiveLibrary[Caching](/categories/caching)

fengdangxing/hyperf-helper-redis
================================

hyperf-helper-redis 快速使用redis帮助类

v1.0.3(2y ago)0534MITPHPPHP &gt;=5.6.0

Since May 12Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (5)Used By (4)

hyperf-helper-redis
===================

[](#hyperf-helper-redis)

hyperf-helper-redis快速使用助手类

```
#config/redis.php 增加配置 文件不在增加
return [
    'default' => [
        'host' => env('REDIS_HOST', 'localhost'),
        'auth' => env('REDIS_AUTH', null),
        'port' => (int) env('REDIS_PORT', 6379),
        'db' => (int) env('REDIS_DB', 0),
        'pool' => [
            'min_connections' => 1,
            'max_connections' => 50,
            'connect_timeout' => 10.0,
            'wait_timeout' => 3.0,
            'heartbeat' => -1,
            'max_idle_time' => (float) env('REDIS_MAX_IDLE_TIME', 60),
        ],
    ]
];
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community13

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

Total

4

Last Release

871d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5046433daacc52c8bf881825c043ab22e1ec865b2d32494515260e761fe2bf22?d=identicon)[fengdangxing](/maintainers/fengdangxing)

---

Top Contributors

[![fengdangxing](https://avatars.githubusercontent.com/u/24405972?v=4)](https://github.com/fengdangxing "fengdangxing (6 commits)")

---

Tags

helperredishyperfhyperf-redis

### Embed Badge

![Health badge](/badges/fengdangxing-hyperf-helper-redis/health.svg)

```
[![Health](https://phpackages.com/badges/fengdangxing-hyperf-helper-redis/health.svg)](https://phpackages.com/packages/fengdangxing-hyperf-helper-redis)
```

###  Alternatives

[predis/predis

A flexible and feature-complete Redis/Valkey client for PHP.

7.8k305.7M2.4k](/packages/predis-predis)[snc/redis-bundle

A Redis bundle for Symfony

1.0k39.4M67](/packages/snc-redis-bundle)[ukko/phpredis-phpdoc

@phpdoc extension phpredis for IDE autocomplete

216490.1k13](/packages/ukko-phpredis-phpdoc)[clue/redis-protocol

A streaming Redis protocol (RESP) parser and serializer written in pure PHP.

5311.0M13](/packages/clue-redis-protocol)[rtcamp/nginx-helper

Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/published. Also provides cloudflare edge cache purging with Cache-Tags.

23817.0k1](/packages/rtcamp-nginx-helper)

PHPackages © 2026

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