Initial import

This commit is contained in:
2017-02-21 02:05:25 +01:00
commit 21085f6b7d
17 changed files with 8689 additions and 0 deletions

8
DOC/README.php5.6.redis Normal file
View File

@@ -0,0 +1,8 @@
## - Install redis extension under php 5.6
## -
## - Note: the actual version (at time 3.0) requires php vsersion >= 7.0
## - (and for now < 7.1)
## -
## - Note: On php 5.6.x install redis v. 2.2.8
## -
pecl install redis-2.2.8