📅  最后修改于: 2022-03-11 14:50:17.512000             🧑  作者: Mango
//Using Homebrew it is quite easy to install-
brew update
brew install redis
//To check
redis-cli ping
//if you are getting PONG Then you are good to go(y)