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

ActiveLibrary[Caching](/categories/caching)

tinson/redis-client
===================

PHP Redis Client

v1.0.1(6y ago)02MITPHPPHP &gt;=5.6.4CI failing

Since Nov 21Pushed 6y agoCompare

[ Source](https://github.com/hetiansu5/redis-client)[ Packagist](https://packagist.org/packages/tinson/redis-client)[ RSS](/packages/tinson-redis-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Introduction
------------

[](#introduction)

The Project is a PHP Library implementing redis client.

Quick Start
-----------

[](#quick-start)

```
        $config = [
            'host' => '127.0.0.1', //optional, default: 127.0.0.1
            'port' => 6379, //optional, default: 6379
            'timeout' => 1, //optional，default: 1ms
            'password' => null, //optional, default: null
            'db' => 10, //optional, default: null
        ];
        $client = new \SimpleRedis\Client($config);
        $client->set("test", 1);
        $res = $client->get("test");
        var_dump($res);

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Total

2

Last Release

2367d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42daf3795861a699f5e94b392d00321706c16983a502315f1c9a29655cdfe347?d=identicon)[hetiansu5](/maintainers/hetiansu5)

---

Top Contributors

[![hetiansu5](https://avatars.githubusercontent.com/u/7123424?v=4)](https://github.com/hetiansu5 "hetiansu5 (1 commits)")

---

Tags

phpclientredis

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[awssat/laravel-visits

Laravel Redis visits counter for Eloquent models

975163.6k2](/packages/awssat-laravel-visits)[swoft/redis

swoft redis component

12168.4k16](/packages/swoft-redis)[eftec/cacheone

A Cache library with minimum dependency

103.5k4](/packages/eftec-cacheone)

PHPackages © 2026

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