PHPackages                             fsth/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. [HTTP &amp; Networking](/categories/http)
4. /
5. fsth/redis-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

fsth/redis-client
=================

redis client.

v0.1.7(8y ago)0251↓91.7%1MITPHP

Since Oct 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/findsomething/redis-client)[ Packagist](https://packagist.org/packages/fsth/redis-client)[ RSS](/packages/fsth-redis-client/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (8)Used By (1)

redis-client
============

[](#redis-client)

```
a redis contains reconnect

```

usage
=====

[](#usage)

```
$this->client = new Client($this->host, $this->port);
$this->proxy = new Proxy($this->client);
$this->proxy->setLogger(new FakeLogger());

$this->proxy->set('hello', 'world');
$this->assertEquals($this->proxy->get('hello'), 'world');
$this->proxy->del('hello');
$this->assertEmpty($this->proxy->get('hello'));

$error = "";
$this->proxy->disconnect();
try {
    $this->proxy->set('hello', 'world');
} catch (\Exception $e) {
    $error = $e->getMessage();
}
$this->assertEmpty($error);

$this->client->set('hello', 'world');
$this->assertEquals($this->proxy->get('hello'), 'world');

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

Recently: every ~98 days

Total

7

Last Release

3144d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1def6e3c66a36c047a170a8256861116c2f35fc033b0bca2e8049f632b23eb75?d=identicon)[qiqisan](/maintainers/qiqisan)

---

Top Contributors

[![findsomething](https://avatars.githubusercontent.com/u/3618101?v=4)](https://github.com/findsomething "findsomething (13 commits)")

### Embed Badge

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

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

###  Alternatives

[symfony/http-kernel

Provides a structured process for converting a Request into a Response

8.1k853.6M8.4k](/packages/symfony-http-kernel)[symfony/http-client

Provides powerful methods to fetch HTTP resources synchronously or asynchronously

2.0k338.8M4.6k](/packages/symfony-http-client)[symfony/cache

Provides extended PSR-6, PSR-16 (and tags) implementations

4.2k373.5M3.1k](/packages/symfony-cache)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.4k67.4M257](/packages/nelmio-api-doc-bundle)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[amphp/http-server

A non-blocking HTTP application server for PHP based on Amp.

1.3k6.7M104](/packages/amphp-http-server)

PHPackages © 2026

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