Skip to content

Latest commit

 

History

History
executable file
·
35 lines (22 loc) · 1012 Bytes

README.md

File metadata and controls

executable file
·
35 lines (22 loc) · 1012 Bytes

Kdyby/Redis Build Status

Requirements

Kdyby/Redis requires PHP 5.3.2 or higher.

Installation

  1. Compile & Install latest stable Redis
  2. Compile & Install latest stable phpredis
  3. Install Kdyby/Redis to your project is using Composer:
$ composer require kdyby/redis:~2.0

If you like to live on the edge, you can install dev version of kdyby/redis, that is compatible with dev version of Nette Framework

$ composer require kdyby/redis:@dev

Homepage http://www.kdyby.org and repository http://github.com/kdyby/Redis.