callback =
    callback ||
    function (error) {
      if (error) {
        log().warn({ err: error }, 'Error updating cached user in Redis');