1. 30 Sep, 2015 1 commit
    • antirez's avatar
      redis-cli pipe mode: don't stay in the write loop forever. · 560142e6
      antirez authored
      The code was broken and resulted in redis-cli --pipe to, most of the
      times, writing everything received in the standard input to the Redis
      connection socket without ever reading back the replies, until all the
      content to write was written.
      
      This means that Redis had to accumulate all the output in the output
      buffers of the client, consuming a lot of memory.
      
      Fixed thanks to the original report of anomalies in the behavior
      provided by Twitter user @fsaintjacques.
      560142e6
  2. 07 Sep, 2015 1 commit
  3. 10 Feb, 2015 8 commits
  4. 02 Feb, 2015 1 commit
    • mattcollier's avatar
      Update redis-cli.c · 61290d81
      mattcollier authored
      Code was adding '\n'  (line 521) to the end of NIL values exlusively making csv output inconsistent.  Removed '\n'
      61290d81
  5. 09 Dec, 2014 1 commit
  6. 25 Nov, 2014 1 commit
  7. 30 Oct, 2014 1 commit
  8. 29 Oct, 2014 1 commit
  9. 27 Aug, 2014 9 commits
  10. 09 Jul, 2014 2 commits
  11. 26 Jun, 2014 1 commit
  12. 18 Jun, 2014 1 commit
  13. 17 Jun, 2014 1 commit
  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 · 69917929
      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
      69917929
  17. 25 Feb, 2014 7 commits
  18. 22 Jan, 2014 1 commit