One, it would be cool to be able to embed it, similar to sqlite, directly into applications.
Two, the HA story is so much more complicated than it should be. I totally acknowledge that concurrency and distributed computing is hard, but it should not require reading heaps of documentation and understanding two entirely separate multi-node approaches only to figure out there are lots of subtle strings attached that make it impractical for many applications.
For example if you use it for session storage, you can't have your application read from a random instance that may or may not contain the session.
I'm asking as a non-webdev who never quite got what Redis actually does, but would love to learn.
https://aws.amazon.com/blogs/database/reduce-your-amazon-ela...
epolanski•1h ago
https://redis.io/blog/diving-deep-into-rediss-new-array-data...