Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Last active September 30, 2020 03:55
Show Gist options
  • Save ng-the-engineer/04acc31d7fafc1288bfb4ff960271551 to your computer and use it in GitHub Desktop.
Save ng-the-engineer/04acc31d7fafc1288bfb4ff960271551 to your computer and use it in GitHub Desktop.
Install Redis-cli

Redis-cli

Redis-cli allows you to access Redis instance. Run below command to install.

brew tap ringohub/redis-cli

brew update && brew doctor

brew install redis-cli

Access Redis shell by

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