2017 © Pedro Peláez
 

library redis

A non-blocking Redis client for Amp.

image

amphp/redis

A non-blocking Redis client for Amp.

  • Friday, November 17, 2017
  • by kelunik
  • Repository
  • 10 Watchers
  • 66 Stars
  • 10,454 Installations
  • PHP
  • 5 Dependents
  • 2 Suggesters
  • 13 Forks
  • 0 Open issues
  • 15 Versions
  • 14 % Grown

The README.md

redis

Build Status Coverage Status MIT License, (*1)

amphp/redis provides non-blocking access to Redis instances. All I/O operations are handled by the Amp concurrency framework, so you should be familiar with the basics of it., (*2)

Installation

This package can be installed as a Composer dependency., (*3)

composer require amphp/redis

Usage

<?php

require __DIR__ . '/vendor/autoload.php';

use Amp\Redis\Config;
use Amp\Redis\Redis;
use Amp\Redis\RemoteExecutor;

Amp\Loop::run(static function () {
    $redis = new Redis(new RemoteExecutor(Config::fromUri('redis://')));

    yield $redis->set('foo', '21');
    $result = yield $redis->increment('foo', 21);

    \var_dump($result); // int(42)
});

Security

If you discover any security related issues, please email me@kelunik.com instead of using the issue tracker., (*4)

License

The MIT License (MIT). Please see LICENSE for more information., (*5)

The Versions

17/11 2017

dev-master

9999999-dev https://github.com/amphp/redis

A non-blocking Redis client for Amp.

  Sources   Download

MIT

The Requires

 

The Development Requires

redis client async amp amphp

17/11 2017

v0.3.3

0.3.3.0 https://github.com/amphp/redis

A non-blocking Redis client for Amp.

  Sources   Download

MIT

The Requires

 

The Development Requires

redis client async amp amphp

14/11 2017

v0.3.2

0.3.2.0 https://github.com/amphp/redis

A non-blocking Redis client for Amp.

  Sources   Download

MIT

The Requires

 

The Development Requires

redis client async amp amphp

09/09 2017

v0.3.1

0.3.1.0 https://github.com/amphp/redis

A non-blocking Redis client for Amp.

  Sources   Download

MIT

The Requires

 

The Development Requires

redis client async amp amphp

24/06 2017

v0.3.0

0.3.0.0 https://github.com/amphp/redis

A non-blocking Redis client for Amp.

  Sources   Download

MIT

The Requires

 

The Development Requires

redis client async amp amphp

21/05 2017
01/03 2017

0.2.x-dev

0.2.9999999.9999999-dev https://github.com/amphp/redis

Async Redis client.

  Sources   Download

MIT

The Requires

 

The Development Requires

redis client async amp amphp

06/05 2016

v0.2.5

0.2.5.0 https://github.com/amphp/redis

Async Redis client.

  Sources   Download

MIT

The Requires

 

The Development Requires

redis client async amp amphp

02/05 2016

dev-subscription

dev-subscription https://github.com/amphp/redis

Async Redis client.

  Sources   Download

MIT

The Requires

 

The Development Requires

redis client async amp amphp

29/04 2016

v0.2.4

0.2.4.0 https://github.com/amphp/redis

Async Redis client.

  Sources   Download

MIT

The Requires

 

The Development Requires

redis client async amp amphp

25/04 2016

v0.2.3

0.2.3.0 https://github.com/amphp/redis

an async redis client based on the amp framework

  Sources   Download

MIT

The Requires

 

The Development Requires

redis client async amp amphp

24/04 2016

v0.2.2

0.2.2.0 https://github.com/amphp/redis

an async redis client based on the amp framework

  Sources   Download

MIT

The Requires

 

The Development Requires

redis client async amp amphp

25/02 2016

v0.2.1

0.2.1.0 https://github.com/amphp/redis

an async redis client based on the amp framework

  Sources   Download

MIT

The Requires

 

The Development Requires

redis client async amp

27/08 2015

v0.2.0

0.2.0.0 https://github.com/amphp/redis

an async redis client based on the amp framework

  Sources   Download

MIT

The Requires

 

The Development Requires

redis client async amp

30/04 2015

v0.1.0

0.1.0.0 https://github.com/amphp/redis

an async redis client based on the amp framework

  Sources   Download

MIT

The Requires

 

The Development Requires

redis client async amp