function Overview(express, redis, options) {
      this.express = express;
      this.redis = redis;
      this.options = options;
      this._formatByte = __bind(this._formatByte, this);