PHPackages                             kazuakim/reddish - 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. kazuakim/reddish

ActiveLibrary[Caching](/categories/caching)

kazuakim/reddish
================

Redis clients

0.1(8y ago)06MITPHPPHP ^7.0

Since Jul 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/KazuakiM/reddish)[ Packagist](https://packagist.org/packages/kazuakim/reddish)[ Docs](https://github.com/KazuakiM/reddish)[ RSS](/packages/kazuakim-reddish/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

reddish
=======

[](#reddish)

[![TravisCI](https://camo.githubusercontent.com/8b22abf4ce21e5206a91c20e77e069d0ad374cc73f16f668bc3931a9a1a0cf3c/68747470733a2f2f7472617669732d63692e6f72672f4b617a75616b694d2f726564646973682e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/KazuakiM/reddish)[![Coveralls](https://camo.githubusercontent.com/70d589787657035fe160c5828ec63b2a5b78cb1391583f5bbd843c5fe9e248c7/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f4b617a75616b694d2f726564646973682e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/KazuakiM/reddish?branch=master)[![Scrutinizer](https://camo.githubusercontent.com/5e6440c75eb1a3197fcd4b74bf7fa9bb5772c53409a0407283d1315d8587a947/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f4b617a75616b694d2f726564646973682e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/KazuakiM/reddish/)[![GitHub issues](https://camo.githubusercontent.com/c6978d350294ac9dd21c0c96a2ced57e56893645dae247fa6ed696372183d932/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f4b617a75616b694d2f726564646973682e7376673f7374796c653d666c61742d737175617265)](https://github.com/KazuakiM/reddish/issues)[![Packagist](https://camo.githubusercontent.com/9ec178d1b3c94d44cdb0fd25400633b2f469e1c6f942760bd51024ce568c7f14/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b617a75616b696d2f726564646973682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kazuakim/reddish)[![Document](https://camo.githubusercontent.com/ee40b3fb2f4c845bc3ee29c87e9d1161de8f944ec55ac280ca3897cdae6a7fa1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63756d656e742d67682d2d70616765732d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://kazuakim.github.io/reddish/)[![license](https://camo.githubusercontent.com/7e968f89a5241b74c768754f392eb6ca6237b6f38a998bbf8f9c8400e7580c87/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4b617a75616b694d2f726564646973682e7376673f7374796c653d666c61742d737175617265)](https://raw.githubusercontent.com/KazuakiM/reddish/master/LICENSE)

Usage
-----

[](#usage)

This Redis client is very simple, only connection supprot!

```
try {
    $clients = new \Kazuakim\Reddish\Clients([
        'host' => '127.0.0.1',
        'port' => 6379
    ]);

    $clients->set('key', '1'); // normal phpredis functions.
    $clients->get('key');
} catch (\RedisException $e) {
    ...
}
```

Author
------

[](#author)

[KazuakiM](https://github.com/KazuakiM/)

License
-------

[](#license)

This software is released under the MIT License, see LICENSE.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3223d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41b630807334fe9c3eb6283dba864e7821d196645fe054f835b0dea8e31093bf?d=identicon)[KazuakiM](/maintainers/KazuakiM)

---

Top Contributors

[![KazuakiM](https://avatars.githubusercontent.com/u/1524429?v=4)](https://github.com/KazuakiM "KazuakiM (10 commits)")

---

Tags

redis

### Embed Badge

![Health badge](/badges/kazuakim-reddish/health.svg)

```
[![Health](https://phpackages.com/badges/kazuakim-reddish/health.svg)](https://phpackages.com/packages/kazuakim-reddish)
```

###  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)[clue/redis-protocol

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

5311.0M13](/packages/clue-redis-protocol)[cache/redis-adapter

A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags

523.9M27](/packages/cache-redis-adapter)[enqueue/redis

Message Queue Redis Transport

405.5M25](/packages/enqueue-redis)[kdyby/redis

Redis storage for Nette Framework

491.6M2](/packages/kdyby-redis)

PHPackages © 2026

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