Skip to content

Instantly share code, notes, and snippets.

@mhat
Created August 16, 2010 05:45
Show Gist options
  • Save mhat/526490 to your computer and use it in GitHub Desktop.
Save mhat/526490 to your computer and use it in GitHub Desktop.

step 1: edit the redis formula

brew edit redis 

then change

url 'http://redis.googlecode.com/files/redis-2.0.0-rc4.tar.gz'
sha1 'b2fda3b2a073c537c324b962ba0c7c81be8baef3'

step 2: install

brew install redis 

don't blink

==> Downloading http://redis.googlecode.com/files/redis-2.0.0-rc4.tar.gz
######################################################################## 100.0%
==> make -C .
==> Caveats
Automatically load on login with:
  launchctl load -w /usr/local/Cellar/redis/2.0.0-rc4/io.redis.redis-server.plist

To start redis manually:
  redis-server /usr/local/etc/redis.conf

To access the server:
  redis-cli
==> Summary
/usr/local/Cellar/redis/2.0.0-rc4: 146 files, 1.2M, built in 4 seconds

4 seconds -- now that is rad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment