An open API service indexing awesome lists of open source software.

https://github.com/thinkswan/express-redis-cache

An Express app that caches data in Redis.
https://github.com/thinkswan/express-redis-cache

express javascript node redis tutorial

Last synced: 12 months ago
JSON representation

An Express app that caches data in Redis.

Awesome Lists containing this project

README

          

# express-redis-cache

An Express app that caches data in Redis.

Based on the following tutorial: [Traversy Media: Redis Caching in Node.js](https://www.youtube.com/watch?v=oaJq1mQ3dFI)

## Get started

```
brew install redis
yarn
yarn start
open http://localhost:5000/repos/
```