1. 13 2月, 2015 9 次提交
  2. 12 2月, 2015 4 次提交
  3. 11 2月, 2015 21 次提交
  4. 10 2月, 2015 4 次提交
  5. 09 2月, 2015 2 次提交
    • A
      bd128f79
    • A
      redis-cli: interactive reconnection for latency modes. · ca23b2a6
      antirez 提交于
      --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