/redis-proto

A toolkits for Redis protocol, achieved in pure PHP.

Primary LanguagePHPApache License 2.0Apache-2.0

Redis-Protocol

Latest Stable Version License

A toolkits for Redis protocol, achieved in pure PHP.

It includes two parts:

  1. Redis Protocol Encoder/Decoder.
  2. Redis Protocol Client.

Installation

It's recommanded to install by composer:

composer require fenying/redis-proto

Or just git clone this repository, and put the lib directory into you project.

License

This library is published under Apache-2.0 license.