ohylime / RedisNodeCacheDemo

Very very simple demonstration of how to use Redis as a cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis Cache Demo

Hey everyone, here is the code that I used for my live coding for my Tech Talk at FullStack Academy.

This code is really meant for just understanding how it works! I would recommend using promises instead of callbacks :)! Enjoy.


Documents

What I have installed on my computer

  • Redis
  • Sqlite IMDB database
  • Basic Lazy Loading Strategy for Caching
  • you wont be able to run this without either.

About

Very very simple demonstration of how to use Redis as a cache


Languages

Language:JavaScript 100.0%