Posts Tagged ‘key-value’

Check out Redis

Sunday, August 16th, 2009

Off late, I’ve been working on a project where we’re using a simple key-value store instead of a relational DBMS like MySQL, and I’ve come to realize that if done properly, a lot of applications don’t require a relational database. Redis, being a simple key-value store is ridiculously quick, so try it out, and avoid MySQL when its not really required.

Redis