Last week I was busy with researching the alternatives of implementing a caching solution for an upcoming application. Not surprisingly Redis and Memcached were the ones on the top of the list. Because we don't need those extra features of Redis like durability, master-slave replication and operations on complex values, our pick was Memcached.
For those of you who have not heard about it yet
Memcached...