Two simple caching examples using Redis.
These examples are basic and simple, with the primary focus on the caching concept. Inside each project you'll find a README file with all necessary informations.
- Node.js
$ apt install nodejs
- npm (Node Package Manager)
$ apt install npm
- Redis
$ apt install redis-server