2017 © Pedro Peláez
 

library tinyredisclient

The most lightweight Redis client written in PHP

image

ptrofimov/tinyredisclient

The most lightweight Redis client written in PHP

  • Monday, April 29, 2013
  • by ptrofimov
  • Repository
  • 6 Watchers
  • 76 Stars
  • 114,322 Installations
  • PHP
  • 6 Dependents
  • 2 Suggesters
  • 8 Forks
  • 6 Open issues
  • 5 Versions
  • 11 % Grown

The README.md

TinyRedisClient English version

TinyRedisClient is the most lightweight Redis client written in PHP, (*1)

Key points, (*2)

  • Full-featured: supports all Redis commands
  • Simple: just Redis protocol, nothing more
  • Really tiny: only 50 lines of code
  • Requires nothing: pure PHP implementation

Usage example, (*3)

$client = new TinyRedisClient( 'host:port' );
$client->set( 'key', 'value' );
$value = $client->get( 'key' );

Full list of commands you can see on http://redis.io/commands, (*4)

Download and enjoy!, (*5)


TinyRedisClient Русская версия

TinyRedisClient - самый легковесный клиент для Redis, написанный на PHP, (*6)

Основные моменты, (*7)

  • Полнофункциональный: поддерживает все команды Redis
  • Простой: только протокол Redis, ничего лишнего
  • Крошечный: всего 50 строк кода
  • Нетребовательный: написан на чистом PHP

Пример использования, (*8)

$client = new TinyRedisClient( 'хост:порт' );
$client->set( 'ключ', 'значение' );
$value = $client->get( 'ключ' );

Полный список команд Redis вы можете найти на http://redis.io/commands, (*9)

Скачивайте и наслаждайтесь!, (*10)


Keywords: redis, storage, nosql, php, client, lightweight, light, easy, simple, small, tiny, protocol, (*11)

The Versions

29/04 2013

dev-master

9999999-dev https://github.com/ptrofimov/tinyredisclient

The most lightweight Redis client written in PHP

  Sources   Download

MIT

redis client

29/04 2013

dev-develop

dev-develop https://github.com/ptrofimov/tinyredisclient

The most lightweight Redis client written in PHP

  Sources   Download

MIT

redis client

09/04 2013

1.1.1

1.1.1.0 https://github.com/ptrofimov/tinyredisclient

The most lightweight Redis client written in PHP

  Sources   Download

MIT

redis client

15/11 2012

1.1.0

1.1.0.0 https://github.com/ptrofimov/tinyredisclient

The most lightweight Redis client written in PHP

  Sources   Download

MIT

redis client

15/11 2012

1.0.0

1.0.0.0 https://github.com/ptrofimov/tinyredisclient

The most lightweight Redis client written in PHP

  Sources   Download

MIT

redis client