Skip to content

Instantly share code, notes, and snippets.

@oguzoldev
Last active September 10, 2016 20:00
Show Gist options
  • Save oguzoldev/d6eb7c0611feb5fd79e81575979ab275 to your computer and use it in GitHub Desktop.
Save oguzoldev/d6eb7c0611feb5fd79e81575979ab275 to your computer and use it in GitHub Desktop.
Install redis 3.2.3 for mac

Install redis 3.2.3

curl -o http://download.redis.io/releases/redis-3.2.3.tar.gz
tar xzf redis-3.2.3.tar.gz
cd redis-3.2.3
make
cp src/redis-server src/redis-cli /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment