Warning: file_put_contents(/home/cacois/codehenge.net/blog/wp-content/uploads/custom-css/) [function.file-put-contents]: failed to open stream: Is a directory in /home/cacois/codehenge.net/blog/wp-content/plugins/imporved-simpler-css/lib/cpt-to-file.php on line 228
Jul 072012
 
Installing Redis on Mac OSX

In this post, I’ll show you how to install Redis, a popular NoSQL database, on your OSX machine. For those unaware, Redis is described on its project site as: “an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.”

Full Post