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