Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Last active February 13, 2026 14:53
Show Gist options
  • Select an option

  • Save ng-the-engineer/04acc31d7fafc1288bfb4ff960271551 to your computer and use it in GitHub Desktop.

Select an option

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
@thgrace
Copy link
Copy Markdown

thgrace commented Feb 13, 2026

If you found this gist via search or some AI suggestion: this no longer seems to work so I created a modified version of the official redis formulae that only installs the cli.

brew tap thgrace/redis-cli

brew update && brew doctor

brew install redis-cli

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