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: 138,721 of 196,658
Downloads: 4,695

Daily

Ranking: 111,482 of 196,619
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,750,343,576bundler
81,416,600,134rake
251,152,214,650thor
291,020,526,382rspec
56747,227,703rubocop
83583,408,591redis
98501,545,707simplecov
190287,423,613pry-byebug

Owners

#GravatarHandle
1icondsalahutdinov