Skip to content

Instantly share code, notes, and snippets.

@hawkup
Last active August 29, 2015 14:23
Show Gist options
  • Save hawkup/f621fc95a0eda87a2e96 to your computer and use it in GitHub Desktop.
Save hawkup/f621fc95a0eda87a2e96 to your computer and use it in GitHub Desktop.
Install Redis On Ubuntu 14.04
sudo apt-get update
sudo apt-get install redis-server

file config located

/etc/redis/redis.conf

if you want to change ip address of redis-server add this line to redis.conf

bind {ip address}

start/stop server

sudo service redis-server start
sudo service redis-server stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment