PHPackages                             shen2/easy-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. shen2/easy-redis

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

shen2/easy-redis
================

an async redis wrapper for phpredis

v1.0(8y ago)73871[1 issues](https://github.com/shen2/EasyRedis/issues)MITPHPPHP &gt;=5.4.0

Since Dec 29Pushed 8y ago2 watchersCompare

[ Source](https://github.com/shen2/EasyRedis)[ Packagist](https://packagist.org/packages/shen2/easy-redis)[ RSS](/packages/shen2-easy-redis/feed)WikiDiscussions master Synced 1mo ago

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

EasyRedis
=========

[](#easyredis)

an async redis wrapper for phpredis

Features
--------

[](#features)

- Using phpredis extension (nicolasff/phpredis)
- Support asynchronous and synchronous request
- Support for logged, unlogged and counter batches

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

[](#installation)

PHP 5.4+ is required. phpredis extension is required.

Append dependency into composer.json

```
	...
	"require": {
		...
		"shen2/easy-redis": "dev-master"
	}
	...

```

Basic Using
-----------

[](#basic-using)

```
