/my-inventory-app

Test out caching strategies in node

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

my-inventory-app

Testing out caching strategies in node

Compared reponse times for the following scenarios:

  • No Caching at all
  • In-Memory Caching
  • Caching to File
  • Using Memcached
  • Using Redis for Caching

Further reading