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

Redis and LevelDB are very different, with different use cases.

LevelDB is a key-value storage library that writes to disk. It's the sort of thing you could use as the storage layer for a relational database.

On the other hand, Redis is an in-memory key-value database server.




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

Search: