update iredis.php

This commit is contained in:
Guobao Jiang 2014-03-12 17:18:53 +08:00
parent 448bd66db5
commit 03a69c1c39
1 changed files with 5 additions and 5 deletions

View File

@ -4,18 +4,18 @@
* INTRO:
* This class provides an interface to redis.
*
* VERSION
* 2014-02-27 1.0
* 2014-03-12 1.1 add extension_loaded if possible
*
* NOTE
* You should install phpredis first from https://code.google.com/p/phpredis/
* or https://github.com/nicolasff/phpredis
*
* VERSION
* 2014-02-27 1.0
* 2014-03-12 1.1 add extension_loaded if possible
*
* AUTHOR:
* Aborn Jiang
*
* ISSUES
* ISSUES:
* if ipis error ex. 192.168.0.23, redis->connect will spend
* lots of time. this is a bug in phpredis?
*