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

ActiveLibrary[Caching](/categories/caching)

amphp/redis
===========

Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.

v2.0.4(2mo ago)165634.7k—1.3%30[11 issues](https://github.com/amphp/redis/issues)[2 PRs](https://github.com/amphp/redis/pulls)20MITPHPPHP &gt;=8.1CI passing

Since Apr 29Pushed 2mo ago11 watchersCompare

[ Source](https://github.com/amphp/redis)[ Packagist](https://packagist.org/packages/amphp/redis)[ Docs](https://amphp.org/redis)[ GitHub Sponsors](https://github.com/amphp)[ RSS](/packages/amphp-redis/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelog (10)Dependencies (32)Versions (41)Used By (20)

redis
=====

[](#redis)

AMPHP is a collection of event-driven libraries for PHP designed with fibers and concurrency in mind. This package provides non-blocking access to [Redis](http://redis.io) instances. All I/O operations are handled by [Revolt](https://revolt.run) event loop, so you should be familiar with the basics of it.

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

[](#installation)

This package can be installed as a [Composer](https://getcomposer.org/) dependency.

```
composer require amphp/redis
```

Usage
-----

[](#usage)

```
