Tag: cache servers

architecture devops engineering software delivery tips and tricks

Redis Cache – Potential Chernobyl in your Architecture

Redis cache, so fast, so easy to setup but a potential Chernobyl, lying within your system. The problem comes when the Redis cache is used as a permanent store of values within your system, so applications and services get to use it as stable source of truth. This is an easy trap to fall into […]

Back To Top