Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
Node redis cache example
Sample project for this blog post
To start the server :
- Clone this repo
npm installnode index
Make sure you have a redis server running with all default configuration. After installing redis, you can start the redis server by running :
redis-server