This example is based on the HugoDF/express-redis-docker example.
Requirements: Docker Community Edition
To start the app run: docker-compose up
.
It will then be started on port 3000.
curl http://localhost:3000
curl http://localhost:3000/store/my-key\?some\=value\&some-other\=other-value
curl http://localhost:3000/my-key
See also blog post docker-compose and Nginx
This project is licensed under the MIT license.