You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Install redis with sudo port install redis
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