Skip to content

Instantly share code, notes, and snippets.

@andidp
Last active August 29, 2015 14:14
Show Gist options
  • Save andidp/b615e7ea40079c44ae0d to your computer and use it in GitHub Desktop.
Save andidp/b615e7ea40079c44ae0d to your computer and use it in GitHub Desktop.
Install redis dan php5-redis
#1 Install redis-server
sudo apt-get install redis-server
#2 Install php5-redis
sudo apt-get install php5-redis
#3 Restart apache2 server
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment