Monday, 27 July 2020

Any NodeJS examples of using Redis as a caching step in front of a SQL server

I am writing a large CRUD and want to start using Redis as a cache server to speed up the purely SQL (PostgreSQL) backend. Are there any code examples on GitHub of applications which models relate to two DB's. I want to have a look at how they structure the models? Is it easy to do raw or are there ORM handle this? What are some patterns to use?

Submitted July 27, 2020 at 11:23AM by alpha-201

No comments:

Post a Comment