kwh.handleDay(req, res, redis)
    .then(data => {
      res.setHeader('Cache-Control', 'public, max-age=864000');
      res.json(data);
    })