June 2015
Intermediate to advanced
318 pages
6h 57m
English
Installing Redis is really simple on a Mac OS. Follow these steps and you are good to go:
wget http://download.redis.io/releases/redis-2.8.3.tar.gztar xzf redis-2.8.3.tar.gz file.cd redis-2.8.3 command.make command. This will compile the binaries and create a folder structure, as shown in the following screenshot:
Folder structure for a Mac distribution
src/redis-server command; this will start the server, as shown in the following ...Read now
Unlock full access