1. 07 Sep, 2015 1 commit
  2. 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
  3. 11 Feb, 2015 1 commit
  4. 10 Feb, 2015 8 commits
  5. 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
  6. 11 Dec, 2014 2 commits
  7. 09 Dec, 2014 1 commit
  8. 25 Nov, 2014 1 commit
  9. 30 Oct, 2014 1 commit
  10. 29 Oct, 2014 1 commit
  11. 26 Aug, 2014 9 commits
  12. 18 Jul, 2014 2 commits
  13. 26 Jun, 2014 1 commit
  14. 21 Jun, 2014 2 commits
  15. 06 Jun, 2014 1 commit
  16. 13 Mar, 2014 1 commit
  17. 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
  18. 25 Feb, 2014 3 commits