Skip to content

kvnwang/nt-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nanoTwitter - Caching Service

Team Japan and Kevin

About

Caching Service for NanoTwitter proejct. This service will communicate with our user and tweet service defined below:

User Service

Tweet Service

The User and Tweet Service will communicate with the caching service via http with the following routes:

Routes

  • POST '/:key/:data' : will cache a key, value pair with the key, data params passed to the url
  • POST '/delete/:key': will remove the key, value pair cached in redis asocaited with the key
  • GET '/:key': gets data cached with the key param if avaliable

About

Cache Service for NanoTwitter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published