📜  在 mac pro 上安装 redis - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:17.512000             🧑  作者: Mango

代码示例1
//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)