Sha256: 105d99a21955fb0c1fac2e9bbfd99a54d7d793ba0147e66cd1549dc83c15d2f2

Contents?: true

Size: 489 Bytes

Versions: 4

Compression:

Stored size: 489 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, "/stats/keys/#{key}" %>
      </th>
      <td><%= redis_key_type key %></td>
      <td><%= redis_key_size key %></td>
    </tr>
  <% end %>
  </table>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
resque-web-0.0.4 app/views/resque_web/stats/keys.html.erb
resque-web-0.0.3 app/views/resque_web/stats/keys.html.erb
resque-web-0.0.2 app/views/resque_web/stats/keys.html.erb
resque-web-0.0.1 app/views/resque_web/stats/keys.html.erb