Sha256: 83cb7ed6aaf9e29422f347d07b9f0b3ef39865b4e7b5afc44784d92fe3cbe49e

Contents?: true

Size: 481 Bytes

Versions: 7

Compression:

Stored size: 481 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, statistic_path("keys", 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 & 3 rubygems

Version Path
resque-web-0.0.8 app/views/resque_web/stats/keys.html.erb
resque-web-edge-1.0.0 app/views/resque_web/stats/keys.html.erb
resque-web-0.0.7 app/views/resque_web/stats/keys.html.erb
resque-web-clone-0.0.7 app/views/resque_web/stats/keys.html.erb
resque-web-clone-0.0.6 app/views/resque_web/stats/keys.html.erb
resque-web-0.0.6 app/views/resque_web/stats/keys.html.erb
resque-web-0.0.5 app/views/resque_web/stats/keys.html.erb