Caching API with Redis and Node
FEBRUARY 28, 2020 · 1131 WORDS
More often than not, your backend server needs to talk to downstream services, third party APIs and the database. These calls are expensive both in terms of time and money. Consider for example, your API fetches popular movies from a movie API which charges you based on each call you [...]