Hacker News new | ask | show | jobs
by japherwocky 5335 days ago
what do you think of redis? I feel the same way about Mongo for the most part, but have been considering switching.
1 comments

If you can model your data in redis data structures it is excellent. Keep in mind that there is no preferred mechanism for operating redis when data is larger than ram. There is vm and diskstore, both deprecated by antirez, and a focus on data sets that fit in ram.

If you can do both of those things, it is awesome.