2017 © Pedro Peláez
 

library reddish

Redis clients

image

kazuakim/reddish

Redis clients

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

reddish

TravisCI Coveralls Scrutinizer GitHub issues Packagist Document license, (*1)

Usage

This Redis client is very simple, only connection supprot!, (*2)

try {
    $clients = new \Kazuakim\Reddish\Clients([
        'host' => '127.0.0.1',
        'port' => 6379
    ]);

    $clients->set('key', '1'); // normal phpredis functions.
    $clients->get('key');
} catch (\RedisException $e) {
    ...
}

Author

KazuakiM, (*3)

License

This software is released under the MIT License, see LICENSE., (*4)

The Versions

24/09 2017

dev-master

9999999-dev https://github.com/KazuakiM/reddish

Redis clients

  Sources   Download

MIT

The Requires

  • php ^7.0
  • ext-redis *

 

The Development Requires

redis

17/07 2017

0.1

0.1.0.0 https://github.com/KazuakiM/reddish

Redis clients

  Sources   Download

MIT

The Requires

  • php ^7.0
  • ext-redis *

 

redis