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.