You can download and install Redis from source at or you can use Homebrew, a package manager for the Mac. I recommend using Homebrew (or Brew as I’ll refer to it) not only. Redis GUI Client for Mac Install Redis GUI for Mac. Download the latest Mac installer; Launch the app to start rdbtools webserver in background.
Redis Client Install Mac 10.13
In this post we will see How To Install Redis On Mac OS X
To install Redis, run the following commands:
To Test if Redis server is running run this command.
Redis Client Install Mac Os
If it replies “PONG”, then it’s good to go!
To set a value run the following commands
2 4 | redis>set foo bar redis>getfoo |
Video Instructions