2017 © Pedro Peláez
 

library redis_protocol

Simple PHP client library for the Redis protocol (http://redis.io/topics/protocol)

image

sandeepshetty/redis_protocol

Simple PHP client library for the Redis protocol (http://redis.io/topics/protocol)

  • Tuesday, August 7, 2012
  • by sandeepshetty
  • Repository
  • 1 Watchers
  • 5 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

redis_protocol

Simple PHP client library for the Redis protocol., (*1)

Requirements

  • PHP 5.3+

Getting Started

Download via Composer

Create a composer.json file if you don't already have one in your projects root directory and require redis_protocol:, (*2)

{
    "require": {
        "sandeepshetty/redis_protocol": "dev-master"
    }
}

Install Composer:, (*3)

$ curl -s http://getcomposer.org/installer | php

Run the install command:, (*4)

$ php composer.phar install

This will download redis_protocol into the vendor/sandeepshetty/redis_protocol directory., (*5)

To learn more about Composer visit http://getcomposer.org/, (*6)

Description

callable redis_protocol\client( [string $host = '127.0.0.1' [, int $port = 6379]] ), (*7)

The returned function accepts a Redis command as a string., (*8)

Usage


TODO

Support for Pipelining and Clustering., (*9)

The Versions

07/08 2012

dev-master

9999999-dev https://github.com/sandeepshetty/redis_protocol

Simple PHP client library for the Redis protocol (http://redis.io/topics/protocol)

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

redis