Skip to content

Instantly share code, notes, and snippets.

redis-cli ping
@jennimckinnon
jennimckinnon / Restart PHP Apache
Last active May 4, 2019 23:42
For an article.
apache2ctl restart
sudo service redis-server restart
@jennimckinnon
jennimckinnon / PHP Redis
Last active May 4, 2019 23:33
For an article. Note: "x" needs to be replaced to reflect correct version of PHP 7.
sudo echo "extension=redis.so" > /etc/php/7.x/apache2/conf.d/redis.ini
sudo make install
cd phpredis-master