Skip to content

Instantly share code, notes, and snippets.

@dawn360
Created December 24, 2015 20:13
Show Gist options
  • Save dawn360/504d1c2de57313fdf41c to your computer and use it in GitHub Desktop.
Save dawn360/504d1c2de57313fdf41c to your computer and use it in GitHub Desktop.
## 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