adds code


Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. In this tutorial I set up an application from scratch in nodejs using express. Then I implement redis caching to improve the performance of web app. . Links mentioned in the tutorial: redis: https://redis.io/ redis for windows: https://riptutorial.com/redis/example/29962/installing-and-running-redis-server-on-windows University Api: https://github.com/Hipo/university-domains-list
Previous Post Next Post