Relative Content

Tag Archive for postgresqlkubernetescachingredisrelational-database

Advantages of redis over cache table in the database

In our application we use lru-cache in our Express.js server to cache the response of some endpoints. Sometimes just to spare querying the database or to save time on some data transformations that we do with the data from the db (we use PostgreSQL in AWS RDS).