Answers for "redis download mac"

8

install redis on mac

//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
3

redis mac

wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
Posted by: Guest on July-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language