Sha256: 1e404c4632d1da0d6ead93c9b51bb4e770a81d81569d7b07199eb2389273f4c0

Contents?: true

Size: 478 Bytes

Versions: 7

Compression:

Stored size: 478 Bytes

Contents

  <h1>Keys owned by <%= Resque %></h1>
  <p class="sub">(All keys are actually prefixed with "<%= Resque.redis.namespace %>:")</p>

  <table class="table table-bordered stats">
    <tr>
      <th>key</th>
      <th>type</th>
      <th>size</th>
    </tr>
  <% Resque.keys.sort.each do |key| %>
    <tr>
      <th><%= link_to key, keys_statistic_path(key) %></th>
      <td><%= redis_key_type key %></td>
      <td><%= redis_key_size key %></td>
    </tr>
  <% end %>
  </table>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
resque-web-0.0.12 app/views/resque_web/stats/keys.html.erb
resque-web-0.0.11 app/views/resque_web/stats/keys.html.erb
resque-web-0.0.10 app/views/resque_web/stats/keys.html.erb
misha-resque-web-0.1.1 app/views/resque_web/stats/keys.html.erb
misha-resque-web-0.1.0 app/views/resque_web/stats/keys.html.erb
misha-resque-web-0.0.9 app/views/resque_web/stats/keys.html.erb
resque-web-0.0.9 app/views/resque_web/stats/keys.html.erb