We can leverage Redis to cache things that do not change often, like stats. This should reduce DB load and HTTP requests. - [x] provision Redis at Heroku - [x] add Docker example of running Redis locally - [x] refactor /api endpoints to use Redis - [ ] refactor /stats to use Redis