lib/resque/server/views/stats.erb in resque-mongo-1.4.0 vs lib/resque/server/views/stats.erb in resque-mongo-1.8.1
- old
+ new
@@ -1,10 +1,10 @@
<% @subtabs = %w( resque redis keys ) %>
<% if params[:key] %>
-<%= partial :key %>
+<%= partial resque.redis.type(params[:key]).eql?("string") ? :key_string : :key_sets %>
<% elsif params[:id] == "resque" %>
<h1><%= resque %></h1>
<table class='stats'>
@@ -57,6 +57,6 @@
<% end %>
</table>
<% else %>
-<% end %>
\ No newline at end of file
+<% end %>