Technical Blog

RedisCache

We use redis cache to reduce the runtime with the application and the database. First time it will go to the db get the data from the database and then it stores in the cache and get the value from the cache.

Redis can be used as database and can be used as cache and also as a message broker.