6 ms·
Nats is getting there, but not yet. Redis is still much more powerful: lists, sorted sets and bazillion of other data structures
by indeyets 1y ago
Nats is getting there, but not yet.
Redis is still much more powerful: lists, sorted sets and bazillion of other data structures
- osigurdson 1y agoNATS has a bit more in terms of durability guarantees so I have found that it hits more use cases. I'm trying to strike a bit of a balance between "use the exact right tool for the job, even if that means you have 25 different services" and "just use Postgres". I do think Postgres/Redis/ClickHouse is probably fine as well but durable streaming would be hard to give up.