Skip to content

Instantly share code, notes, and snippets.

@safecat
Last active August 29, 2015 14:06
Show Gist options
  • Save safecat/c5686a9978f844a75034 to your computer and use it in GitHub Desktop.
Save safecat/c5686a9978f844a75034 to your computer and use it in GitHub Desktop.
Install php5-redis for ubuntu 12.04
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