My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

How can i build slack clone with redis caching?

NikosDev's photo
NikosDev
·Feb 20, 2019

I am trying to make a slack clone using node.js, redis, mongoDB and socket.io. I have read that slack is using redis in their app and i am wondering what's the reason behind this? I am struggling to understand the caching flow!

Is this diagram correct...???

Untitled Diagram.png

  • What are the advantages of caching chat messages when users send new messages every second?
  • If you cache too many messages on redis wouldn't this be a problem?
  • What if server go down or some error occur? Am i going to miss all the data from redis?