--- boost.module
+++ (clipboard)
@@ -177,6 +177,15 @@
 }
 
 /**
+ * Implements hook_drupal_goto_alter().
+ */
+function boost_drupal_goto_alter(&$path, &$options, &$http_response_code) {
+  global $_boost;
+  // Bypass caching on redirects.
+  $_boost['is_cacheable'] = FALSE;
+}
+
+/**
  * Implements boost_exit().
  */
 function boost_exit($destination = NULL) {
