PHPackages                             invincible-tech-systems/easeampredis - 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. invincible-tech-systems/easeampredis

ActiveLibrary[Caching](/categories/caching)

invincible-tech-systems/easeampredis
====================================

A very simple and safe PHP library that provides methods to access redis cache in php applications. This wraps up the AmPHP related Redis Package to interact with Redis in-memory cache in an asynchronous &amp; non-blocking way.

1.0.3(5y ago)0451MITPHP

Since Jan 25Pushed 5y agoCompare

[ Source](https://github.com/invincible-tech-systems/easeamp-redis)[ Packagist](https://packagist.org/packages/invincible-tech-systems/easeampredis)[ Docs](https://www.invincibletechsystems.com/)[ RSS](/packages/invincible-tech-systems-easeampredis/feed)WikiDiscussions main Synced 5d ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (1)

EaseAmpRedis
============

[](#easeampredis)

> A very simple and safe PHP library that provides methods to access Redis cache &amp; Redis Pubsub (i.e., Redis is used as a message queue) in php applications. This wraps up the AmPHP related Redis Package to interact with Redis in-memory cache in an asynchronous &amp; non-blocking way.

Advantages
----------

[](#advantages)

- Query Redis Cache in asynchronous &amp; non-blocking way
- Handle Channel Subscribe, UnSubscribe actions for single channel as well as a channel pattern, along with channel publish operation, when interacting with Redis Pubsub.

Getting started
---------------

[](#getting-started)

With Composer, run

```
composer require invincible-tech-systems/easeampredis:^1.0.3
```

Note that the `vendor` folder and the `vendor/autoload.php` script are generated by Composer; they are not part of EaseAmpRedis.

To include the library,

```
