Skip to content
Moncef Belyamani edited this page May 29, 2014 · 1 revision

On OS X

With Homebrew (recommended):

brew install redis

Follow the Homebrew instructions if you want Redis to start automatically every time you restart your computer. Otherwise launch Redis manually in a separate Terminal tab or window:

redis-server

With MacPorts

  1. Install redis with sudo port install redis
  2. Run redis server with redis-server

On other operating systems

See the Download page on Redis.io for steps to install on other systems: http://redis.io/download