Skip to content

Instantly share code, notes, and snippets.

@Daniel-Xu
Created May 29, 2014 13:13
Show Gist options
  • Select an option

  • Save Daniel-Xu/ac062c5881f6f8800b48 to your computer and use it in GitHub Desktop.

Select an option

Save Daniel-Xu/ac062c5881f6f8800b48 to your computer and use it in GitHub Desktop.
install redis on macos

using homebrew

brew install redis

how to start

After you install the redis, there's will be several instructions below the command brew install redis, basically it use

launchctl, so make sure you start the redis-server

validation

ps -ef | grep redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment