Skip to content

Instantly share code, notes, and snippets.

@kenci
Created March 21, 2016 10:00
Show Gist options
  • Select an option

  • Save kenci/506d26b8a81dc5d812ff to your computer and use it in GitHub Desktop.

Select an option

Save kenci/506d26b8a81dc5d812ff to your computer and use it in GitHub Desktop.
Update redis
git clone --branch 2.2.7 https://github.com/phpredis/phpredis​
cd phpredis
​cat php_redis.h | grep VERSION
phpize
./configure
sudo make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment