express-redis-docker icon indicating copy to clipboard operation
express-redis-docker copied to clipboard

A Node/Express app with Redis through Docker Compose

Express Redis Docker app

Requirements: Docker Community Edition

To start the app run: docker-compose up.

It will then be started on port 3000.

Endpoints

Hello World

curl http://localhost:3000

Storing Data

curl http://localhost:3000/store/my-key\?some\=value\&some-other\=other-value

Fetching Data

curl http://localhost:3000/my-key