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