Skip to content

Instantly share code, notes, and snippets.

@slav123
Created March 4, 2018 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slav123/72729db4474d58124c5c5313e2585842 to your computer and use it in GitHub Desktop.
Save slav123/72729db4474d58124c5c5313e2585842 to your computer and use it in GitHub Desktop.
redis php directadmin
wget https://github.com/phpredis/phpredis/archive/develop.zip
unzip develop.zip
cd phpredis-develop/
/usr/local/php70/bin/phpize
./configure --with-php-config=/usr/local/php70/bin/php-config
make && make install
/usr/local/php70/lib/php.conf.d/
cp 10-opcache.ini 10-redis.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment