macos start redis code example
Example 1: how to start redis on mac
// use this command
redis-server
redis-cli
Example 2: redis mac
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
// use this command
redis-server
redis-cli
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make