diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 6d6e22632..6613909a4 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -97,6 +97,9 @@
%header{:class=>('landing' unless current_user)}
= render 'layouts/header'
+ %h3
+ = Resque.redis.inspect
+
.container{:style=> "#{yield(:break_the_mold)}"}
.span-24.last{:style=> "#{yield(:break_the_mold)}"}
= yield