Skip to content

Instantly share code, notes, and snippets.

@nonlogos
Last active October 30, 2018 10:57
Show Gist options
  • Save nonlogos/4510429a258e4f4dd27b656a4ab93578 to your computer and use it in GitHub Desktop.
Save nonlogos/4510429a258e4f4dd27b656a4ab93578 to your computer and use it in GitHub Desktop.
Redis installation
  1. brew install redis
  2. use brew services start redis to run redis
  3. use brew services restart redis to restart redis
  4. use redis-cli ping to check if redis is on, if it is it should return 'pong'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment