Implement Redis caching with ExpressJS
In this article, we are going to create a simple ExpressJS project which will call a starwars API to fetch its movie character details. This API is provided by Swapi . You can find the code for this at Github .
Installing Redis
Redis is an open-sou...
hussain.io4 min read