Hacker News new | ask | show | jobs
by lloydjatkinson 3304 days ago
Why do you hate redis?
1 comments

Redis is great when used as a persistent cache for short-lived + no value data, or data that can be reproduced from another source. If your data, or queued items, have value then find a better tool.

But if you're foolish enough to use it as a database... lol.