1. 17 Feb, 2015 1 commit
  2. 14 Feb, 2015 1 commit
  3. 13 Feb, 2015 2 commits
    • antirez's avatar
      f638f045
    • antirez's avatar
      redis-cli --latency-dist, hopefully better palette. · 3101d2bf
      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.
      3101d2bf
  4. 12 Feb, 2015 2 commits
  5. 11 Feb, 2015 18 commits
  6. 10 Feb, 2015 1 commit
  7. 09 Feb, 2015 1 commit
  8. 08 Feb, 2015 2 commits
    • antirez's avatar
      redis-cli: interactive reconnection for latency modes. · ca23b2a6
      antirez authored
      --stat mode already used to reconnect automatically if the server is no
      longer available. This is useful since this is an interactive mode used
      for debugging, however the same applies to --latency and --latency-dist
      modes, so now both use the reconnecting command execution as well.
      
      The reconnection code was modified to use basic VT100 escape sequences
      in order to play better with different kinds of output on the screen
      when the reconnection happens, and to hide the reconnection attempt
      output when finally the reconnection happens.
      ca23b2a6
    • antirez's avatar
      redis-cli --latecy-dist reverted to gray scale. · cfe21852
      antirez authored
      So far not able to find a color palette within the 256 colors which is
      not confusing. However I believe it is a possible task, so will try
      better later.
      cfe21852
  9. 07 Feb, 2015 5 commits
  10. 04 Feb, 2015 2 commits
  11. 03 Feb, 2015 5 commits