1. 18 Mar, 2015 2 commits
    • antirez's avatar
      e772c8e7
    • antirez's avatar
      redis-cli --latency-dist, hopefully better palette. · 99764d27
      antirez authored
      Less grays: more readable palette since usually we have a non linear
      distribution of percentages and very near gray tones are hard to take
      apart. Final part of the palette is gradient from yellow to red. The red
      part is hardly reached because of usual distribution of latencies, but
      shows up mainly when latencies are very high because of the logarithmic
      scale, this is coherent to what people expect: red = bad.
      99764d27
  2. 11 Feb, 2015 1 commit
  3. 10 Feb, 2015 8 commits
  4. 02 Feb, 2015 2 commits
    • mattcollier's avatar
      Update redis-cli.c · 1aed310c
      mattcollier authored
      Code was adding '\n'  (line 521) to the end of NIL values exlusively making csv output inconsistent.  Removed '\n'
      1aed310c
    • mattcollier's avatar
      Update redis-cli.c · 7db39b7f
      mattcollier authored
      Code was adding '\n'  (line 521) to the end of NIL values exlusively making csv output inconsistent.  Removed '\n'
      7db39b7f
  5. 11 Dec, 2014 2 commits
  6. 09 Dec, 2014 1 commit
  7. 25 Nov, 2014 1 commit
  8. 30 Oct, 2014 1 commit
  9. 29 Oct, 2014 1 commit
  10. 26 Aug, 2014 9 commits
  11. 18 Jul, 2014 2 commits
  12. 26 Jun, 2014 1 commit
  13. 21 Jun, 2014 2 commits
  14. 06 Jun, 2014 1 commit
  15. 13 Mar, 2014 1 commit
  16. 05 Mar, 2014 1 commit
    • michael-grunder's avatar
      Improved bigkeys with progress, pipelining and summary · 23addbb5
      michael-grunder authored
      This commit reworks the redis-cli --bigkeys command to provide more
      information about our progress as well as output summary information
      when we're done.
      
       - We now show an approximate percentage completion as we go
       - Hiredis pipelining is used for TYPE and SIZE retreival
       - A summary of keyspace distribution and overall breakout at the end
      23addbb5
  17. 25 Feb, 2014 4 commits