Created
March 21, 2016 10:00
-
-
Save kenci/506d26b8a81dc5d812ff to your computer and use it in GitHub Desktop.
Update redis
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
| 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