Last active
August 29, 2015 14:06
-
-
Save safecat/c5686a9978f844a75034 to your computer and use it in GitHub Desktop.
Install php5-redis for ubuntu 12.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo -s | |
| cd /opt | |
| git clone https://github.com/nicolasff/phpredis.git | |
| cd phpredis | |
| phpize | |
| ./configure #--enable-redis-igbinary | |
| make && make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment