Skip to content

jeffersonxu/aws-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-cache

Simple framework utilizing Redis for basic AWS Elasticache with a Node.js Docker container

Running

Make sure to have Docker installed

#Commands run within root directory of git repo
docker build -t cache-test .
docker run -p 49160:8080 -d cache-test

docker logs <containerID>
docker stop <containerID>

Usage

Endpoint can be accessed either via cURL or localhost

curl -i localhost:491680/<key>

About

Implementation of AWS Elasticache using Node.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published