What is In-Memory caching & Distributed Caching?

v Redis is an open-source, highly replicated, performant, non-relational kind of database and caching server. 

v When to use which caching?
 

In normal cases where the application size is small, use in-memory cache.

But where application is very big or it’s a microservices based architecture, then use distributed caching.

 


Post a Comment

Previous Post Next Post