Hacker News new | ask | show | jobs
by ketzo 422 days ago
Actually thinking about building something with Redis streams next week. Any particular advice/sharp edges/etc?
2 comments

Don't, under any circumstances, let it come into contact with an untrusted network. Anyone who can connect to your Redis service gets arbitrary remote code execution.
Honestly no, which was my favorite part. So easy to spin up, "just works" the way you expect. It's night and day from a lot of the other solutions in the ecosystem.