Answers for "install redis brew"

7

install redis on mac pro

//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)
Posted by: Guest on July-21-2020
0

install redis brew

brew update
brew install redis
Posted by: Guest on October-22-2020
0

brew service start redis

brew services start redis
Posted by: Guest on September-17-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language