RubyGems Navigation menu

ravanello 0.1.1

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) ```

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.1.1 - December 11, 2017 (13.5KB)
  2. 0.1.0 - December 11, 2017 (12.5KB)

Runtime依存関係 (2):

redis >= 0
thor >= 0

Development依存関係 (6):

bundler ~> 1.16
pry-byebug >= 0
rake ~> 10.0
rspec ~> 3.0
rubocop ~> 0.49
simplecov >= 0

所有者:

作者:

  • Salahutdinov Dmitry

SHA 256チェックサム:

550605e78b71f9dcbccda75a8e2af74e3b49574d988c79cb64ed6518395fd86c

累計ダウンロード数 3,596

このバージョンのみ 2,091

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: