Created
December 24, 2015 20:13
-
-
Save dawn360/504d1c2de57313fdf41c to your computer and use it in GitHub Desktop.
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
## php5-dev | |
sudo apt-get install php5-dev | |
#update pecl | |
sudo apt-get install php-pear | |
#install igbinary | |
sudo pecl install igbinary | |
#Install PHP Redis extension | |
git clone https://github.com/phpredis/phpredis | |
cd phpredis | |
phpize | |
./configure --enable-redis-igbinary | |
make && sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment