Hacker News new | ask | show | jobs
by amtamt 11 days ago
> Redis is a real database

No, redis is a memory cache, with some ACID like features bolt on.

Even real databases have hard time maintaining consistency across nodes. CAP is a real constraint.