Skip to content
Discussion options

You must be logged in to vote

Hi there!

It was an intentional technical decision from our side to use Redis for entity storage. With the right configuration, we believe it can be highly available and reliable, similar to RDBMS.

We decided to decouple entity storage & log storage, using different technology, learning from our experience building Hookdeck, specifically around the log storage. We intended to use ClickHouse for that purpose and decided that Redis can be a reliable option for entity storage as well as other KV usage to simplify the stack. The alternative would have been Redis for KV, Postgres for entity, and ClickHouse for log storage, which is doable but a bit more complex than necessary.

With that in min…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@moltar
Comment options

@alexbouchardd
Comment options

Answer selected by moltar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants