Install Redis on macOS
The Guide shows you Step-by-Step How to Install and Getting-Started Quickly with the Latest Redis NoSQL Database Stable/Development Release for macOS 10.7 Mountain Lion 32/64-bit.
Redis is an In Memory NoSQL Database Very Fast, Versatile and Scalable, Look at the StartUp Guide for More Insight About It…
To the How to Install Redis on macOS Bottom you Find Link to Quick Start Guide for Redis Database StatUp.
-
Download Latest Redis Stable/Dev Release:
-
Double-Click on Archive to Extract
-
Open a Terminal Window
-
Installing Redis
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
make
make test
make install
-
Redis Getting-Started Tutorial