I’ve updated the installation section to recommend installing redis and (for MacOS users) running the following command:
brew services start redis
At the end of section F4, I’ve added a recommendation to try redid-cli ping
if redis is installed, and noted that redis can be avoided entirely during development by using the async
adapter in config/cable.yml
.