とあるプロジェクトにて…
zsh: command not found: redis-cli
# インストール brew install redis # 確認 which redis-server # /usr/local/bin/redis-server # 起動 redis-server