A service to helps us connect all of our services together. At least, locally.
Make sure you have https://docs.docker.com/compose/ set up on your machine.
Run docker-compose up
.
- If you do not have redis-cli, run
brew install redis
. Alternatively, install redis-cli via your self-investigated method of choice. - After Redis has launched, run
redis-cli ping
. You should get a response of PONG.