Hacker News new | past | comments | ask | show | jobs | submit login

This is cool, but do we need another key-value store?



answer here: http://code.google.com/p/redis/wiki/FAQ

The most important part for the lazy guys: So what is Redis really about? The User interface with the programmer. Redis aims to export to the programmer the right tools needed to model a wide range of problems. Sets, Lists with O(1) push operation, lrange and ltrim, server-side fast intersection between sets, are primitives that allow to model complex problems with a key value database.

As a proof try to play and download the source of our small twitter clone at http://retwis.antirez.com and imagine to write it with a plain key-value DB: it's much harder, and slower.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: