dev-master
9999999-dev https://github.com/sandeepshetty/redis_protocolSimple PHP client library for the Redis protocol (http://redis.io/topics/protocol)
MIT
The Requires
- php >=5.3.0
redis
Simple PHP client library for the Redis protocol (http://redis.io/topics/protocol)
Simple PHP client library for the Redis protocol., (*1)
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)
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)
Support for Pipelining and Clustering., (*9)
Simple PHP client library for the Redis protocol (http://redis.io/topics/protocol)
MIT
redis