⬅︎ Back to How much faster is Redis at storing a blob of JSON compared to PostgreSQL?
Even though Regis can be persistent, you can still lose data on crash. It does not flush data immediately on the disk on writes. Keep that in mind.
Definitely a feather in PG's hat. And much the reason why I'm nervous about *relying* on Redis as a persistent store. I'm more and more inclined to use Redis as a caching layer.
Comment
Even though Regis can be persistent, you can still lose data on crash. It does not flush data immediately on the disk on writes. Keep that in mind.
Replies
Definitely a feather in PG's hat. And much the reason why I'm nervous about *relying* on Redis as a persistent store. I'm more and more inclined to use Redis as a caching layer.