Categories: None [Edit]

ravanello

https://rubygems.org/gems/ravanello
https://github.com/dsalahutdinov/ravanello
Ravanello is the cli for analyze keys in redis and size of it's values. Example of usage: ```bash gem install ravanello ravanello --version REDIS_URL="redis://localhost/db" ravanello analyze --rules rules.yml ``` The rules files specifies the structure of the redis keys (splitted by :) and should looks like this: ```yml rules: resque: - 'delayed' - 'resque-retry' - 'timestamps' - 'lock' - 'meta' ``` After analyzing you will get the report in console: ``` Q-ty Size Key (sample) 4 24 * (hello) 1 6 denormalized:companies:* (denormalized:companies:99585213) ```

Total

Ranking: 140,291 of 183,471
Downloads: 3,816

Daily

Ranking: 61,367 of 183,459
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,455,829,279bundler
10968,905,115rake
24843,122,327thor
25824,998,340rspec
62484,810,129rubocop
72449,533,699redis
98353,709,953simplecov
168218,021,151pry-byebug

Owners

#GravatarHandle
1icondsalahutdinov