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: 139,254 of 186,959
Downloads: 4,085

Daily

Ranking: 86,482 of 186,713
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,905,736,219bundler
101,128,098,871rake
25964,433,324thor
27909,387,510rspec
57589,619,268rubocop
79502,207,085redis
99413,507,374simplecov
171251,488,314pry-byebug

Owners

#GravatarHandle
1icondsalahutdinov