Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 456 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 456 Bytes

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>