lib/resque/server/views/stats.erb in resque-mongo-1.8.1 vs lib/resque/server/views/stats.erb in resque-mongo-1.9.8.1
- old
+ new
@@ -20,11 +20,11 @@
<% end %>
</table>
<% elsif params[:id] == 'redis' %>
- <h1><%= resque.redis.server %></h1>
+ <h1><%= resque.redis_id %></h1>
<table class='stats'>
<% for key, value in resque.redis.info.to_a.sort_by { |i| i[0].to_s } %>
<tr>
<th>
<%= key %>
@@ -37,10 +37,10 @@
</table>
<% elsif params[:id] == 'keys' %>
<h1>Keys owned by <%= resque %></h1>
- <p class='sub'>(All keys are actually prefixed with "resque:")</p>
+ <p class='sub'>(All keys are actually prefixed with "<%= Resque.redis.namespace %>:")</p>
<table class='stats'>
<tr>
<th>key</th>
<th>type</th>
<th>size</th>