1. 09 Apr, 2014 2 commits
  2. 08 Apr, 2014 1 commit
  3. 11 Jul, 2013 3 commits
  4. 29 Apr, 2013 1 commit
  5. 22 Jan, 2013 1 commit
  6. 12 Nov, 2012 1 commit
  7. 06 Nov, 2012 1 commit
  8. 21 Aug, 2012 3 commits
    • antirez's avatar
      On stack buffer to read replies set to 16k (was 2k). · f7f022e4
      antirez authored
      It was verified experimentally that this value, on Linux kernels, provides
      better performances compared to the 2k value. However larger values
      apparently don't produce any noticeable effect on performances.
      f7f022e4
    • antirez's avatar
      Max depth of multi-bulk reply moved from 2 to 7. · 51ab89d8
      antirez authored
      Hiredis can handle multi bulk replies with a fixed (hardcoded) level of
      nesting. This should be changed in the future in order to avoid
      hardcoded limits. As a quick fix this commit moves the max nesting from 2
      to 7, so that there are no problems when processing replies from the SLOWLOG
      command, from Redis Sentinel, or generated by Redis Lua Scripts (that are
      allowed to generate replies with any level of nesting).
      51ab89d8
    • antirez's avatar
      Configurable reader max idle buffer size. · 7f095053
      antirez authored
      Hiredis used to free unused redisReader buffers bigger than 16k. Now
      this limit is configurable (see the documentation updated by this commit)
      in order to allow working with big payloads without incurring to speed
      penalty.
      7f095053
  9. 20 Dec, 2011 1 commit
  10. 02 Dec, 2011 1 commit
  11. 28 Nov, 2011 1 commit
  12. 09 Jul, 2011 2 commits
  13. 19 Jun, 2011 1 commit
  14. 09 Jun, 2011 1 commit
  15. 05 May, 2011 1 commit
    • Pieter Noordhuis's avatar
      Add function to retrieve formatted reply · 77540aa3
      Pieter Noordhuis authored
      This is done by only truncating the read buffer once a full reply has
      been read. The buffer is no longer truncated halfway through reading a
      reply. In addition: pass offset/length of protocol and content via the
      read tasks.
      77540aa3
  16. 21 Apr, 2011 18 commits
  17. 20 Apr, 2011 1 commit