1. 07 Sep, 2015 1 commit
  2. 27 Jul, 2015 1 commit
  3. 14 Jul, 2015 2 commits
  4. 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
  5. 11 Feb, 2015 1 commit
  6. 09 Feb, 2015 1 commit
  7. 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
  8. 07 Feb, 2015 4 commits
  9. 25 Jan, 2015 1 commit
    • mattcollier's avatar
      Update redis-cli.c · 6ec5f1f7
      mattcollier authored
      Code was adding '\n'  (line 521) to the end of NIL values exlusively making csv output inconsistent.  Removed '\n'
      6ec5f1f7
  10. 23 Dec, 2014 1 commit
    • Matt Stancliff's avatar
      Add DEBUG JEMALLOC INFO · 27937c28
      Matt Stancliff authored
      Uses jemalloc function malloc_stats_print() to return
      stats about what jemalloc has allocated internally.
      27937c28
  11. 11 Dec, 2014 2 commits
  12. 08 Dec, 2014 1 commit
  13. 25 Nov, 2014 1 commit
  14. 11 Nov, 2014 1 commit
  15. 30 Oct, 2014 1 commit
  16. 29 Oct, 2014 1 commit
  17. 27 Oct, 2014 1 commit
  18. 15 Oct, 2014 1 commit
  19. 18 Aug, 2014 1 commit
  20. 13 Aug, 2014 1 commit
  21. 08 Aug, 2014 2 commits
  22. 07 Aug, 2014 5 commits
    • Kashif Rasul's avatar
      Fix issues raised by clang analyzer · c49378fe
      Kashif Rasul authored
      Modified by @antirez since the original fix to genInfoString() looked
      weak. Probably the clang analyzer complained about `section` being
      possibly NULL, and strcasecmp() called with a NULL pointer. In the
      practice this can never happen, still for the sake of correctness
      the right fix is not to modify only the first call, but to set `section`
      to the value of "default" if it happens to be NULL.
      
      Closes #1660
      c49378fe
    • Jan-Erik Rediger's avatar
      redis-cli: fix latency result output · 05676c5d
      Jan-Erik Rediger authored
      (Cleaned up a little by @mattsta)
      
      Closes #1774
      05676c5d
    • Matt Stancliff's avatar
      redis-cli: Add --no-raw option · 42655316
      Matt Stancliff authored
      Some people need formatted output even when they have no
      interactive tty.
      
      Fixes #760
      42655316
    • Matt Stancliff's avatar
      redis-cli: stop showing incorrectly selected DB · 0042fb0e
      Matt Stancliff authored
      Previously redis-cli would happily show "-1" or "99999"
      as valid DB choices.
      
      Now, if the SELECT call returned an error, we don't update
      the DB number in the CLI.
      
      Inspired by @anupshendkar in #1313
      
      Fixes #566, #1313
      0042fb0e
    • Matt Stancliff's avatar
      redis-cli: Re-attach selected DB after auth · bbc1cd0b
      Matt Stancliff authored
      Previously, if you did SELECT then AUTH, redis-cli
      would show your SELECT'd db even though it didn't
      happen.
      
      Note: running into this situation is a (hopefully) very limited
      used case of people using multiple DBs and AUTH all at the same
      time.
      
      Fixes antirez#1639
      bbc1cd0b
  23. 08 Jul, 2014 1 commit
  24. 02 Jul, 2014 1 commit
  25. 26 Jun, 2014 1 commit
  26. 18 Jun, 2014 1 commit
  27. 17 Jun, 2014 1 commit
  28. 22 May, 2014 1 commit