PHPackages                             amitavroy/rediscache - 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. amitavroy/rediscache

ActiveLibrary[Caching](/categories/caching)

amitavroy/rediscache
====================

A Redis Cache package handling basic caching requirements through pipelines and allowing handling wildcard cache clears

v0.1.1(7y ago)26061[2 issues](https://github.com/amitavroy/rediscache/issues)MITPHP

Since Apr 24Pushed 7y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

A package to handle basic caching requirements through Redis pipelines, allowing handling wildcard cache clears
===============================================================================================================

[](#a-package-to-handle-basic-caching-requirements-through-redis-pipelines--allowing-handling-wildcard-cache-clears)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ed1b6532bf23caff3f9c653616cacddc806ed762eb8ec71a6696e87b9b5f7a1b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616d69746176726f792f726564697363616368652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/amitavroy/rediscache)[![Build Status](https://camo.githubusercontent.com/4725919b366a31961d26e5646aa12b0a8e00f338ac16e052496489bcfdf17df8/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f616d69746176726f792f726564697363616368652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/amitavroy/rediscache)[![Quality Score](https://camo.githubusercontent.com/25612b517bb24e92d9bdf481dfd156956c26d75500538c572d5f07917dda6bf5/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f616d69746176726f792f726564697363616368652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/amitavroy/rediscache)[![Total Downloads](https://camo.githubusercontent.com/0d98cd7a5a738d46ead8c85c509704148ca34d2b38284fba55c24ab68f65bea6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616d69746176726f792f726564697363616368652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/amitavroy/rediscache)

This is where your description should go. Try and limit it to a paragraph or two.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require amitavroy/rediscache
```

Usage
-----

[](#usage)

A Facade is provided to get perform all the common tasks with the packages like:

Any data from redis cache can be requested using:

```
RedisCache::get("key_name");
```

Any data can be stored in redis using:

```
RedisCache::set("key_name", $data);
```

Forget/Delete a key

```
RedisCache::forget("key_name");
```

Forget/Delete keys through wild card pattern match

```
RedisCache::forget("pattern", true);
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Amitav Roy](https://github.com/amitavroy)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

2573d ago

### Community

Maintainers

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

---

Top Contributors

[![amitavroy](https://avatars.githubusercontent.com/u/1438890?v=4)](https://github.com/amitavroy "amitavroy (3 commits)")

### Embed Badge

![Health badge](/badges/amitavroy-rediscache/health.svg)

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

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.2M51](/packages/spatie-laravel-responsecache)[encore/redis-manager

Redis manager for laravel

25243.1k](/packages/encore-redis-manager)[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

2057.2k](/packages/iazaran-smart-cache)[dragon-code/laravel-cache

An improved interface for working with cache

6844.8k10](/packages/dragon-code-laravel-cache)[nexxai/laravel-cfcache

A handful of Cloudflare cache helpers for Laravel

1317.7k](/packages/nexxai-laravel-cfcache)[pdffiller/qless-php

PHP Bindings for qless

29113.2k1](/packages/pdffiller-qless-php)

PHPackages © 2026

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