redis-sampler icon indicating copy to clipboard operation
redis-sampler copied to clipboard

Small program to understand the composition of your Redis data set

Results 10 redis-sampler issues
Sort by recently updated
recently updated
newest added

Closes #3 Whilst likely obvious to people from the error thrown: ``` Traceback (most recent call last): 2: from ./redis-sampler.rb:31:in `' 1: from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require' /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require': cannot load such...

I am getting the below error while running the script /usr/share/ruby/vendor_ruby/2.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- redis (LoadError) from /usr/share/ruby/vendor_ruby/2.0/rubygems/core_ext/kernel_require.rb:55:in `require'

HKEYS may be slow and may block the whole Redis instance

its not terribly obvious what units are used here (bytes? kbs?), just for readability.

renamed the readme so it will be parsed with markdown again.

ZSET count stats were displayed instead of SET

Could you document how to read that part of the output? What is size of what and what is the order in which results are presented.

I cloned the repo, and as per the README tried to run redis-sample.rb. Got the missing dependency error, maybe you should add to the README that you need to do...