Install Redis Desktop Manager on Mac OSX

来源:互联网 发布:linux驱动开发培训 编辑:程序博客网 时间:2024/06/05 09:28

About the App

  • App name: Redis Desktop Manager
  • App description: rdm (App: rdm.app)
  • App website: http://redisdesktop.com

Install the App

  1. Press Command+Space and type Terminal and press enter/return key.
  2. Run in Terminal app:
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null
    and press enter/return key. Wait for the command to finish.
  3. Run:
    brew cask install rdm

Done! You can now use Redis Desktop Manager.

0 0