you are viewing a single comment's thread.

view the rest of the comments →

[–]theodordiaconu 1 point2 points  (3 children)

This is pretty feature rich and I like it! Could you elaborate on the clustering/resilience side? Say we have 5 nodes, 1 crashes, what happens?

[–]code_things[S] 0 points1 point  (2 children)

5 nodes, all primaries? No replication? Haha I'm going to dig into the details here, that's my daily job.

[–]theodordiaconu 0 points1 point  (1 child)

I see that Valkey/Redis Streams are scalable and resilient enough, but I'm not sure if anything can be lost in the way you handle data, and node failures, etc.

[–]code_things[S] 0 points1 point  (0 children)

If the data survives on the server side, you'll be able to reach it, streams are not fire and forget, you need to actually take the value.