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: 137,106 of 191,483
Downloads: 4,516

Daily

Ranking: 54,663 of 191,454
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,294,095,825bundler
81,274,245,981rake
251,056,876,023thor
29964,633,797rspec
56669,650,118rubocop
80545,064,939redis
99455,133,578simplecov
182269,846,353pry-byebug

Owners

#GravatarHandle
1icondsalahutdinov