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,348 of 187,255
Downloads: 4,239

Daily

Ranking: 45,049 of 187,239
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,973,645,220bundler
101,152,124,538rake
25981,638,551thor
27919,498,517rspec
57604,577,545rubocop
79509,555,713redis
99421,256,244simplecov
173255,207,491pry-byebug

Owners

#GravatarHandle
1icondsalahutdinov