Installing Redis & Redis GUI on Mac OS
If homebrew is not installed on your machine, run
/bin/bash -c "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>)"
otherwise, run
brew update
Install Redis
brew install redis
Start the Redis server
brew services start redis
Verify that the server is running
redis-cli ping
→ you can run redis-server
to view the server logs.
Installing Redis GUI — Another Redis Desktop Manager
Install the GUI using homebrew
brew install --cask another-redis-desktop-manager
Connect to the Redis server running on your machine
→ you can use the default configs shown below: