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

ActiveLibrary[Caching](/categories/caching)

stefna/prefixed-redis
=====================

Prefixed Redis client

1.2.1(2y ago)06761MITPHPPHP &gt;=7.1.0

Since May 29Pushed 2y ago5 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

Prefixed Redis client
=====================

[](#prefixed-redis-client)

A \\Redis implementation that has better prefix support.

Usage
-----

[](#usage)

```
$redis = new \Stefna\Redis\PrefixedRedis('prefix.');
$redis->set('a', 'b'); // sets "prefix.a" to "b"
$redis->flushDb(); // removes all keys in database with keys like 'prefix.*'
// Same as:
$redis->deleteAll();
// And (for now at least)
$redis->flushAll(); // Does not run on all databases (only current)
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% 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 ~490 days

Total

5

Last Release

947d ago

Major Versions

0.0.1 → 1.0.02018-10-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/fb2fce4354f10be00f064bfb7590f007da1553d9584d7f030abfa67e158c94ac?d=identicon)[biggi-stefna](/maintainers/biggi-stefna)

---

Top Contributors

[![bix0r](https://avatars.githubusercontent.com/u/2131100?v=4)](https://github.com/bix0r "bix0r (14 commits)")[![sunkan](https://avatars.githubusercontent.com/u/568492?v=4)](https://github.com/sunkan "sunkan (1 commits)")

---

Tags

redis

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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