Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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)
 
PREVIOUS NEXT
Tagged: #install #redis #mac #pro
ADD COMMENT
Topic
Name
7+4 =