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

ActiveLibrary[Caching](/categories/caching)

dsweixin/redis
==============

redis php

1.2.4(8y ago)1162MITPHPPHP &gt;=5.3.9

Since Dec 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/xiongjinhai/redis)[ Packagist](https://packagist.org/packages/dsweixin/redis)[ RSS](/packages/dsweixin-redis/feed)WikiDiscussions master Synced today

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

composer require dsweixin/redis

```
larave5.5版本以上可以不用添加下面操作
```

```
    'providers' => [
        // ...
        Redis\PredisServiceProvider::class,
    ]
```

Find the `aliases` key in `config/app.php`.

```
    'aliases' => [
        // ...
        'predis' => Redis\Facades\Predis::class,
    ]
```

```
 Predis::set($key,$value);
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~29 days

Total

8

Last Release

2937d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e7403727dc595a0b4ccb8b144186a235f965061dcf980a4a917f2875774d6f53?d=identicon)[xiongjinhai](/maintainers/xiongjinhai)

---

Top Contributors

[![xiongjinhai](https://avatars.githubusercontent.com/u/16200769?v=4)](https://github.com/xiongjinhai "xiongjinhai (17 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/dsweixin-redis/health.svg)](https://phpackages.com/packages/dsweixin-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)[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[wp-media/wp-rocket

Performance optimization plugin for WordPress

7431.3M3](/packages/wp-media-wp-rocket)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[colinmollenhour/php-redis-session-abstract

A Redis-based session handler with optimistic locking

6325.6M14](/packages/colinmollenhour-php-redis-session-abstract)

PHPackages © 2026

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